/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 9pt;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial;
	letter-spacing: normal;
	background-color: #c0c0c0;
}

A
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Verdana, Arial;
	text-decoration: none;
}	
		
A:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	text-decoration: underline;
	font-family: Verdana, Arial;
	text-decoration: none;
}
	
.copy
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	text-align: center;
}
.bnr
{
	font-weight: bold;
	font-size: 24pt;
	color: white;
	font-family: Verdana;
	text-align: center;
}
.address
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana;
	text-align: center;
}
.privHead
{
	font-weight: bold;
	font-size: 14pt;
	color: red;
	font-family: Verdana;
	text-align: center;
}
.legal
{
	font-size: 9pt;
	color: black;
	font-family: Verdana;
	text-align: justify;
}
.legalHead
{
	font-size: 11pt;
	font-weight:bold;
	color: black;
	font-family: Verdana;
	text-align: center;
}
.body
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana;
}
.formHeading
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana;
	text-align: center;
}
.formReqLabel
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	text-align: right;
}
.formLabel
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	text-align: right;
}
.error
{
	font-size: 8pt;
	color: red;
	font-family: Verdana;
	text-align:center;
}
.hand
{
	cursor: hand;
}

.vdets A
{
	font-weight: bold;
	font-size: 8pt;
	text-transform: capitalize;
	color: blue;
	font-family: Verdana;
}
.vdets A:hover
{
	font-weight: bold;
	font-size: 8pt;
	text-transform: capitalize;
	color: black;
	font-family: Verdana;
}
.btnAccount
{
	width: 120px;
	cursor: hand;
	height: 25px;
}
.bdLeft
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}
.imBtn
{
	border-right: silver thin outset;
	border-top: silver thin outset;
	border-left: silver thin outset;
	cursor: hand;
	border-bottom: silver thin outset;
}
.nbar
{
	height: 35px;
}
.paging
{
	width: 60px;
	cursor: hand;
}