/* CSS Document */

<!--
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
body {
	background-color: #e3e3e3;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
color:#FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.leftBorder {
background-image:url(../images/borderLeft.jpg);
background-repeat:repeat-y;
background-position: top left;
height: 100%;
}
.rightBorder {
background-image:url(../images/borderRight.jpg);
height:100%;
background-repeat:repeat-y;
background-position: top right;
}
.blackBox {
height: 572px;
width: 772px;
background-color:#000000;
background-image:url(../images/carBG.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}
.copyright {
color: #666666;
font-size: 11px;
}
.verticalDots {
background-image: url(../images/verticalDot.gif);
background-repeat:repeat-y;
background-position:top center;

}
/* MENU */
ul.menu { 
			margin:0;
			padding: 0;
			list-style: none;
			width: 170px;
			text-align:right;
			}
			ul.menu a {
			color: #FFF;
			text-decoration: none;
			font-family:"Times New Roman", Times, serif;
			font-size: 12px;
			line-height:20px;
			font-weight: normal;
			}
			ul.menu li.active a, ul.menu a:hover{
			color:#FEE36A;
			}
			h1,.h1 {
			margin:0;
			padding:0;
			font-size:20px;
			line-height:24px;
			font-weight:bold;
			color:#FFFFFF;
			}
			h2, .h2 {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	margin:0;
			padding:0;
			font-weight: normal;
			}
				  #banner {
			  background: #FEE36A;
			  padding: 5px;
			  color: #000000;
			  text-align: center;
			  font-size:18px;
			  font-weight: bold;
			  line-height: 22px;
			  }
			  #banner a {
			  text-decoration: underline;
			  color: #000000;
			  }
-->
