body { 
padding: 0;
margin: 0 0 0 0;
 font-size: 12px;
background-color: #ebe6c6;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;

	font-weight: normal; 
color: #1c4164;
}
html {
	font-family: Verdana, Helvetica, sans-serif;
}



.heading1, h1 { font-weight: bold; font-size: 18px; padding: 0; margin-top: 0; margin-bottom:10px;color: #013b5a; word-spacing: normal; text-transform: none; font-style: normal; letter-spacing: normal; text-decoration: none; }
.heading2, h2 { font-weight: bold; font-size: 14px;  margin-bottom: 10px; color: #a49500; word-spacing: normal; text-transform: none; font-style: normal; letter-spacing: normal; text-decoration: none; }
.heading3, h3 { font-weight: bold; font-size: 14px;  margin-bottom: 10px; word-spacing: normal; text-transform: none; font-style: normal; letter-spacing: normal; text-decoration: none; }
.heading4, h4 { font-weight: bold; font-size: 12px;  margin-bottom: 10px; word-spacing: normal; text-transform: none; font-style: normal; letter-spacing: normal; text-decoration: none; }
.heading5, h5 { font-weight: bold; font-size: 10px;  margin-bottom: 10px; word-spacing: normal; text-transform: none; font-style: normal; letter-spacing: normal; text-decoration: none; }
.heading6, h6 { font-weight: bold; font-size: 9px;  margin-bottom: 10px; word-spacing: normal; text-transform: none; font-style: normal; letter-spacing: normal; text-decoration: none; }
p, td, span { font-size: 12px;	font-family: Verdana, Arial, Helvetica, sans-serif; padding: 0; margin:0;}

TFOOT, THEAD {  font-size: 12px; }	
		
TH { font-weight: bold;  font-size: 12px;}	
SMALL { font-size: 7pt; }	
BIG { font-size: 12pt; }	
BLOCKQUOTE, PRE { font-family: Courier New, monospace;  font-size: 12px;}	
	
UL LI { list-style-type: square;  font-size: 12px;}	
UL LI LI { list-style-type: disc; font-size: 12px; }	
UL LI LI LI { list-style-type: circle; font-size: 12px; }	
	
OL LI { list-style-type: decimal;  font-size: 12px;}	
OL OL LI { list-style-type: lower-alpha;  font-size: 12px;}	
OL OL OL LI { list-style-type: lower-roman;  font-size: 12px;}	

A:link { color: #bead38; text-decoration: none; }	
A:visited { color: #bead38; text-decoration: none;  }		
A:hover { color: #bead38; text-decoration: underline;  }
A:active { color: #bead38; text-decoration: none;  }		


.GreenText {
	color: #ac9a00;

}
.BlueText { color: #013b5a; }

.greenbackground {
	background-color: #ac9a00;
}
.bluebackground {
	background-color: #013b5a;
}
