@charset "utf-8";
/* CSS Document */

body{
	background-color:#999999;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	margin: 0px;
}

.gray{
	color: #666666;
}

a:link, a:visited {
	color: #0054a4;
	text-decoration: underline;
}    

a:hover {
	color: #bf0000;
	text-decoration: none;
}

a.nav:link, a.nav:visited {
	color: #0054a4;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
}

a.nav:hover {
	color: #bf0000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	line-height: 28px;
}

h1 {
	font-size: 16px;
	color: #bf0000;
}
h2 {
	font-size: 14px;
	color: #666666;
}
h3 {
	font-size: 12px;
	color: #BF0000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

.copyright {
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
}

a.copyrightlink:link, a.copyrightlink:visited {
	font-size: 10px;
	color: #ffffff;
	line-height: 14px;
	text-decoration: underline;
	border-bottom: 1px;
}

a.copyrightlink:hover {
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	border-bottom: 0px;
}

.img_left {
	border: 0;
	margin-left: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
}

.img_right {
	border: 0;
	margin-left: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
}