/* CSS Document */

a:link{
	color:#0C4596;
	text-decoration: underline
	}
a:visited {
	color: #0C4596;
	text-decoration: underline
	}
a:hover {
	text-decoration: underline;
	color: #5D5D5D
	}
a:active {
	color: #5D5D5D;
	text-decoration: underline
	}
p {
	font-family : Georgia, Times, serif;
	font-size : 14px;
	line-height : 1.3em;
	color : #454545;
	}
p.large {
	font-family : Georgia, Times, serif;
	font-size : 20px;
	line-height : 1.3em;
	color : #000;
	margin-bottom : -10px;
	}
h1 {
	font-family : Georgia, Times, serif;
	font-size : 30px;
	font-weight : normal;
	color : #C4C4C4;
	}
#main {
	width : 300px;
	}

a.mainnav {
	color: #F5F5F5;
	text-decoration: none
}
a:visited.mainnav {
	color: #F5F5F5;
	text-decoration: none
	}
a:hover.mainnav {
	color: #F5F5F5;
	text-decoration: none
}

td, tr {
	font-family : Georgia, Times, serif;
	font-size : 14px;
	line-height : 1.3em;
	color : #454545;
	}
.styleblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	line-height: 15px;
	color: #698BAB;
}
.stylegraybackgroung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #BAB9B9;
	line-height: 11px;
	color: #666666;

}

.email_verify{display: none;}
