.titleText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
	color: #0000FF;
}
.stdtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	padding : 2px;
}
.stdtext_italic {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : italic;
	font-weight : normal;
	padding : 2px;
}
.stdbold {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	padding : 2px;
}
A.caps:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
	text-transform : uppercase;
	color: #0000FF;
}
/*
***** Contained in the HTML document *****
#leftCont1, #leftCont2, #leftCont3, #leftCont4 {
	margin-left: 5px;
	margin-top: 5px;
	padding : 2px,2px,2px,2px;
	position : relative;
	vertical-align : top;
	width : 379px;
	display : block;
	overflow : hidden;
	visibility : visible;
}
#rightCont1, #rightCont2, #rightCont3, #rightCont4 {
	margin-left: 5px;
	padding: 2px,2px,2px,2px;
	position : relative;
	width : 251px;
	visibility : visible;
}
*/
.float_right {
	position: relative;
	float: right;
}
.float_left {
	position: relative;
	float: left;
}

.titleLink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-transform : uppercase;
}

.link {
	font-size : 11px;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 17px;
}
.sublink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	line-height: 15px;
}
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	line-height: 15px;
	color: #FFFFFF;
}
.titleLink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-transform : uppercase;
}
.titleLinkRev {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-transform : uppercase;
	color : White;
}
a:active.titleLinkRev, a:hover.titleLinkRev, a:link.titleLinkRev, a:visited.titleLinkRev {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-transform : uppercase;
	color : White;
}
a:visited.titleLink, a:visited.link,a:visited.sublink{
	color: #006699;
}
a:link.titleLink, a:link.link, a:link.sublink {
	text-decoration : underline;
	color: #006699;
}
a:hover.titleLink, a:hover.link, a:hover.sublink , a:hover.footerlink {
	color: #FFCC00;
	background : #333399;
}
a:active.titleLink, a:active.link, a:active.sublink {
	text-decoration : none;
	color: #333399;
}

a:visited.footerlink , a:link.footerlink , a:active.footerlink  {
	text-decoration : underline;
}
.tableHeader {
	background-color : #002D6F;
	color : InfoBackground;
	font-weight : bold;
	text-align : center;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	padding : 2px;
}

.clearRow {
	border-color : Gray;
	border : thin;
	border-style : solid;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	padding : 2px;
}

.colorRow {
	background : Gray;
	border-color : black;
	border : thin;
	border-style : solid;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	padding : 2px;
}
.stdList {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	list-style-type : square;
	display : list-item;
	text-align : left;
	line-height : normal;
	vertical-align : top;
}
.numList {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	list-style-type : decimal;
	display : list-item;
	text-align : left;
	line-height : normal;
	vertical-align : top;
}

.margin75 {
	padding-right : 200px;
}
