/* 
airvada.css
v1.0b - 18/02/05
Last editor: Phil Chapman
Copyright 2005 Hi-Peak Internet
 */
body {
	background-color: #FFEE80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

table#header {
	background: url(../images/header-bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

table#header, table#header tr, table#header td {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
}

h1 {
	font-size : 28px;
	font-weight : bold;
	margin-bottom : 5px;
}

h2 {
	font-size : 18px;
	font-weight : bold;
	font-style : italic;
}

h3 {
	font-size : 16px;
	font-weight : bold;
	text-decoration : underline;
}

h4 {
	font-size : 18px;
	font-weight : bold;
}

h5 {
	font-size : 72px;
	font-weight : bold;
}

h6 {
	font-size : 32px;
	font-weight : bold;
}

h1#heading {
	font-size : 28px;
	font-weight : bold;
	margin-bottom : 5px;
	color: #FF6600;
	text-align: center;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #CC6633;
	text-decoration: underline;
}

a.heading {
	color: #FF6600;
	text-decoration: underline;
	font : bold italic;
}

a.menu {
	background: #777777
	border: 1px;
	border-color: #FF9966;
	border-spacing: 1px;
	color: #FF9966;
}

table.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 90px;
	color: #FF9966;
	background-color: #777777;
}

.white_text {
	color: #FFFFFF;
}

.orange_text {
	color: #FF9966;
}

.green_text {
	color: Green;
}

.red_text {
	color: Red;
}

.bold_text {
	font-size: 14px;
	font-weight : bold;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.footersmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
}

.legal {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style : italic;
}

.eyecatcher {
	font-size: 14px;
	font-weight : bold;
	color: Red;
}