@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(images/pagebg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	border: 0;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	border: 0;
}
a:active {
	text-decoration: none;
}
.heads {
	color: #006600
}
.style2 {color: #333333}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.readmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	background-color: #DDDDDD;
	border: 1px solid #999999;
}
.rpanelsmalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	padding-left: 5px;
}
.footfont {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
}
.bodytext {
	font-family:  Arial, sans-serif, Helvetica, Verdana;
	font-size: 12px;
	color: #000000;
	border: 0;
}
.bodytext_spaced {
	font-family:  Arial, sans-serif, Helvetica, Verdana;
	font-size: 12px;
	color: #000000;
	border: 0;
	line-height: 1.5;
}
.lightboxborder {
	border-bottom: 1px solid #EEEDEC;
	border-left: 1px solid #EEEDEC;
	border-right: 1px solid #EEEDEC;
	border-top: 1px solid #EEEDEC;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEDEC;
}
.bottomlinerpanel {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEDEC;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
}

/* CSS for  ticker-------------------*/

#ajaxticker1{
width: 200px;
height: 100px;

padding: 5px;
background-color: #FFFFFF;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFFFF;
}

.someclass{ //class to apply to your scroller(s) if desired
}

/* CSS for  ticker-------------------*/
/* rounded borders   ------------*/

.cor_lt {
	background-color: #EEEDEC;
	background-image: url(images/box/TL.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.cor_lb {
	background-color: #EEEDEC;
	background-image: url(images/box/BL.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.cor_rt {
	background-color: #EEEDEC;
	background-image: url(images/box/TR.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.cor_rb {
	background-color: #EEEDEC;
	background-image: url(images/box/BR.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.cor_hlt {
	background-color: #EEEDEC;
	background-image: url(images/box/HL.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.cor_hrt {
	background-color: #EEEDEC;
	background-image: url(images/box/HR.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.cor_ht {
	background-color: #EEEDEC;
	background-image: url(images/box/HT.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.cor_hb {
	background-color: #EEEDEC;
	background-image: url(images/box/HB.gif);
	background-repeat: repeat-x;
	background-position: top;
}


/* rounded borders   ------------*/
.Bigheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #006600;
	text-indent: 10px;
}
.leftcellborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.whitemenutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
