
.wdgt_ft { display: none; }

h3 {
	color:#1077bc !important; 
	border-color:#1077bc !important;
	margin-bottom:5px;
}
span.dotted, p.dotted {
	display:block;
	border-top:1px dotted #9F9F9F;
}

a.headlinks {
	text-decoration:none;
	color:#ffffff;
	font-size:10pt;
	font-family: Tahoma,arial,sans-serif;
	}

strong {
	font-weight: bolder;
	font-size:10pt;
}

a.headsite {
			text-decoration:none;
	color:#ffffff;
	font-size:8pt;
	font-family: Tahoma,arial,sans-serif;
		}
a.footlinks {
			text-decoration:none;
	color:#ffffff;
	font-size:8pt;
	}
.contentslide{
border: 10px solid white;
border-bottom-width: 0px;
padding: 0px;
width: 500px;
height: 150px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 500px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: white;
border: 10px solid white;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #900;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #fffe97;
}
/* GENERAL COMPONENTS */


body, div, img, object, form, embed,h1, h2, h3, h4, h5, h6, hr {
	border:0;
	padding:0;
	margin:0;
	font-size:10pt;
}


body {
	font-size: 10pt;
	font-family: Tahoma,arial,sans-serif;
	margin:0;
	padding:0;
	color:#2a2a2a;
	background-color:#fff;
}

img { border:0; }
a {
	text-decoration:none;
	color:#1077bc;
	font-size:10pt;
}

a:hover { text-decoration:underline;}
.left {
	float:left;
	margin-right:3px;
}
.right {
	float:right;
	}
	
p, br{
		font-size:10pt;
		font-family: Tahoma,arial,sans-serif;
		font-color:#ffffff
		}
	
hr {
		color: #C9C9C9;
		background-color: #C9C9C9;
		height: 1pt;
		width: 100%;
		font-size:10pt;
}

table {
font-size:10pt;
}
	
h1 {
		font-family:Tahoma;
		font-size:18pt;
		color:#1077bc;
		font-weight:normal;
}
h1 a{
		font-family:Tahoma;
		font-size:18pt;
		color:#1077bc;
		font-weight:normal;
}
h2 {
		font-family:Tahoma;
		font-size:12pt;
		color:#002D7B;
		font-weight:normal;
}
h2 a{
		font-family:Tahoma;
		font-size:12pt;
		color:#002D7B;
		font-weight:normal;
}