/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 120%;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;

}

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

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


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

td   {
		text-align: left;

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

A:link    {
	text-decoration: none;
		color: #931E2D;

}
A:active    {
	text-decoration: none;
	color: #931E2D;
}
A:visited {
	text-decoration: none;
	color: #955059;
	}
A:hover   {
	text-decoration: underline;
		color: #931E2D;

}

A.whitelink:link    {
	text-decoration: none;
		color: #F3D6D6;

}
A.whitelink:active    {
	text-decoration: none;
	color: #F3D6D6;
}
A.whitelink:visited {
	text-decoration: none;
	color: #F3D6D6;
	}
A.whitelink:hover   {
	text-decoration: underline;
		color: #F3D6D6;

}

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

}
.white {
	color: #F3D6D6;
	font-size: 11px;
	line-height: 16px;
	padding: 10px;
}
.majorhead {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #931E2D;
	font-family: Arial, Helvetica, sans-serif;
}
.minorhead {
	font-weight: bold;
	text-transform: uppercase;
	color: #931E2D;
}
.rhsgradient {
	background-image: url(images/rhs-gradient.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.footergradient {
	background-image: url(images/topnavbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #A41E2D;
}
