/* CSS Document */

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9A1207;}

a:link {
    color: #9A1207;
	text-decoration: underline;
	}

a:visited {
	color: #666666;
	text-decoration: underline;
	}

a:active {
	color: #9A1207;
	text-decoration: underline;
	}
	
a:hover {
	color: #CCCCCC;
	background-color: #9A1207;
	text-decoration: underline;
	}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	vertical-align: bottom;
}

.SubMenu		{ 
	font-family: Arial, Helvetica, sans-serif;
	color: #9A1207;
	font-size: 12px;
	font-weight: bold; }


a.SubMenu:link 	{ 
	color: #DADADA;
	text-decoration: underline;
	}

a.SubMenu:visited 	{
	color: #DADADA;
	text-decoration: underline;
	}

a.SubMenu:active 	{
	color: #DADADA;
	text-decoration: underline;
	}

a.SubMenu:hover 	{
	text-decoration: underline;
	background-color: #9A1207;
}
.gallery {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

