.leftHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #393939;
	padding-right:20px;
	border-right: 1px solid #c0c0c0;
	height: 40px;
	text-align:right;
}
.leftFlash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #393939;
	padding-right:20px;
	border-right: 1px solid #c0c0c0;
	text-align:right;
}
.Blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ae211e;
	padding-left:20px;
	text-align:left;
}
.BlurbNoPad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ae211e;
	padding-left:5px;
	text-align:left;
}
.headings{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ae211e;
	text-align:left;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top:20px;
	padding-left:20px;
	line-height:1.2;
	text-align:left;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height:1.2;
	text-align:left;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height:1.2;
	text-align:left;
}
.copynopad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top:5px;
	padding-left:5px;
	line-height:1.2;
	text-align:left;
}
.presscopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top:5px;
	padding-left:5px;
	line-height:1.3;
	text-align:left;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align:center;
}
.CarlinkBox{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-right:20px;
	line-height:1.2;
	text-align:right;
}

A.CarLinks 			{ font-family: Arial; font-size:13px; font-weight: bold; color: #646464; text-decoration:none;}
A.CarLinks:Visited 	{ font-family: Arial; font-size:13px; font-weight: bold; color: #646464; text-decoration:none;}
A.CarLinks:Hover   	{ font-family: Arial; font-size:13px; font-weight: bold; color: #ae211e; text-decoration:none;}
A.CarLinks:Active  	{ font-family: Arial; font-size:13px; font-weight: bold; color: #646464; text-decoration:none;}

A 			{ font-family: Arial; font-size:11px; color: #646464; text-decoration:none;}
A:Visited 	{ font-family: Arial; font-size:11px; color: #646464; text-decoration:none;}
A:Hover   	{ font-family: Arial; font-size:11px; color: #ae211e; text-decoration:none;}
A:Active  	{ font-family: Arial; font-size:11px; color: #646464; text-decoration:none;}

.plaininput { 	font-family:Arial,Helvetica,sans-serif;
				font-size:11px;
				color:#666666;
				background-color: white;
				border: 1px solid #6b6b6b;
			}
.focusinput { 	font-family:Arial,Helvetica,sans-serif;
				font-size:11px;
				color:#666666;
				background-color:#e5e5e5; 
				border: 1px solid #005a11;
			}
.buttons	{ 	font-family:Arial,Helvetica,sans-serif;
				font-size:11px;
				width:120px;
				cursor: hand;
				color:#666666;
				background-color:#e5e5e5; 
				border: 1px solid #aaa5a5;
			}
.listtd{ padding-top:2px; padding-bottom:2px;}

.tdlight { background-color:#F7F7F7;
padding:5px
}

.tdheader { background-color:#9A0000;
padding:5px;
color:#FFF;
}


.tddark{ background-color: #E1E1E1;
padding:5px
}




#slideshow {
    position:relative;
    height:250px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}	
