/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
}
.GeneralContent
{
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.GeneralSubContent
{
	font-size: 9pt;
	font-style: italic;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.GeneralHeading
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
INPUT.General
{
	border-right: #6699CC 1px solid;
	border-top: #6699CC 1px solid;
	font-size: 10pt;
	border-left: #6699CC 1px solid;
	border-bottom: #6699CC 1px solid;
	font-family: Verdana;
	background-color: white;
}

SELECT.General
{
	border-right: #6699CC 1px solid;
	border-top: #6699CC 1px solid;
	font-size: 10pt;
	border-left: #6699CC 1px solid;
	border-bottom: #6699CC 1px solid;
	font-family: Verdana;
	background-color: #DDEEFF;
}

.Error
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
INPUT.GeneralButton
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	background-color: #003366;
}
A.nav:link
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: verdana, arial;
	text-decoration: none;
}
A.nav:active
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: verdana, arial;
	text-decoration: none;
}
A.nav:visited
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: verdana, arial;
	text-decoration: none;
}
A.nav:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: verdana, arial;
	text-decoration: underline;
}
A.subnav:link,A.subnav:active,A.subnav:visited
{
	font-weight: bold;
	font-size: 10pt;
	color: #073B9E;
	font-family: verdana, arial;
	text-decoration: underline;
}
A.subnav:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: #073B9E;
	font-family: verdana, arial;
	text-decoration: none;
}
table.paymentsummary
{
	font-size: 10pt;
	color: black;
	font-family: verdana, arial;
	text-decoration: none;
}
tr.paymentsummary
{
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: black;
	font-family: verdana, arial;
	text-decoration: none;
}
