/* CSS Document */

body {
	background-color:#FFFFFF;
}

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

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

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


a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5F5D8C;
	text-decoration:underline;
}

a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F1570F;
	text-decoration:none;
}




.legal {
	font-size:10px;
	color:#555555;
	line-height:normal;
}

a.legal {
	font-size:10px;
	color:#555555;
	line-height:normal;
	text-decoration:underline;
}

a.legal:hover {
	font-size:10px;
	color:#F1570F;
	line-height:normal;
	text-decoration:none
}












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

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

.backgroundhead {
	background-image:url(images/backgroundhead.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.backgroundhead2 {
	background-image:url(images/backgroundhead2.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.error {
	font-size:14px;
	color:#F1570F;
	font-weight:bold;
	line-height:20px
}

.highlight {
	font-size:12px;
	color:#A12E37;
	font-weight:bold;
	line-height:16px
}