body {
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tab {
	border:1px double #f0f0f0;
}
.tab tr {
	border:0px;
}
.tab th {
	background-color:#f0f0f0;
	border-top:1px double #e52000;
	border-bottom:1px double #E52000;
}
.tab td {
	border-bottom:1px double #f0f0f0;
}

.col {
	border:0px;
}
.col th {
	background-color:#f0f0f0;
	border-bottom:1px double #f0f0f0;
}
.col td {
	border-bottom:1px double #f0f0f0;
}

a	{
	text-decoration:none;
}
a:link	{
	color:#1948A4;
}
a:visited {
	color:#1948A4;
}
a:hover	{
	color:#e52000;
	text-decoration:underline;
}
a:active	{
	color:#e52000;
}

.truck, a.truck {
	background-color:#2000e5;
	color:#ffffff;
}
.car, a.car {
	background-color:#e52000;
	color:#ffffff;
}
.fff, a.fff {
	color:#ffffff;
}
.findtitle {
	color:#ffffff;
	font-size:10px;
}
.findtxt {
	color:#ffffff;
	font-size:9px;
}
.sub, a.sub {
	padding:2px;
	font-size:10px;
	background-color:#fffff0;
	color:#666666;
	font-weight:bold;
}
.sel {
	color:#FFFFFF;
	font-size:7px;
	text-align:right;
	line-height:100%;
}
.box {
	border:1px double #e52000;
}
.box tr {
	border:0px;
}

.vh, a.vh	{
	color:#339900;
}
ol {
	font-size:10px;
	font-weight:bold;
	color:#606060;
}
.lb {
	font-size:10px;
	font-weight:bold;
	color:#606060;
}
.ob {
	font-size:10px;
	font-weight:bold;
	color:#e52000;
}
select {
	width:120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	cursor:pointer;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

.hx {
	font-size:16px;
	font-weight:bold;
}
.mx {
	font-size:12px;
	font-weight:bold;
}

.hxr {
	font-size:16px;
	color:#e52000;
	font-weight:bold;
}
.mxr {
	font-size:12px;
	color:#e52000;
	font-weight:bold;
}
.osr {
	font-size:26px;
	color:#e52000;
}

.hxb {
	font-size:16px;
	color:#1948A4;
	font-weight:bold;
}
.mxb {
	font-size:12px;
	color:#1948A4;
	font-weight:bold;
}
.osb {
	font-size:28px;
	color:#1948A4;
}

.dtl {
	font-size:9px;
	text-align:left;
}
.dtc {
	font-size:9px;
	text-align:center;
}
.dtr {
	font-size:9px;
	text-align:right;
}

hr {
	width:100%;
	height:1px;
	border-top:1px solid #e52000;
}
h1 {
	font-size: 26px;
	color: #000000;
}
.dated {
	font-size: 10px;
	color: #333333;
	text-align:right;
	font-weight:bold;
}
.txt {
	font-size: 12px;
	color: #333333;
	text-align:justify;
}
.cap {
	border:1px double #E52000;
	font-size: 10px; 
	color: #333333; 
	font-style: italic; 
	text-align:center;
}
.bb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}
/* SELECT MENU	*/
.trigger{
	border:1px solid #ccc;
	color:green;
	width:15em;
	padding-right:1em;
	background:url(/img/arrow.gif) top right no-repeat #fff;
	display:block;
}
.activetrigger{
	border:1px solid #ccc;
	color:green;
	width:15em;
	padding-right:1em;
	display:block;
	background:#ccc;
}
/* style of the UL */
.dropcontainer ul{
	background:#fff;
	border:1px solid #999;
	border-bottom:none;
	list-style-type:none;
	padding:0;
	margin:0;
	width:16em;
	position:absolute;
}
.dropdownhidden{top:0; left:-999em;}
.dropdownvisible{top:0; left:0;}
.dropcontainer ul a{
	padding:0 .5em;
	display:block;
	width:15em;
	text-decoration:none;
	color:#666;
	border-bottom:1px solid #999;
}
.dropcontainer ul a:hover{background:#ccc;}
.dropcontainer{position:relative;}
