/* CSS Document */

body {
	background-color:#585B62;
	text-align:justify;
}

td, th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	line-height:17px;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#A3A9B5;
	line-height:17px;
	text-decoration:underline;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	line-height:17px;
}

a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#585B62;
	line-height:17px;
	text-decoration:none;
}

.leftshadow {
	background-image:url(images/shadowleft.gif);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	background-position:right;
}

.rightshadow {
	background-image:url(images/shadowright.gif);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	background-position:left;
}

.qualitybackground {
	background-image:url(images/qualitybackground.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.legal {
	font-size:10px;
	color:#FFFFFF;
}

a.legal {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

a.legal:hover {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
}


.basefadeback {
	background-image:url(images/baseshadowup.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:10px;
	color:#FFFFFF;
}

.whitelabel {
	font-size:12px;
	color:FFFFFF;
}

.darkborder {
	background-image:url(images/darkborder.gif);
	background-position:center;
	background-repeat:repeat-y;
}