body {
	background-color: #000000;
	margin: 0px;
	color: #DCDCDC;
}

td {
	color: #DCDCDC;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.gallery {
	border: 3px double #DCDCDC;
}

.gallery td {
	font-size: 12px;
	vertical-align: top;
	padding: 5px;
}

.copyright, .copyright a, .copyright a:visited {
	color: #DCDCDC;
	font-size: 11px;
}

.link_white a, .link_white a:visited {
	color: #DCDCDC;
}

.link_blue a, .link_blue a:visited {
	color: #0032FA;
}


/* Menu Styles */
td.mMenuHeader {
	border-top: 3px double white;
	border-bottom: 3px double white;
	padding: 5px;
}

td.mMenuHeader a, td.mMenuHeader a:visited {
	font-size: 16px;
	text-align: center;
	color: White;
	text-decoration: none;
	height: 100%;
	}

td.mMenuHeader a:hover {
	text-decoration: underline;
	}

table.mStartMenu {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	}

td.mMenuItem a, td.mMenuItem a:visited {
	color: white;
	text-decoration: none;
	padding-left: 5px;
	font-size: 14px;
	}

td.mMenuItem a:hover {
	text-decoration: underline;
	}

td.mSubMenuHeader a, td.mSubMenuHeader a:visited {
	font-size: 12px;
	color: black;
	text-decoration: none;
	}