/* CSS Document */
body {
margin:0;
background:#ffffff url(../images/body_bg.gif) repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

p {
padding:0;
margin:0;
}

.active{
background:url(../images/navback.gif) repeat-x;
cursor:pointer;
color:#ffffff;
font-size:13px;
}

.active a{
cursor:pointer;
color:#ffffff;
text-decoration:none;
font-size:13px;
}

a:hover{
color:#ab1514;
text-decoration:none;
}

.normal{
background:none;
cursor:pointer;
font-size:13px;
}

.normal a{

cursor:pointer;
color:#01499d;
font-size:13px;
text-decoration:none;
}

.nav, a {
color:#01499d;
font-size:13px;
text-decoration:none;
}

.nav:hover, a:hover {
color:#ab1514;
font-size:13px;
text-decoration:none;
}

#clear {
clear:both;
}

.box {
background:url(../images/box.gif) no-repeat;
font-size:11px;
border:0;
width:111px;
height:20px;
}

.butB {
background:url(../images/butB.gif) no-repeat;
font-size:11px;
border:0;
width:61px;
height:20px;
color:#ffffff;
font-weight:bold;
}

h1 {
margin:0;
padding:0 0 10px 0;
}

h2 {
margin:0;
padding:0 0 10px 0;
font-size:14px;
}

.mar {
color:#ab1514;
font-weight:bold;
}

.gold {
color:#ffc900; text-transform:capitalize; font-weight:bold;
}

.toplinktd  {
width:90px;
}

/* #carform input {
width:200px;
height:20px;
padding:5px 0 0 3px;
border:1px dashed #cccccc;
} */

.boxF {
width:200px;
padding:5px 0 5px 3px;
border:1px dashed #cccccc;
}

.butS {
width:80px;
height:25px;
color:#fff;
background:#01499d;
font-size:11px;
}

.textAreaL {
	font-family: Arial,"Trebuchet MS", Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
	border:1px dashed #cccccc;
	padding:4px;
	background-image:url(../images/input_bg2.gif);
	background-repeat:repeat-x; background-position:top;
	width:200px;
	height:80px;
}

.sitelink a{
 color:#01499b; text-decoration:none;
}

.sitelink a:hover{
 color:#01499b; text-decoration:underline;
}

.red {
color:red;
}