/* Body */
html, body {

	text-align: center;
	width:760;		
    margin: 0px;
	padding: 0px;
	background-color : #cccccc;
	color : #333333;
	}


.td,tr,div {
    font-family: Trebuchet, Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;	
	}

p 		{
    font-family: Trebuchet, Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 4px;
	}

.h4 {
	color: #ff6633;
        font-family: Trebuchet, Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}

.h5 {
	color: #ff6633;
        font-family: Trebuchet, Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

.h6 {
	color: #ff6633;
        font-family: Trebuchet, Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

a:link, a:visited  {
	color: #003399;
	text-decoration: none;
}
 
a:hover {
	text-decoration: underline;
	color: #ff6633;
}


a.footertext:link, a.footertext:visited {
	color: #ff6633;
	text-decoration: none;	
}
 
a.footertext:hover {
	text-decoration: underline;
	color: #ffffff;
}




	
UL LI   {
    list-style: url(images/bullet.gif);
	}
	
.footertext { 
	color: #ffffff;
        font-family: Trebuchet, Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
}
	
