body {	
		background-color: green;
}

#content {
	background-color:white;
	padding:1em;
	width:660px;
	margin:auto;
}

TABLE {
        FONT-FAMILY: tahoma, arial, helvetica, sans-serif;
        FONT-SIZE: 1em;
}
TH {
        FONT-FAMILY: tahoma, arial, helvetica, sans-serif;
        FONT-SIZE: 1.25em;
		FONT-WEIGHT:bold;
}
TD {
        FONT-FAMILY: tahoma, arial, helvetica, sans-serif;
        FONT-SIZE: 1em;
}
P {
        FONT-FAMILY: tahoma, arial, helvetica, sans-serif;
        FONT-SIZE: 1em;
}
A.largerlink{
		FONT-FAMILY: tahoma, arial, helvetica, sans-serif;
		FONT-SIZE: 1.20em;
}
A {
        FONT-FAMILY: tahoma, arial, helvetica, sans-serif;
        FONT-SIZE: 1em;
}
h1 {
		font-family: tahoma, arial, helvetica, sans-serif;
		font-size: 1.5em;
		color: #0F5CAC;
}
h2 {
		font-family: tahoma, arial, helvetica, sans-serif;
		font-size: 1.3em;
		color: #51A710;
}
h3 {
		font-family: tahoma, arial, helvetica, sans-serif;
		font-size: 1.2em;
}

UL {
		list-style-type: square;
		margin-left: 0;
		padding-left: 1em;
		margin-top: 0;
		margin-bottom: 0;
}

OL {
		margin-left: 0;
		padding-left: 1.6em;
		margin-top: 0;
		margin-bottom: 0;
}


li {
		margin-bottom: 1em;
}

UL UL {
		list-style-type: circle;
		margin-left: 0;
		padding-left: 1em;
		margin-top: 0;
		margin-bottom: 0;
}

.required {
		color: #FF0000;
}

.fullclass {
		color:#FF0000;
		font-weight:bold;
}

.flushlist li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.comingsoon {
	color:#03C;
	font-weight:bold;
}

.comingsoon_newdate {
	color:red;
	font-weight:bold;
}

/*Menu styles*/
.menu{
	font-family: tahoma, arial, helvetica, sans-serif;
	COLOR: white;
	FONT-SIZE: .85em;
	FONT-WEIGHT: Bold;
	text-decoration: none;
	text-align: center;  
}
A.Menu {
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-size: .85em; 
	font-weight:bold;
	text-decoration:none;   
	color: #FFFFFF;
}
A.Menu:visited {
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-size: .85em; 
	font-weight: bold;
	text-decoration: none;   
	color: #CCCCFF;
}
A.Menu:HOVER {
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-size: .85em; 
	font-weight: bold;
	text-decoration: none;  
	color: #FFFF00;
}
A.MenuCurrent {
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-size: .85em; 
	font-weight: bold; 
 	text-decoration: none; 
	color: #FFFF00;
}  
/*End of menu styles*/