body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E5E5E5;
}

td{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	font-style: normal;
	line-height:18px;
	text-align:justify;
}

A{
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	line-height:18px;
	text-decoration: none;
	outline:none;
}
A:link{
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	line-height:18px;
	text-decoration: none;
	outline:none;
}
A:hover{
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #231f20;
	font-style: normal;
	line-height:18px;
	text-decoration: underline;
	outline:none;
}

.blue_txt{
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #283890;
	font-style: normal;
	line-height:18px;
	text-decoration: none;
	outline:none;
}
.blue_txt A{
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #283890;
	font-style: normal;
	line-height:18px;
	text-decoration: none;
	outline:none;
}
.blue_txt:link{
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #283890;
	font-style: normal;
	line-height:18px;
	text-decoration: none;
	outline:none;
}
.blue_txt:hover{
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #283890;
	font-style: normal;
	line-height:18px;
	text-decoration: underline;
	outline:none;
}

.footer{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	text-decoration: none;
}
.footer A{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	text-decoration: none;
	outline:none;
}
.footer A:link{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	text-decoration: none;
	outline:none;
}
.footer A:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #231f20;
	font-style: normal;
	text-decoration: none;
	outline:none;
}

.textfield {
        BORDER-RIGHT: #b6b6b6 1px solid; 
		BORDER-LEFT: #b6b6b6 1px solid;
		BORDER-TOP: #b6b6b6 1px solid; 
		BORDER-BOTTOM: #b6b6b6 1px solid;
		FONT-SIZE: 11px;  
		COLOR: #000000; 
		FONT-FAMILY: Tahoma;
		HEIGHT: 18px;
		width: 180px;
		BACKGROUND-COLOR: #FFFFFF; 
		TEXT-DECORATION: none; 
		padding-left: 3px;
		padding-top: 1px;
		outline:none;
}

.textarea{
        BORDER-RIGHT: #b6b6b6 1px solid; 
		BORDER-LEFT: #b6b6b6 1px solid;
		BORDER-TOP: #b6b6b6 1px solid; 
		BORDER-BOTTOM: #b6b6b6 1px solid;
		FONT-SIZE: 11px;  
		COLOR: #000000; 
		FONT-FAMILY: Verdana;
		HEIGHT: 80px;
		width: 180px;
		BACKGROUND-COLOR: #FFFFFF;  
		TEXT-DECORATION: none; 
		padding-left: 3px;
		padding-top: 3px;
		outline:none;
}

.button{
        BORDER-RIGHT: #b6b6b6 1px solid; 
		BORDER-LEFT: #b6b6b6 1px solid;
		BORDER-TOP: #b6b6b6 1px solid; 
		BORDER-BOTTOM: #b6b6b6 1px solid;
		FONT-SIZE: 11px;  
		COLOR: #000000; 
		FONT-FAMILY: Verdana;
		HEIGHT: 20px;
		BACKGROUND-COLOR: #FFFFFF;
		text-align:center;
		TEXT-DECORATION: none; 
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 1px;
		padding-bottom: 5px;
		outline:none;
}
.black_heading {
	color:#000000;
	font-size:15px;
	font-weight:bold;
}
.blue_heading {
	color:#283890;
	font-size:15px;
	font-weight:bold;
