/* TEMPLATE: BASICS*/
body {    
background: #ffffff url(../images/back_page.gif) repeat;	
PADDING-RIGHT: 0px; 
PADDING-LEFT: 0px; 
PADDING-TOP: 0px; 
PADDING-BOTTOM: 0px; 
MARGIN: 0px; 
font-size:  80%; 
line-height: 130%; 	
COLOR: #333333;  
font-family: Verdana, Arial, Helvetica, sans-serif
}

p {    
font-size:  75%; 
line-height: 135%; 
margin-top: 10px;  
}

ul {   
margin-top: -10px; 
margin-bottom: 4px;
}

ol {   
margin-top: -10px; 
margin-bottom: 4px;
}

li {   
font-size:  75%; 
line-height: 135%;  
margin-top: 0px; 
margin-bottom: 0px;
}

dd {   
font-size:  75%; 
line-height: 135%;  
margin-top: 0px; 
margin-bottom: 0px;
}

h1 {
COLOR: #448D3F; 
line-height: 30px;
font-family: Tahoma;
font-size:  120%; 
letter-spacing: 1px;
font-weight: bold; 
margin-top: 0px; 
margin-bottom: 10px;
} 

h2 {
font-size: 100%;
color: #30602D;
line-height: 20px;
font-weight: bold;
margin-left: 0px; 
margin-top: 10px 
} 

small {
font-size: 80%;
}

.rust {    	
COLOR: #CA2F00
}

.green {    	
COLOR: #30602D
}

.ltgreen {    	
COLOR: #448D3F
}

.red {    	
COLOR: #CC0000
}

.blue {    	
COLOR: #0000FF
}

A:link{color:#669}
A:active{color:#F00}
A:visited{color:#336}
A:hover{color:#99C}
DT{font-weight:bold;padding-top:5px}

HR{color:#000;height:1px}

div.pad5x5{padding:5px 5px 5px 5px}
div.pad10x10{padding:10px 10px 10px 10px}
div.pad20x20{padding:20px 20px 20px 20px}

a.navfooter {
text-decoration: none;
}
a.navfooter:Hover {
COLOR: #000000; 
font-weight: normal;
text-decoration: none
}

.sub-header {
font-size: 110%;
color: #996600;
line-height: 15px;
font-weight: bold;
font-style: italic;
margin-left: 0px; 
margin-top: 10px;
margin-bottom: 7px;
} 

.header-table{
font-size:  60%; 
text-transform: uppercase;
COLOR: #666666; 
font-weight: bold
} 

.text-table {
	FONT-SIZE: 80%;
}

.text-large {
	FONT-SIZE: 90%;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 0px; 
	text-align: left
}

.text-medium {
	FONT-SIZE: 70%;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 0px; 
	text-align: left
}

 
.text-small {
	FONT-SIZE: 60%;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 0px; 
	text-align: left
}

.content-table {
 background: url(./images/back_table.gif) repeat-y;
background-color:#ffffff;
}

.footer-table{
 background: url(./images/footer.gif) repeat-y;
background-color:#ffffff;
}

/*IMAGES*/
img.GreenThickBorder {border-top: 1px solid #30602D; border-bottom: 3px solid #30602D; background-color:#ffffff; padding-top: 2px; padding-bottom: 2px;}
img.GreenThickBorderLeft {border-top: 1px solid #30602D; border-bottom: 3px solid #30602D; background-color:#ffffff; padding-top: 2px; padding-bottom: 2px; margin-left: 10px;}
img.GreenThickBorderRight {border-top: 1px solid #30602D; border-bottom: 3px solid #30602D; background-color:#ffffff; padding-top: 2px; padding-bottom: 2px; margin-right: 10px;}

A.nonu:link,A.nonu:visited,A.nonuc:active,.brd A:link,.brd A:visited{text-decoration:none;color:#000080;font-size:9pt}
A.nonu:active,A.nonu:hover,A.nonuc:link,A.nonuc:visited,.brd A:hover{text-decoration:none;color:#C00;font-size:9pt}
A.nonuc:hover{text-decoration:none;color:#C00}


/* TABLE COLORS */
TABLE.green{background:#30602D}
TABLE.GREEN{background:#30602D}
TABLE.ltgreen{background:#448D3F}
TABLE.LTGREEN{background:#448D3F}
TABLE.rust{background:#CA2F00}
TABLE.RUST{background:#CA2F00}
TD.green,TH.green,TR.green TD,TR.green TH,TABLE TR TD.green,TABLE TR TH.green{background:#30602D;color:#FFF}
TD.ltgreen,TH.ltgreen,TR.ltgreen TD,TR.ltgreen TH,TABLE TR TD.ltgreen,TABLE TR TH.ltgreen{background:#448D3F;color:#FFF}
TD.rust,TH.rust,TR.rust TD,TR.rust TH,TABLE TR TD.rust,TABLE TR TH.rust{background:#CA2F00;color:#FFF}
