@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(images/background1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.sun{
	background-attachment: scroll;
	background-image: url(images/sun.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color:#333	
}

a.menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-variant: normal;
	font-weight: normal;
}

a.menu:hover {color: white;}

.divider {
	color: #FFF;
}

.main {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	color: #000;
	margin: 10px;
}

.cthru {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border: 1px solid #000;
}

.MLtag {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-variant: small-caps;
	font-size: 1em;
	color:black;
}

.al {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}

.bodyText {
	text-align: justify;
}

