/* CSS Document */

body {
	background-color:#ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	font-family: verdana;
	font-size: small;
	color: #333333;
	line-height:17px;
}
.maintable {
	width: 763px;
	border: none;
}
.navcell {
background-image: url("../images/nav_bar_bg_150but.gif");
background-repeat:no-repeat;
height:27px;
padding-left:0px;
padding-bottom:0px;
text-align:center;
}
.maincell {
	width: 763px;
	border: none;
}

.contentcell {	
	padding-top:10px;
	width:593px;
}
.contentcell a:link, .contentcell a:visited, .contentcell a:active {
	color: #ff6510;
	font-weight: bold;
	text-decoration: none;
}
.contentcell a:hover {
	color: #d94e01;
	text-decoration: none;
}
/* to fix IE bullet bug*/
.contentcell li {float:none; vertical-align: top; position: relative; top: -.3em ; }
.contentcell li ul li {float:none; list-style: none; vertical-align: top; position: relative; top: -.3em ; }

.bottomtable {
	background-image:url(../images/index_13.gif);
	background-repeat:repeat-x;
	width: 763px;
	height: 23px;
	border: none;
	margin-top:15px;
	
}
.bottomtabletwo {
	background-image:url(../images/index_13.gif);
	background-repeat:repeat-x;
	width: 763px;
	height: 23px;
	border: none;
}
.menutable {
	width: 241px;
	background-image:url(../images/menu_background.gif);
	background-repeat:repeat-y;
	padding:10px;
}
.leftnavigation {
	padding-top:10px;
	width: 170px;
}
.bottomtext {
	font-size: xx-small;
	color: #a23a00;
	line-height:inherit;
}
a.tableheadertext:link,a.tableheadertext:visited,a.tableheadertext:active {
	color: #ffffff;
	font-weight: bold;
	padding-left:35px;
	text-decoration: none;
}
a.tableheadertext:hover {
	color: #ffe6bf;
	font-weight: bold;
	padding-left:35px;
	text-decoration: none;
}
.sraplinetext {
	color:#da4e00;
	font-weight: bold;
	font-size:small;
}
a.orange:link,a.orange:visited,a.orange:active {
	color: #ff6510;
	font-weight: bold;
	text-decoration: none;
	padding-left:20px;
	padding-top:5px;
	background-image:url(../images/bullet_orange.gif);
/* width: 221px; height: 11px;*/
	background-position:left 7px;
	background-repeat:no-repeat; 
}
a.orange:hover {
	color: #d94e01;
	text-decoration: none;
}
a.red:link,a.red:visited,a.red:active {
	color: #da4e00;
	font-weight: bold;
	text-decoration: none;
	padding-left:20px;
	padding-top:5px;
	background-image:url(../images/bullet_red.gif);
/* width: 221px; height: 11px;*/
	background-position:left 7px;
	background-repeat:no-repeat; 
}
a.red:hover {
	color: #a43c01;
	text-decoration: none;
}
a.burgundy:link,a.burgundy:visited,a.burgundy:active {
	color: #b84200;
	font-weight: bold; 
	text-decoration: none;
	padding-left:20px;
	padding-top:5px;
	background-image:url(../images/bullet_burgundy.gif);
/* width: 221px; height: 11px;*/
	background-position:left 7px;
	background-repeat:no-repeat;
}
a.burgundy:hover {
	color: #e05101;
	text-decoration: none;
}

a.bold:link,a.bold:visited,a.bold:active {
	color: #a23a00;
	font-size: xx-small; 
	font-weight: bold; 
	text-decoration: none
}
a.bold:hover {
	color: #e05101;
	text-decoration: none
}
a.big:link,a.big:visited,a.big:active {
	font-size:14px;
	color:#da4e00;
	font-weight: bold;
	text-decoration: none
}
a.big:hover {
	color:#b84200;
	text-decoration: none
}
a.nav:link,a.nav:visited,a.nav:active {
	color: #da4e00;
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none;
	padding-left:19px;
	padding-right:20px;
}
a.nav:hover {
	color: #943500;
	text-decoration: none;
}
a.orangea:link,a.orangea:visited,a.orangea:active {
	color: #ff6510;
	font-weight: bold;
	text-decoration: none;
	font-size:x-small;
}
a.orangea:hover {
	color: #d94e01;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	color:#ff6510;
	letter-spacing:-1px;
}
h2 {
	font-size:14px;
	color:#da4e00;
	font-weight: bold;
}

/*to style the RSS ticker in the demo*/

.bbcclass{
width: 400px;
padding: 5px;
background-color: lightyellow;
border: 1px solid #666666;
margin-bottom: 1em;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.bbcclass a{
text-decoration: none;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}