/* CSS Document */
body {
	margin-top: 20px;
	background-image: url(../images/bg1.jpg);
}

.font20 { font-family: arial; font-size:20px; color:#0067ba; font-weight:bold;}
.font12 { font-family: arial; font-size:12px; color:black; font-weight:normal;}
.font10 { font-family: arial; font-size:10px; color:black; font-weight:normal;}
 
a { font-family: "Trebuchet MS", arial; font-size:12px; color:blue; font-weight:bold; text-decoration:none;}
a:hover { font-family: "Trebuchet MS", arial; font-size:12px; color:red; font-weight:bold;} 

a.header { font-family: "Trebuchet MS", arial; font-size:20px; color:blue; font-weight:bold; text-decoration:none;}
a.header:hover { font-family: "Trebuchet MS", arial; font-size:20px; color:red; font-weight:bold; text-decoration:underline;} 
 
a.footer { font-family: "Trebuchet MS", arial; font-size:12px; color:blue; font-weight:bold; text-decoration:none;}
a.footer:hover { font-family: "Trebuchet MS", arial; font-size:12px; color:red; font-weight:bold; text-decoration:underline;} 
 
 
 
h1{font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:24px; font-style:normal; text-align:center; color:#0067ca;
}
h2{font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:15px; font-style:normal; text-align:center; color:#8b0f05;
}

.normalFont {font-family : Verdana, Trebuchet MS, Arial, Helvetica, sans-serif; font-size : 12px; font-weight : normal; list-style-position: outside; list-style-type: square; color: #000000;
}

.divBorder {
	border: 6px solid #000000; 
	width: 980px; 
	background-color:#aaa;
}

.divAlign {
	 margin-top:10px;
	 margin-left:10px;
}

