/* CSS Document */
body {
	background-color: #262626;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-family: Tahoma, Arial,Trebuchet MS,Helvetica,sans-serif;
	color: #000000;
	text-align: center;
	margin: 10px;
}
td {
    font-style: normal; 
    font-weight: normal; 
    font-size: 12px; 
	line-height: 16px;
    font-family: Tahoma, Arial,Trebuchet MS,Helvetica,sans-serif; 
    color: #000000;
}
h1 {
    font-style: normal; 
    font-weight: bold; 
    font-size: 18px; 
	line-height: 20px;
    font-family: Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif; 
    color: #247177;
}
h2 {
    font-style: normal; 
    font-weight: bold; 
    font-size: 14px; 
	line-height: 16px;
    font-family: Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif; 
    color: #000000;
}
.main {
    font-style: normal; 
    font-weight: normal; 
    font-size: 12px; 
	line-height: 16px;
    font-family: Tahoma, Arial,Trebuchet MS,Helvetica,sans-serif; 
    color: #000000;
}

.header {
    font-style: normal; 
    font-weight: bold; 
    font-size: 14px; 
    font-family: Tahoma, Arial,Trebuchet MS,Helvetica,sans-serif; 
	color: #ffffff;
	padding-left: 10px;
}
.green {
    color: #33A3AA;
}
.footer {
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	font-family: Tahoma, Arial,Trebuchet MS,Helvetica,sans-serif;
	color: #000000;
	background-image: url(../images/footer.jpg);
	margin: 10px;

}
.contact {
    font-size: 11px; 
    font-family: Arial,Trebuchet MS,Helvetica,sans-serif; 
    color: #FFFFFF;
}
.credits {
    font-size: 11px; 
    font-family: Arial,Trebuchet MS,Helvetica,sans-serif; 
    color: #666666;
	font-weight: bold;
}
.sitemap {
    font-size: 12px; 
    font-family: Arial,Trebuchet MS,Helvetica,sans-serif; 
    color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.sitemap:link {
    font-size: 12px; 
    font-family: Arial,Trebuchet MS,Helvetica,sans-serif; 
    color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.sitemap:hover {
    font-size: 12px; 
    font-family: Arial,Trebuchet MS,Helvetica,sans-serif; 
    color: #666666;
	font-weight: bold;
	text-decoration:none;
}

