.text 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}
.text2 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #222;
	}
.text3 	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	}
#small	{
	text-align: left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}		
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: oblique;
	font-stretch: condensed;
	letter-spacing: 1px;	
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;	
	text-decoration: underline;
	}
h2	{
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: oblique;
	font-stretch: condensed;
	letter-spacing: 1px;	
	color: #cc0033;
	margin-top: 5px;
	margin-bottom: 5px;	
	text-decoration: underline;
	}
#sub	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;	
	color: #3300FF;
	margin-bottom: 0px;
	text-decoration: underline;
	}
#sub2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;		
	color: white;
	margin-bottom: 0px;
	text-decoration: underline;
	}
#white	{
	color: white;
	}	
#red	{
	color: #cc0033;
	}
#purple	{
	color: purple;
	}
#blue	{
	color: blue;
	}
p	{
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 0px;
	padding-left: 3px;
	text-align: left;
	}
	
/*---===Menu Attributes===---*/

A 	{
	color: #ccoo33;
	font-family: arial ,verdana,  helvetica, sans-serif; 
	text-decoration: none;
	}
A:hover {
	color: blue; 
	font-family: arial ,verdana,  helvetica, sans-serif; 
	text-decoration: underline;
	}
A.menu1 {
	position: relative;
	top: -3px;	
	color: #ffffff;
	font-style: oblique;
	font-stretch: condensed;
	letter-spacing: 1px;
	font-weight: bold; 
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	}
A.menu1:hover {
	position: relative;
	top: -3px;
	color: #ffffff; 
	font-style: oblique;
	font-stretch: condensed;
	letter-spacing: 1px;
	font-weight: bold; 
	font-size: 12px; 
	text-align: center;
	text-decoration: underline;	
	}
	
/*---===End Menu Attributes===---*/

ul 	{
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
/*---===Table Attributes===---*/

table {
	border-style: solid;
	border-width: 0px;
	border-color: black;
	}
th 	{
	border-style: solid;
	border-width: 0px;
	border-color: black;
	}
	
/*---===End Table Attributes===---*/

#br1 {
	line-height: 5px;
	}
li 	{	
	margin: 0px;
	text-align: left;
	color: white;
	}