body {
	background-color:#FFFFCC;
	padding:0px;
	margin:0px;
	color:#333333;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: normal;
	
	background-image: url(images/repeatingImages/CBLeftNavR.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.normal {
	color:#003300;
	font-family: Verdana;
	font-size: 10pt;
}

.title{
	color:#663300;
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
}
.subtitle {
	color:#003300;
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
}
.subtitleLink {
	color:#003300;
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
}
.subtitleLink:hover {
	color:#436943;
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
}
a {
	color:#003300;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
a:hover{
	color:#436943;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
.leftBackground {
	background-image: url(images/bluePrint.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.rightBackground {
	background-image: url(images/rightBigBear.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.horizontalLine {
	background-image: url(images/repeatingImages/horizontalLine.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.smallBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;

}
