/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 12px;
}
body {
	background-color: #CCCCCC;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* TOP NAV */
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 16px;
	margin-right: 0px;
}
.topnav a:link { 
 	color: #000033;
 	text-decoration: none;
 }
.topnav a:visited { 
 	 color: #990000;
 	text-decoration: none;
 }
.topnav a:hover {
  	color: #990000; 
 	text-decoration: underline;
 }
.topnav a:active { 
  	color: #990000;
 	text-decoration: none;
 }
 /* END TOP NAV */
 
  /* CONTENT */

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000033;
	margin-left: 30px;
}
.title a:link {
	color: #000033;
	text-decoration: none;
}
.title a:visited {
	color: #990000;
	text-decoration: none;
	 }
.title a:hover {
  	color: #990000; 
 	text-decoration: underline;
}
.title a:active { 
  	color: #990000;
 	text-decoration: none;
}

  /*END CONTENT */


/* FOOTER */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 10px;
	margin-left: 0px;
	text-align: center;
}
.footer a:link { 
 	color: #000033;
 	text-decoration: none;
 }
.footer a:visited { 
 	 color: #990000;
 	text-decoration: none;
 }
.footer a:hover {
  	color: #990000; 
 	text-decoration: underline;
 }
.footer a:active { 
  	color: #990000;
 	text-decoration: none;
 }

/* END FOOTER */

/* PHONE */

.phone {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 16px;
	margin-left: 0px;
	text-align: center;
}


/* END PHONE */
