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

body, p, td, th, div, blockquote, ul, ol, H1, H2, H3, H4, H5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #4a4a4a;
	font-size: 12px;
}

H1 {
	font-size: 16px;
	font-weight:bold;
	color: #000;
}
H2 {
	font-size: 14px;
	font-weight:bold;
	color: #000;
}
H3 {
	font-size: 12px;
	font-weight:bold;
	color: #000;
}
H4 {
	font-size: 12px;
	font-weight:bold;
	color: #FFF;
}
H5 {
	font-size: 10px;
	font-weight:normal;
	color: #000;
}
a:link {
	text-decoration: underline;
	color:#000;
}
a:visited {
	text-decoration: underline;
	color:#000;
}
a:hover {
	text-decoration: underline;
	color:#F60;
}
a:active {
	text-decoration: underline;
}

.BoldLink {color: #000;
		   font-weight:bold;
}

.BoldLink a:link {
	text-decoration: underline;
	color:#000;
	font-weight:bold;
}
.BoldLink a:visited {
	text-decoration: underline;
	color:#000;
	font-weight:bold;
}
.BoldLink a:hover {
	text-decoration: underline;
	color:#000;
	font-weight:bold;
}
.BoldLink a:active {
	text-decoration: underline;
	color:#000;
	font-weight:bold;
}

.footer {font-size: 10px; color: #FFFFFF; }

.footer a:link {
	text-decoration: none;
	color:#FFF;
	font-weight:bold;
}
.footer a:hover {
	text-decoration: underline;
	font-weight:bold;
}







