/* CSS Document */
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight:normal;
}
.menu a:link{
	color: #CCCCCC;
	text-decoration: none;
}
.menu a:visited{
	color: #CCCCCC;
	text-decoration: none;
}
.menu a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:active{
	color: #FFFFFF;
	text-decoration: none;
}


.copyright {
	font-family: "Franklin Gothic Book";
	font-size: 12px;
	color: #666666;
}
.copyright a:link{
	color: #333333;
	text-decoration: none;
}
.copyright a:visited{
	color: #333333;
	text-decoration: none;
}
.copyright a:hover{
	color: #999999;
	text-decoration: underline;
}
.copyright a:active{
	color: #999999;
	text-decoration: underline;
}


.heading-lg {
	font-family: "Franklin Gothic Book";
	font-size: 18px;
	color: #33424C;
}


.text-main {
	font-family: "Franklin Gothic Book";
	font-size: 12px;
	color: #333333;
}
.text-main a:link{
	color: #666666;
	text-decoration: underline;
}
.text-main a:visited{
	color: #666666;
	text-decoration: underline;
}
.text-main a:hover{
	color: #999999;
	text-decoration: none;
}
.text-main a:active{
	color: #999999;
	text-decoration: none;
}


.text-main-med {
	font-family: "Franklin Gothic Book";
	font-size: 16px;
	color: #333333;
}
.text-main-med a:link{
	color: #666666;
	text-decoration: underline;
}
.text-main-med a:visited{
	color: #666666;
	text-decoration: underline;
}
.text-main-med a:hover{
	color: #999999;
	text-decoration: none;
}
.text-main-med a:active{
	color: #999999;
	text-decoration: none;
}
