/* CSS Document */
.menu {
	font-family: Verdana;
	font-size: 10px;
	color: #B0B0B0;
	font-weight:bold;
}
.menu a:link{
	color: #B0B0B0;
	text-decoration: none;
}
.menu a:visited{
	color: #B0B0B0;
	text-decoration: none;
}
.menu a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:active{
	color: #FFFFFF;
	text-decoration: none;
}


.copyright {
	font-family: Verdana;
	font-size: 10px;
	color: #AFAFAF;
}
.copyright a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright a:active{
	color: #FFFFFF;
	text-decoration: underline;
}


.photocopyright {
	font-family: Verdana;
	font-size: 8px;
	color: #cccccc;
}
.photocopyright a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.photocopyright a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.photocopyright a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.photocopyright a:active{
	color: #FFFFFF;
	text-decoration: underline;
}



.heading-lg {
	font-family: Verdana;
	font-size: 20px;
	color: #AFAFAF;
}


.text-main {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.text-main a:link{
	color: #7C372C;
	text-decoration: underline;
}
.text-main a:visited{
	color: #7C372C;
	text-decoration: underline;
}
.text-main a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.text-main a:active{
	color: #FFFFFF;
	text-decoration: none;
}


.text-main-med {
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
}
.text-main-med a:link{
	color: #7C372C;
	text-decoration: underline;
}
.text-main-med a:visited{
	color: #7C372C;
	text-decoration: underline;
}
.text-main-med a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.text-main-med a:active{
	color: #FFFFFF;
	text-decoration: none;
}