table
{
	font-family:Arial;
	font-size:12PX;	
}
h2
{
	color:White;
	font-family:Arial;
	font-size:17px;
	text-decoration:underline;
}
a
{
	font-family:Arial;
	font-size:12PX;
	font-weight:bold;
	color:#cccccc;
}
.pageHeader
{
	background-color:Black;
	color:White;
	font-family:Arial;
	font-size:22PX;
	padding:10px;
}
.footer
{
	background-color:#eeeeee;
	font-family:Arial;
	font-size:11PX;	
	border-top:solid 1px #999999;
}

.menu
{
	background-color:black;
	border-bottom:solid 1px White;
	border-top:solid 1px White;
	padding:4px;
	width:80px;
	
}
.menuLink
{
	padding:10px;	
	font-family:Arial;
	font-size:12PX;
	font-weight:bold;
	color:White;
	text-decoration:none;
	border-right:solid 1px White;
}
.menuLink:hover
{
	padding:10px;	
	font-family:Arial;
	font-size:12PX;
	font-weight:bold;
	color:Orange;
	text-decoration:none;
}
.content
{
	padding:20px;
	font-family:Arial;
	font-size:12PX;	
	background-color:#666666;
}
.loginForm, .uploadForm, .table
{
	background-color:#333333;
	border:solid 1px #999999;
	color:#cccccc;
	font-weight:bold;
}
.logoutLabel
{
	color:White;
	font-family:Arial;
	font-size:12PX;
	font-weight:bold;		
}
.logoutLink
{
	color:white;
	font-family:Arial;
	font-size:12PX;
	font-weight:bold;	
}
.newsTitle
{
	color:white;		
	font-family:Arial;
	font-size:16PX;
	font-weight:bold;	
}
.newsBody
{
	color:#eeeeee;
	font-family:Arial;
	font-size:12PX;
	font-weight:bold;	
}
.joinNewsletterTitle
{
	padding: 2px 4px 2px 4px;
	background-color:#ED6E1D;
	color:#eeeeee;
	font-family:Arial;
	font-size:12PX;
	font-weight:bold;		
}
.joinNewsletterTable
{
	color:#cccccc;	
	font-family:Arial;
	font-size:11PX;
	font-weight:bold;		
	border:solid 1px #999999;
	background-color:#333333;
}
