/* CSS Document */

body{
	font-family: verdana;
	font-size: 11px;
	line-height: 120%;
	color: #000000;
	text-align: justify;
	
	SCROLLBAR-FACE-COLOR: #D3DFED;
    SCROLLBAR-ARROW-COLOR: #0E4EA6;
    SCROLLBAR-TRACK-COLOR: #0E4EA6;
    SCROLLBAR-BASE-COLOR: #0E4EA6;
	
	/* SCROLL BAR SETTINGS
	scrollbar-face-color:#AB0000;
	scrollbar-highlight-color:#FB0000;
	scrollbar-3dlight-color:#AB0000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#6C0000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#000000;
	*/
}

td{

	font-family: verdana;
	font-size: 11px;
	line-height: 120%;
	color: #000000;
	text-align: justify;
	
}

p{

	font-family: verdana;
	font-size: 11px;
	line-height: 120%;
	color: #000000;
	text-align: justify;
	
}

strong.bottom_txt {
	
	font-family: verdana;
	font-size: 10px;
	line-height: 120%;
	color: #000000;
	
}

table.bottom_logo {

	background-image: url(../common/_img/bottom_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	
}


/* LINK STYLES */

a.darkLink {

	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	
}

a.darkLink:hover {
	color: #020061;
	text-decoration: underline;
}


/* FORM FIELD SETTINGS */

input.CSSblue
{
	font-family: verdana;
	font-size: 11px;
	background-color: #D3DFED;
	width: 157px;
}

input.CSSwhite
{
	font-family: verdana;
	font-size: 11px;
	background-color: #FFFFFF;
	width: 157px;
}

input.CSSwhiteNum
{
	font-family: verdana;
	font-size: 11px;
	background-color: #FFFFFF;
	width: 157px;
}

input.CSSerror
{
	font-family: verdana;
	font-size: 11px;
	background-color: #F5B998;
	width: 157px;
}

input.numPlate
{
	width: 199px;
	height: 30px;
	border: none;
	background-color: #FFCC01;
	font-family: arial;
	font-size: 20pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: top;
	line-height: 28px;
}




/* bottom */