/* CSS Document */

Body {	background-color: #585f6d;
}

#container {   
	border: solid 1px;
	border-color: #F2F2F2;
	background-color: #FFFFFF;
}

P, TABLE, TR, TH, TD, LI, .Explicit {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11pt;
	color:#000000;
	line-height: 100%;	
	font-weight: bold;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B33A31;
	font-weight: bold;
}
.bold_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.bold_under {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.add {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B33A31;
	text-decoration: none;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
}
