td
{
	padding: 0 10px 0 0;
	color: #EED2DD;
	font-family: Verdana;
	font-size: 10px;
	line-height: 20px;
	border-bottom: #72B272;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

td.noline
{
	border: 0;
	text-align:left;
}

td.noliner
{
	border: 0;
	text-align:right;
}

thead { font-weight: bold; }

p
{
	font-family: Verdana, Trebuchet;
	font-size: small;
	line-height: 150%;
}

code { font-size: medium; }

a:link
{
	color: #DEDFFA;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a:visited
{
	color: #FDDFDF;
	text-decoration: none;
}

.text
{
	border-color: #D9D9B1 #375C95 #375C95 #D9D9B1;
	padding: 2px;
}

input,textarea, select
{
	font-family: Verdana;
	font-size: 10px;
	background-color: #375C95;
	border-color: #375C95 orange orange #375C95;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

input.white
{
	background-color: #375C95;
	border: 0;
}


