/* CSS Document */

body {
	background-image:url(/img/background.gif);
	background-repeat: repeat-x;
	background-color: #4F4B3E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.smtxt {
	font-family: Verdana;
	font-size: 9px;
}
.txt {
	font-family: Verdana;
	font-size: 11px;
}
.mdtxt {
	font-family: Verdana;
	font-size: 12px;
}
.title {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bolder;
}
.smtxtgray {
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
}
.txtgray{
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
}
.mdtxtwhite {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.titleWhite {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
}
.titleBlue {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bolder;
	color: #185293;
}

.darkgray{
	color:#666666;
}
.gray{
	color:#999999;
}
.white{
	color: #ffffff;
}.red {
	color: #FF0000;
}
.strike {
	text-decoration: line-through;
}

/*stlye for side nav rollover*/
.ClassOut{
      background-color: D0CDC4;
      color: black;
	  font-family: Verdana;
	font-size: 12px;
	text-decoration:none;
	cursor:pointer;
}

.ClassOver{
      background-color: A63D34;
      color: white;
      font-family: Verdana;
	font-size: 12px;
	text-decoration:none;
	cursor:pointer;
}