@charset "utf-8";
body {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	background-color: #03436B;
}

a{
	font-size:12px;
	color:#000000;
	text-decoration: none;
	line-height: 18px;
}

a:hover{
	font-size:12px;
	color:#CC0000;
	text-decoration: underline;
	line-height: 18px;
}

a.bottom{
	font-size:12px;
	color:#CC0000;
	text-decoration: underline;
	line-height: 18px;
}

a.bottom:hover{
	font-size:12px;
	color:#FF0000;
	text-decoration: underline;
	line-height: 18px;
}

a.name{
	font-size:14px;
	color:#064182;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}

a.name:hover{
	font-size:14px;
	color:#CC0000;
	text-decoration: underline;
	line-height: 18px;
	font-weight: bold;
}


a.title{
	font-size:14px;
	color:#A60E14;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}

a.title:hover{
	font-size:14px;
	color:#A60E14;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}

.black{
	font-size:12px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}

.red{
	font-size:14px;
	color:#064182;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.red_a{
	font-size:12px;
	color:#A60E14;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.gray{
	font-size:14px;
	color:#2B2B2B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.margin {
	margin-top: 10px;
}

.padding {
	padding: 15px;
}

.border_red {
	border: 3px solid #0C5A8B;
}
