@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.contents 
{
margin-right:auto;
margin-left:auto;
width: 762px;

padding: 7px;
background-image: url(../images/content_bg.jpg);
background-repeat: no-repeat;
}
.style1 {font-size: 10px;
color:#81490C;}
input.btn{
   color: #000000;
   font-family:'verdana';
   font-size:10px;
   font-weight:bold;
   background-color: #B79767;}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style2 {color: #000000}
.style3 {font-size: 12px; color: #000000;}
.style4 {
	font-size: 12px;
	color: #81490C;
	padding-left: 5px;
}


a.driver:link { color: #81490C;  size: 12px; font-weight: normal; text-decoration:none;}
a.driver:visited {color: #81490C;  size: 12px; font-weight: normal; text-decoration:none;}
a.driver:hover { color: #666666;  size: 12px; font-weight: normal; text-decoration:none;}
a.driver:active {color:#666666;  size: 12px; font-weight: normal; text-decoration:none;}


a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}