BODY,P,INPUT,SELECT,TEXTBOX,UL {
	background-color :white;
	font-family : Arial, Helvetica, sans-serif;
	color: black;
}

.BlackWithGrayBkgd {
	background-color :#999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size :10pt;
	color : black;
	font-weight:bold;
}

.SilverTD {
	background-color :silver;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
	font-weight:bold;
	padding-left : 5px;
	padding-right : 5px;
}

.IndentText {
	background-color :white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
	text-indent: 8px;
}

.BlankUL {
	background-color :white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
	list-style-type: none;
	margin:8px;
	padding-left : 2px;
}

.BlankLI {
	background-color :white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
	list-style-type: none;
	margin:2px;
	padding-left : 2px;
}

.PageHeaderA {
	background-color :white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #000099;
	font-weight:bold;
}

H1 {
	background-color :white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #000099;
	font-weight:bold;
}

H2 {
	background-color :white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #000099;
	font-weight:bold;
	text-decoration: underline;
}

.SiteNavigation {
	background-color :#000066;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : white;
	font-weight:bold;
	text-decoration:none;
}

.SiteNavigation:HOVER {
	text-decoration:underline;
}

.ASiteHeader, .ASiteHeader:ACTIVE, ASiteHeader:LINK, .ASiteHeader:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : white;
	font-weight : bold;
	text-decoration:none;
}

.ASiteHeader:HOVER {
	text-decoration:none;
}

.ABlack, .ABlack:ACTIVE, ABlack:LINK, .ABlack:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : .9em;
	color : #C71444;
	font-weight : bold;
	text-decoration:none;
}

.ABlack:HOVER {
	text-decoration:underline;
}

.ABlackThin2, .ABlackThin2:ACTIVE, ABlackThin2:LINK, .ABlackThin2:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #C71444;
	font-weight : normal;
	text-decoration:none;
}

.ABlackThin2:HOVER {
	text-decoration:underline;
}

.ABlackThin, .ABlackThin:ACTIVE, ABlackThin:LINK, .ABlackThin:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #C71444;
	font-weight : bold;
	text-decoration:none;
}

.ABlackThin:HOVER {
	text-decoration:underline;
}

.maintxt {
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
}

.DetailsBoxHeader {
	background-color :#999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
	font-weight:bold;
	border : 0;
	margin : 0;
	padding-left : 5px;
	padding-right : 5px;
	text-decoration: underline;
}