a:link {
	color: #0630A0;
	text-decoration: underline;
}
a:visited {
	color: #0630A0;
	text-decoration: underline;
}
a:hover {
	color: #0630A0;
	text-decoration: bold;
}
.left_nav {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #0630A0;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.left_nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
.left_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.left_nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.text {
	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	color:000000;
 }
 .title {
	font: Arial, Helvetica, sans-serif;
	font-size:19px;
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0033;
 }
 .left_border {
	border-left:1px solid #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
 }
 .footer {
	font: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:003399;
 }
  .subfooter {
	font: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:003399;
 }
  .subtitle {
	font: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #cc0033;
	font-weight: normal;
 }
.left_gray_border {
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.btm_border {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #cccccc;
}
.textbold {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
 }
 .textbold_big {
	font: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #003399;
 }
 .update {
	font-weight: bold;
	color: #003399;
	background-color:#E8E9EB;
	border: 1px solid #CC0000;
	margin: 3px;
	padding: 10px;
	vertical-align:top;
}
