@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	}
.greenbg{
	background-image:url(../images/greenbg.gif);
	background-repeat:repeat-x;
	height:11px;
	}
.menubg{
	background-image:url(../images/menubrd.gif);
	background-repeat:repeat-x;
	height:35px;
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	}
.blubg{
	background-image:url(../images/blubg.gif);
	background-repeat:repeat-x;
	height:32px;
	}
.boxtopbg{
	background-image:url(../images/boxbg.gif);
	background-repeat:repeat-x;
	height:34px;
	}
.headingblu{
	font-family:verdana;
	font-size:12px;
	color:#0d82b8;
	}
.content{
	font-family:verdana;
	font-size:11px;
	color:#000000;
	}

.content1{
	font-family:verdana;
	font-size:10px;
	color:#999999;
	}
.transaction{
	font-family:verdana;
	font-size:9px;
	color:#000000;
	}
a.mail:link{
	text-decoration:none;
	color:#699217;
	}
a.mail:hover{
	text-decoration:none;
	color:#d15512;
	}
a.mail:visited{
	text-decoration:none;
	color:#699217;
	}
a.mail:active{
	text-decoration:none;
	color:#699217;
	}
a:link{
	text-decoration:none;
	color:#000000;
	}
a:hover{
	text-decoration:none;
	color:#0d82b8;
	}
a:visited{
	text-decoration:none;
	color:#6b6c6c;
	}
a:active{
	text-decoration:none;
	color:#000000;
	}