/* SETS BASIC HTML DEFINITIONS */

body { /*IE*/
text-align:center;
font-family: "Tahoma", "Comic Sans MS", Arial, sans-serif; 
}

div {/*FF*/
text-align:-moz-center;

}
	
table, td {	
	padding: 0px; 
	margin:0 auto; 
	border-collapse: collapse; 
	color: #000066;
	width:823;	
}

/* SETS HEADING PROPERTIES */

h1 {
	color: #d01022; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h2 {
	color: #d01022; 
	text-align: left; 
	font-size: 16px; 
	font-weight: normal; 
}


/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #00008B; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #7c715c; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #de0f23; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #7c715c; 
	text-decoration: none; 
	font-weight: bold;
}


/* SETS THE CLASS PROPERTIES */



.navigator {
	position: relative; 
	left: 0px; 
	top: 162px; 
	width: 100%; 
	height:32px;
	border: none;
}
.main {
	position: absolute; 
	top: 15px; 
	border: none;
}