/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#000000;
	background-image: url(https://www.autoloanexperts.net/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.BottomBG{
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	background-image: url(https://www.autoloanexperts.net/images/bottom_repeat.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 400px;
}


.FontTop{
	font-family:Tahoma, Arial, Impact;
	font-size:11px;
	color:#000000;
	text-decoration: none;
}

.FontTop:hover{
	font-family:Tahoma, Arial, Impact;
	font-size:11px;
	color:#000000;
	text-decoration: underline;
}


.FontWhite{
font-family:Arial;
font-size:12px;
color:#FFFFFF;
font-weight: bold;
}

.FontNormal{
font-family: Arial;
font-size:12px;
color:#333333;
}

.FontNormal2{
font-family: Arial;
font-size:11px;
color:#333333;
}

.FontWhite1{
font-family: Arial;
font-size:11px;
color:#ffffff;
}

.FontBlue{
font-family:arial;
font-size:12px;
color:#33BEE2;;
font-weight: bold;
}


.FontFooter{
font-family:Tahoma, Arial, Impact;
font-size:11px;
color:#FFFFFF;
line-height:17px;
}

.Heading3 {
	font-family: "Trebuchet MS";
	font-size:25px;
	font-weight: bold;
	color: #B20028;
	text-transform: uppercase;
}

.TextBox {
	background-color: #EBEBEB;
	border: 1px solid #A545454;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #545454;
}


.TextBox2 {
	background-color: #303030;
	border: 1px solid #EBEBEB;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.footer {color: #D5A51D; font-weight:bold;}
input {margin:0px; padding:0px; font-size:11px; color:#333333}

a:link, a:visited {
text-decoration: none;
color:#D3A31B;
}
a:active {
text-decoration: none;
color:#D3A31B;
}
a:hover{
text-decoration: none;
color:#FFCC33;
}
#signup {
	margin: 3px 3px;
	padding: 3px;
	border: #f00 3px dashed;
	background-color: #ffffcc;
	font: 18px/20px arial;
}