body{
	height:auto;
	background-color:#FFFFFF;
	background-image:url(assets/imgs/siteBg.jpg);
	padding:0px;
	margin:0px;
}

/* Site Links */
A 			{ color: #000000; font-family:Verdana;font-size:13px;text-decoration: none; font-weight:bold} 
A:link		{ color: #000000; text-decoration: none; font-weight:normal;font-size:12px;line-height: 17px;} 
A:visited	{ color: #000000; text-decoration: none; font-weight:normal;font-size:12px;line-height: 17px;} 
A:active	{ color: #000000; text-decoration: none; font-weight:normal;font-size:12px;line-height: 17px;} 
A:hover		{ color: #000000;text-decoration:underline; font-weight:normal;font-size:12px;line-height: 17px;} 


/* front page */
.Text_TrebuchetMS_14_Black {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
.Text_BankGothic_14_Black {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	padding-left: 5px;
}

.Text_BankGothic_12_DarkGray {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding-left: 5px;
}
.Text_Trebuchet_25_White_bold {
	font-family: Verdana;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.inputBox
{
color : #000000;
background : #FFFFFF;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana;
font-size : 10px;
}
.WarningText {
	font-family: Verdana;
	font-size: 11px;
	line-height: 12px;
	color: RED;
}
.ConfirmText {
	font-family: Verdana;
	font-size: 16px;
	line-height: 12px;
	color: Green;
	font-weight:bold;
}