<!--
body { 
		margin-top: 0; 
		margin-left: 0; 
		margin-right: 0; 
		padding-top: 0; 
		padding-left: 0; 
		padding-right: 0; 
		background-color: #000033;
}

/* START OF FORMS */
TEXTAREA {
	border: 1px solid #D9D9D9; 
	background-color: #F7F7F7; 
	font-size: 12px;
}

INPUT { 
	border: 1px solid #D9D9D9; 
	background-color: #F7F7F7;
	font-size: 12px;
}

SELECT {
	border: 0px solid #D9D9D9; 
	background-color: #F7F7F7; 
	padding: 0px 0px; 
	font-size: 12px;
}

BUTTON {
	border: 1px solid #D9D9D9; 
	background-color: #FF6600;
	font-size: 12px;
}

/* START OF STYLES */

.white_orange { 
		background-color: transparent;
		font-family: verdana; 
		color: #ffffff;
		font-size: 13px;
}

.white_orange a:link { 
		background-color: transparent;
		font-size: 13px;
		text-decoration: none;
		color: #ffffff; 		
}

.white_orange a:visited { 
		background-color: transparent;
		font-size: 13px;
		text-decoration: none;
		color: #ffffff; 		
}

.white_orange a:hover { 
		background-color: transparent;
		font-size: 13px;
		text-decoration: none;
		color: #FF9933; 		
}

.orange_bold {
		background-color: transparent;
		font-family: Arial;
		font-size: 20px;
		color: #FF9933;
		font-weight: bold;	    
}

.orange {
		background-color: transparent;
		font-family: Arial;
		font-size: 13px;
		color: #FF9933;
		font-weight: bold;	    
}

.blue_bold {
		background-color: transparent;
		font-family: Arial;
		font-size: 17px;
		color: #6699CC;
		font-weight: bold;	    
}

.blue {
		background-color: transparent;
		font-family: Arial;
		font-size: 13px;
		color: #6699CC;
		font-weight: bold;
}

.white_bold {
		background-color: transparent;
		font-family: Verdana;
		font-size: 17px;
		color: #FFFFFF;
		font-weight: bold;	    
}

.classmates { 
		background-color: #003366;
		font-family: verdana; 
		color: #ffffff;
		font-size: 13px;
}

.classmates a:link { 
		background-color: #003366;
		font-size: 13px;
		text-decoration: none;
		color: #ffffff; 		
}

.classmates a:visited { 
		background-color: #003366;
		font-size: 13px;
		text-decoration: none;
		color: #ffffff; 		
}

.classmates a:hover { 
		background-color: #003366;
		font-size: 13px;
		text-decoration: none;
		color: #FF9933; 		
}

-->