<style type="text/css">

a:link, a:visited { 
	text-decoration: none; 
	color: #00a0;
	}
	
a:hover {
	 /* Link Hover */
	text-decoration: none; 
	color: #4040ff;
	}
	
.navbar {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 0px; /*Padding: Top, Right, Bottom, Left */
	font-size: 14px;
	color: #663300;
	font-weight: bold;
	}
	
.navbar a:link, .navbar a:visited {
	 /* Link colors */
	 text-decoration: none; 
	 color: #663300;
	 } 
	
.navbar a:hover {
	 /* Link Hover */
	 text-decoration: none; 
	 color: #996600; 
	 }

.logo {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 0px; /*Padding: Top, Right, Bottom, Left */
	font-size: 10px;
	color: #0000c0;
	}

.title {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	padding: 25px 0px 25px 0px; /*Padding: Top, Right, Bottom, Left */
	font-size: 24px;
	font-weight: bold;
	color: #0000c0;
	}

.title1 {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	padding: 25px 0px 0px 0px; /*Padding: Top, Right, Bottom, Left */
	font-size: 24px;
	font-weight: bold;
	color: #0000c0;
	}
	
	
.title2 {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	padding: 0px 0px 25px 0px; /*Padding: Top, Right, Bottom, Left */
	font-size: 14px;
	font-weight: bold;
	color: #0000c0;
	}
	
.body {
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	font-size: 15px;
	font-style: normal;
	color: #000000;
	}
	
.body a:link, a:visited { 
	text-decoration: none; 
	color: #0000a0;
	font-weight: bold;
	}
	
.body a:hover {
	 /* Link Hover */
	text-decoration: none; 
	color: #4040ff;
	font-weight: bold;
	}
	
	
	
.footer  {
	font-family: Veranda, Arial, Helvetica, sans-serif; 
	padding: 10px 0px 0px 0px; /*Padding: Top, Right, Bottom, Left */ 
	font-size: 12px;
	color: #404040;
	} 
	
.footer a:link, a:visited { 
	text-decoration: none; 
	color: #0000a0;
	font-weight: bold;
	}
	
.footer a:hover {
	 /* Link Hover */
	text-decoration: none; 
	color: #4040ff;
	font-weight: bold;
	}
	
	
	
.error { 
	color: red; 
	border: outset 1px red; 
	padding: 2px; 
	background-color: #ffdcdc; }	

.no_error { 
	padding: 2px;
	}
	
	
	
	
	
</style>