@charset "utf-8";
/* CSS Document */

body
{
	font-family:Verdana;
	font-size:12px;
}

.a1{
text-decoration : none;
color :black;

}
a:visited {
text-decoration : none;

}
a:hover {
color : red;
text-decoration : underline;
}

.head
{
	color:#003366;
	font:14px;
}
.sub
{
	color:#996600;
	font-size:11px;
}

.main_heading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:5px;
	font-weight: bold;
	font-size: 14px;
	color: #003366;
	text-decoration:none;
}

.main_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	border-bottom:dotted 1px #000099;
	line-height:22px;
}

.style6{
	font-family:Arial;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	line-height:18px;
}
.mail{
	font-family:Arial;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	line-height:18px;
}