﻿h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #000000;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
p {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #6297bc;
}
.h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: x-large;
	color: #6297bc;
	text-transform: capitalize;
	font-weight: bold;
}
a {
	text-decoration: none;
}
body {
	padding: 0px;
	margin: 0px;
	background-image: url('Images/bg.gif');
	background-repeat: repeat-x;
	background-color: #A9BAC3;
}

ul {
	list-style-type: none;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	float: left;
	height: 26px;
	margin: 0;
	padding: 0;
}
ul a {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 80px;
	height: 26px;
	color: black;
	line-height: 26px;
	text-decoration: none;
	background-image: url('Images/Button.gif');
	background-repeat: no-repeat;
}

ul a:hover {
	background-position: 0px -26px;
	color: #FF0000;
}

ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
