﻿/* CSS Document */

body { 
	font: 9pt/17pt arial; 
	margin:0;
	padding:0;
	height: 100%;
}

a {
	color: #000000;
	text-decoration: none;
	font-family:"Century Gothic";
}

.header {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	font-family:"Century Gothic";
}

a:hover {
	color: #CC3333;
}
.nav {
  font-family:"Century Gothic";
}

.nav a {
  font-family:"Century Gothic";
  color:#000000;
  text-decoration: none; 

}
.nav a:hover {
  font-family:"Century Gothic";
  color:#CC3333; 
  text-decoration: none;

}
.style4 {
	font-family:"Century Gothic";
	color:#333333;
	font-size:14px;
	
}
.style3 {
	font-family:"Century Gothic";
	color:#333333;
	font-size:18px;
	font-weight: bold;
}
.style5 {
	font-family:"Century Gothic";
	color:#333333;
	font-size:12px;
	
}