body {
	background-image: url('../images/space-smaller.JPG');
	background-attachment: fixed;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	color: #FFFFFF;
}


a { color: #848484; text-decoration:underline; }

a:link { color: #848484; text-decoration:underline; }

a:active { color: #FFFFFF; text-decoration:underline; }

a:visited { color: #848484; text-decoration:underline; }

a:hover { color: #FFFFFF; text-decoration:underline;}



.contentTable a { color: #000000; text-decoration:underline; }

.contentTable a:link { color: #000000; text-decoration:underline; }

.contentTable a:active { color: #444444; text-decoration:underline; }

.contentTable a:visited { color: #000000; text-decoration:underline; }

.contentTable a:hover { color: #444444; text-decoration:underline;}


.contentTable {
	border-color: transparent;
	border-size: 2px;
	empty-cells: show;
	font-color: black;
}

.contentTableTitle {
	background-color: #777777;
	color: black;
	font-weight: bold;
	font-size: 14px;
}

.contentTRodd {
	background-color: #B0B0B0;
	color: black;
	font-weight: normal;
	font-size: 12px;
}

.contentTReven {
	background-color: #969696;
	color: black;
	font-weight: normal;
	font-size: 12px;
}





.adminTable a { color: #000000; text-decoration:underline; }

.adminTable a:link { color: #000000; text-decoration:underline; }

.adminTable a:active { color: #444444; text-decoration:underline; }

.adminTable a:visited { color: #000000; text-decoration:underline; }

.adminTable a:hover { color: #444444; text-decoration:underline;}


.adminTable {
	border-collapse: separate;
	border-spacing: 50px;
	border-color: transparent;
	border-size: 1px;
	empty-cells: show;
	font-color: white;
	background-color: transparent;
}

.adminTableTitle {
	background-color: #555555;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

.adminTRodd {
	background-color: #222222;
	color: white;
	font-weight: normal;
	font-size: 12px;
}

.adminTReven {
	background-color: #333333;
	color: white;
	font-weight: normal;
	font-size: 12px;
}

.menufont {
	font-family: georgia;
	font-size: 19px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration:none;
}

.menufont a { color: #848484; font-size: 19px; font-weight: bold; text-decoration:none;}

.menufont a:link { color: #848484; font-size: 19px; font-weight: bold; text-decoration:none;}

.menufont a:active { color: #FFFFFF; font-size: 19px; font-weight: bold; text-decoration:none;}

.menufont a:visited { color: #848484; font-size: 19px; font-weight: bold; text-decoration:none;}

.menufont a:hover { color: #FFFFFF; font-size: 19px; font-weight: bold; text-decoration:underline;}

.titlefont {
	font-family: Times New Roman, Times, serif;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;

}

.subtitlefont {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;

}

.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
}

.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #FFFFFF;
}
.footer {
	color: #CCCCCC;
	text-align : center;
	font-size: 10px;
}


.footer a { color: #FFFFFF; font-size: 10px; text-decoration:underline; }

.footer a:link { color: #FFFFFF; font-size: 10px; text-decoration:underline; }

.footer a:active { color: #FFFFFF; font-size: 10px; text-decoration:underline; }

.footer a:visited { color: #FFFFFF; font-size: 10px; text-decoration:underline; }

.footer a:hover { color: #848484; font-size: 10px; text-decoration:underline;}

.button {
	background: #2222FF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


.disabledbutton {
	background: #2222FF;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}