/* Dynamic content styles */



body{
	font-family:arial,helvetica,sans-serif;
}


h1{
	display:block;
	width:100%;
	height:auto;
	
	font-family:arial,helvetica,sans-serif;
	font-size:25px;
	color:#002487;
	font-weight:normal;
	margin-bottom:4px;
}



h2{
	font-family:arial,helvetica,sans-serif;
	font-size:20px;
	color:#a7c903;
	font-weight:normal;
	margin-top:12px;
	margin-bottom:4px;
}


h3{
	font-family:arial,helvetica,sans-serif;
	font-size:15px;
	color:#a7c903;
	font-weight:normal;
	margin-top:12px;
	margin-bottom:0px;
}


h4{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#a7c903;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:0px;
}



p{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#666666;
	margin-top:4px;
	margin-bottom:12px;
	
}


b, strong{
	color:#444444;
}


ul{
	margin:0;
	margin-top:6px;
	margin-bottom:12px;
	padding:0;
	font-size:12px;
	color:#666666;
	
}

ol{
	margin-top:6px;
	margin-bottom:12px;
	font-size:12px;
	color:#666666;
	list-style-position:outside;
}

ul li{
	list-style:none;
	background-image:url(../gfx/UL_LI.gif);
	background-repeat:no-repeat;
	background-position:8px 8px;
	padding-left:22px;
	margin-bottom:5px;
}

ol li{

}


sup, sub{

}


a{}
a:link{}
a:visited{}
a:hover{}
a:active{}


blockquote{

}



/* Image styles */

img.ImageDefault{border:0;}

img.ImageLeft{
	margin-right:10px;
	margin-bottom:2px;
	margin-top:4px;
	border:0;
	float:left;
}

img.ImageLeftBorder{
	margin-right:10px;
	margin-bottom:4px;
	margin-top:2px;
	border:solid 4px #8a7c6f;
	float:left;
}

img.ImageRight{
	margin-left:10px;
	margin-bottom:4px;
	margin-top:2px;
	border:0;
	float:right;
}

img.ImageRightBorder{
	margin-left:10px;
	margin-bottom:4px;
	margin-top:2px;
	border:solid 4px #8a7c6f;
	float:right;
}

img.ImageIcon{
	margin-left:0px;
	margin-right:8px;
	margin-bottom:2px;
	margin-top:-5px;
	border:0;
	float:left;
}

img.ImageArrow{
	position:relative;
	top:3px;
	padding-left:0px;
	padding-right:2px;
	margin:0;
	border:0;
}




/* Table styles for tables created in editor */

.StandardTable td, .StandardTable td.Header,
.StandardTable td.HeaderSoft,
.StandardTable td p,
.StandardTable td.Header p,
.StandardTable td.HeaderSoft p,
.HiddenTable td,
.HiddenTable td.Header,
.HiddenTable td.HeaderSoft,
.HiddenTable td p,
.HiddenTable td.Header p,
.HiddenTable td.HeaderSoft p
{
	font-family:verdana,helvetica,sans-serif;
	font-size:11px;
	color:#333333;
	vertical-align:top;
	margin-bottom:0px;
}

.StandardTable td a{
	
}

.StandardTable h1, .StandardTable h2, .StandardTable h3{
	margin:0;
	color:#202020;
}

.StandardTable{
	border:solid 1px #9ab6d7;
	margin-top:12px;
	margin-bottom:12px;
	padding:0;
	border-collapse:collapse;
	border-spacing:0px;
	
	/*background-image:url(../gfx/table_bg.jpg);*/
	background-repeat:repeat-x;
}

.StandardTable td{
	background-color:#E5EDFD;
	border:solid 1px #9ab6d7;
	border-collapse:collapse;
	border-spacing:0px;

	padding-top:1px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:0px;
}

.StandardTable td.Header, .StandardTable td.Header p, .StandardTable td.Header a{
	color:#ffffff;
	font-weight:bold;
}


.StandardTable td.Header{
	background-image:url(../gfx/td_header_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#7FA6DF;
}



.StandardTable td.HeaderSoft{
	background-color:#DFE8FB;
	font-weight:normal;
}



.HiddenTable{
	color:#202020;
	margin:0;
	padding:0;
}

.HiddenTable h1, .HiddenTable h2, .HiddenTable h3{
	margin:0;
}

.HiddenTable td{}
.HiddenTable td.Header{}
.HiddenTable td.HeaderSoft{}











a.ToContent{
	display:none;
}

