.Title_2 {
	font-size: 12px;
	font-weight: bold;
	color: #3B3B3C;
}
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
}

h1 {
	font-size:20px;
	color: #3B3B3C;
	font-weight: normal;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
	display:block;
	width: 600px;
	border-bottom:#041E5B solid 1px;
}

h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:2px;
}


a:link {
	color: #E1A739;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #E1A739;
}

a:hover {
	text-decoration: underline;
	color: #E1A739;
}

a:active {
	text-decoration: none;
	color: #E1A739;
}


.top-bkgd {
	background:url(images/top-gradation.gif) top left no-repeat;
}

.left-nav ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.left-nav ul a{
	display:block;
	width: 179px;
	height:30px;
	line-height:30px;
	color: #041E5B;
	text-decoration: none;
	text-indent: 5px;
	border: #ffffff solid 1px;
	background: #E5E5E5;
	font-weight:bold;
	font-size:11px;
}

.left-nav ul a:hover{
	background:#041E5B;;
	color:#FFFFFF;
}

.footer {
	font-size:9px;
	font-weight:bold;
}

