/* Dynamic content styles */


body{
	font-family:arial,sans-serif;
}


h1{
	font-size:22px;
	color:#B3BB1E;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:12px;
}


h2{
	font-size:18px;
	color:#B3BB1E;
	font-weight:normal;
	margin-top:8px;
	margin-bottom:4px;
	padding:0;
	float:none;
	clear:both;
}


h3{
	font-size:12px;
	color:#B3BB1E;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:0px;
	padding:0;
	float:none;
	clear:both;
}


h4{
	font-size:12px;
	color:#D9E321;
	font-weight:normal;
	margin-top:8px;
	margin-bottom:0px;
	padding:0;
	float:none;
	clear:both;
}

#RightColumn h1, #RightColumn h2, #RightColumn h3, #RightColumn h4{
	color:#CDC71E;
}


p{	
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	color:#5a5a5a;
	margin-top:0;
	margin-bottom:14px;
	line-height:16px;
}

#RightColumn p{
	color:#FFFFFF;
}

ul{
	list-style-type:square;
	list-style-position:outside;
	
	margin-top:4px;
	
	margin-left:10px;
	padding-left:10px;
}

ol{
	margin-top:4px;
	list-style-type:decimal;
	list-style-position:outside;
}

li{
	font-size:11px;
	color:#666666;
	margin-bottom:4px;
	margin-top:4px;
	padding:0;
	line-height:14px;
}


sup, sub{
	font-size:10px;
}


a{text-decoration:underline;}	
a:link{color:#B6C32D;}
a:visited{color:#B6C32D;} 
a:hover{color:#DBEB36;}
a:active{color:#B6C32D;}

#RightColumn a{text-decoration:underline;}	
#RightColumn a:link{color:#D9E321;}
#RightColumn a:visited{color:#D9E321;} 
#RightColumn a:hover{color:#D9E321;}
#RightColumn a:active{color:#D9E321;}



/* Image styles */

a img{border:0; filter:alpha(opacity=100);}
a:hover img{border:0; filter:alpha(opacity=80);}

img.ImageDefault{border:0;}

img.ImageLeft{
	margin-right:10px;
	margin-bottom:4px;
	margin-top:2px;
	border:0;
	float:left;
}

img.ImageLeftBorder{
	margin-right:10px;
	margin-bottom:4px;
	margin-top:2px;
	border:solid 1px #707072;
	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 1px #707072;
	float:right;
}

img.ImageIcon{
	margin-left:8px;
	margin-right:8px;
	margin-bottom:2px;
	margin-top:-3px;
	border:0;float:left;
}

img.ImageArrow{
	position:relative;
	top:2px;
	padding-left:2px;
	padding-right:4px;
	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-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 0px #bebebe;
	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{
	
	border:solid 1px #EEEEEE;
	border-collapse:collapse;
	background-color:#FFFFFF;
	
	border-spacing:0px;

	padding-top:1px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:0px;
}

.StandardTable td li{

font-size:11px;
}

.StandardTable td.Header, .StandardTable td.Header p, .StandardTable td.Header a{
	color:#343434;
	font-weight:bold;
}


.StandardTable td.Header{

	background-position:top;
	background-color:#DEDEDE;
}



.StandardTable td.HeaderSoft{
	background-color:#F5F5F6;
	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{}










/* Form, table cells, fields */


form table{

}

form table td{
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px;
}

form table td p{
	padding-top:2px;
}

form table td p .FormInputText, form table td p .FormInputTextarea, form table td p .FormCheckbox, form table td p .FormSelect{
	margin-top:-2px;
}

.FormInputText, .FormInputTextarea, .FormCheckbox, .FormRadio{
	font-family:arial,helvetica,sans-serif;
	color:#000000;
	font-size:12px;
	margin:0;
	padding:0;
	
}

.FormInputText{
	width:240px;
	height:16px;
	border:solid 1px #aaaaaa;
}



.FormInputTextarea{
	width:240px;
	height:75px;
	border:solid 1px #aaaaaa;
	overflow:auto;
}

.FormCheckbox{
	position:relative;
	top:-2px;
}

.FormRadio{}

.FormSelect{
}

.FormButton{
	font-family:arial,helvetica,sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	width:88px;
	cursor:pointer;
}



/* Page Footer styles */

#PageFooter p{
	font-size:9px;
	color:#8D8D8D;
}

#PageFooter a:hover{
	color:#FFFFFF;
}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

a.LanguageLink{
	font-family:arial;
	color:#000000;
	font-size:11px;
	text-decoration:none;
}

a.LanguageLink:link, a.LanguageLink:visited, a.LanguageLink:active{
	color:#000000;
}

.QuoteSpotIntroText{
	font-family:arial;
	color:#FFFFFF;
	font-size:12px;
	font-style:italic;
}

.QuoteSpotHeadline{
	font-family:arial;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}




