body {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 16px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	
}
h1{
	
	font-size: 14px;
	color: #03448C;
	
}
h2{
	
	font-size: 12px;
	color: #003399;
	
}
.footer{
	color: #003366;
	background-color: #e9f3ff;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99bbe8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99BBE8;
	
}
.tableHeader{
	color: #003366;
	background-color: #e9f3ff;
	height: 30px;
}
tableRow{
	color: #003366;
	background-color: #e9f3ff;
	height: 30px;
	
	
}

.mainarea{
	padding: 12px;
	font-size: small;
	color: #03448C;
	line-height: 18px;
}
.rightshadow{
	background-image: url(images/shadow_03.gif);
	background-repeat: repeat-y;
}
.leftshadow{
	background-image: url(images/shadow_01.gif);
	background-repeat: repeat-y;
}
.logintext{
	font-weight: bold;
	color: #003366;
	padding-right: 8px;
}
.whitetop {

	font-weight: bold;
	color: #FFFFFF;
}
.navigationbox{
	font-size: 12px;
	background-image: url(images/mail_15.gif);
	background-repeat: repeat-x;
	height: 26px;
	font-weight: bold;
	color: #03448C;
	padding-right: 8px;
	padding-left: 8px;
}
.top
.errormsg {
		color:#FF3333;
		font-weight:bold;}
	
a {
		text-decoration: none;
		color: #03448C;
		font-weight:bold;
		text-decoration: underline;
		}
	
a:hover {
		
		
		color: #000099;
		font-weight:bold;
		text-decoration: underline;
		}
		
.textbox {
	color: #003366;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 16px;
	border: 1px solid #003399;
	background-image: url(images/form_bg.gif);
	background-repeat: repeat-x;
	padding-right: 3px;
	padding-left: 3px;
		}
.button{
	background:transparent;
	font-size: small;
	font-weight: bold;
	color: #003366;
	background-image: url(images/button_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #003399;
}
hr{
	color: #03448C;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
/* This is new addition for login screen*/
.loginbox{
	border: 1px solid #9cbde9;
	background-image: url(images/login_bg.gif);
	background-repeat: repeat-x;
	padding: 15px;
	font-size: 11px;
	color: #03448C;
}

.mainHeading{
		/*font-family: Arial, Helvetica, sans-serif, Tahoma;*/
		font:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		color: #03448C;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #9cbde9;
		padding-bottom: 3px;
		font-weight: bold;
		}
		
.subHeading{
		/*font-family: Arial, Helvetica, sans-serif, Tahoma;*/
		font:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #03448C;
		
		padding-bottom: 3px;
		font-weight: bold;
		}


.lnkButton
{
		font: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #03448C;
		padding-top: 3px;
		font-weight: bold;
		text-decoration:underline;

}

.lnkButton:link
{
		font: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #03448C;
		padding-top: 3px;
		font-weight: bold;
		text-decoration:underline;

}

.lnkButton:active
{
		font: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #03448C;
		padding-top: 3px;
		font-weight: bold;
		text-decoration:underline;

}