/* -----Body---------------------------- */

body {
	background-color: #ffffff;
	color: #999999;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
/* scrollbar(Internet Explorer 5.5+ only) */
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #999999; 
	SCROLLBAR-3DLIGHT-COLOR: #999999; 
	SCROLLBAR-ARROW-COLOR:  #ffffff; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

/* -----Fonts---------------------------- */

ul, li, p, td, {
FONT-SIZE: 10px; COLOR: #999999; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; line-height: 17px; 
}

A:link { COLOR: #ce1212; TEXT-DECORATION: none }
A:visited { COLOR: #ce1212; TEXT-DECORATION: none }
A:hover { COLOR: #ce1212; TEXT-DECORATION: underline }
A:active { COLOR: #ce1212; TEXT-DECORATION: none }

.largetext { FONT-SIZE: 11px; COLOR: #999999; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;	line-height: 17px; }
.largetext A:link { COLOR: #ce1212; TEXT-DECORATION: none }
.largetext A:visited { COLOR: #ce1212; TEXT-DECORATION: none }
.largetext A:hover { COLOR: #ce1212; TEXT-DECORATION: underline }
.largetext A:active { COLOR: #ce1212; TEXT-DECORATION: none }

.mediumtext { FONT-SIZE: 10px; COLOR: #999999; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;	line-height: 17px; }
.mediumtext A:link { COLOR: #ce1212; TEXT-DECORATION: none }
.mediumtext A:visited { COLOR: #ce1212; TEXT-DECORATION: none }
.mediumtext A:hover { COLOR: #ce1212; TEXT-DECORATION: underline }
.mediumtext A:active { COLOR: #ce1212; TEXT-DECORATION: none }

.smalltext { FONT-SIZE: 9px; COLOR: #999999; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; line-height: 11px; }
.smalltext A:link { COLOR: #ce1212; TEXT-DECORATION: underline }
.smalltext A:visited { COLOR: #ce1212; TEXT-DECORATION: underline }
.smalltext A:hover { COLOR: #ce1212; TEXT-DECORATION: none }
.smalltext A:active { COLOR: #ce1212; TEXT-DECORATION: none }

.smalltext2 { FONT-SIZE: 9px; COLOR: #999999; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; line-height: 13px;}
.smalltext2 A:link { COLOR: #ce1212; TEXT-DECORATION: underline }
.smalltext2 A:visited { COLOR: #ce1212; TEXT-DECORATION: underline }
.smalltext2 A:hover { COLOR: #ce1212; TEXT-DECORATION: none }
.smalltext2 A:active { COLOR: #ce1212; TEXT-DECORATION: none }

.footerlinks {	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	font-size: 9px; color: #999999; text-decoration: none; line-height: normal; }
.footerlinks A:link { COLOR: #999999; TEXT-DECORATION: none }
.footerlinks A:visited { COLOR: #999999; TEXT-DECORATION: none }
.footerlinks A:hover { COLOR: #ce1212; TEXT-DECORATION: none }
.footerlinks A:active { COLOR: #ce1212; TEXT-DECORATION: none }

.headline1 { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.headline2 { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #CE1212; ONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; }

.sidebartitle {	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #666666; }

/* -----Lines & Borders---------------------------- */

.line1 {
	border-bottom: 1px solid #999999;
}

.border1 { border: 1px solid #999999; }

.border2 { border: 1px solid #999999; }

.border3 {
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.border4 {
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}

.border5 {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}

/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
}

.rss_items {
       list-style:none;
       margin:0;
       padding:0;
}


