/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, Times, Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #961B1E;
		background-color: #FFFFFF;

}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


p {
	font-size: 14px;
	line-height: 130%;
	padding: 0px;
	margin: 4px 2px;
}

td   {
		text-align: left;

}
/* dropshadow*/
td.tr {background: url(ds_right.gif) repeat-y right top;}
td.tl {background: url(ds_left.gif) repeat-y right top;}

a:link, a:visited {
	text-decoration: underline;
		color: #961B1E;

}

a:hover {
	text-decoration: none;
	color: #961B1E;
}

a.white:link, a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

form {font-size: 1pt;
	font-style: normal;
		text-align: left;

}
.white {
	color: #FFFFFF;
}
