@charset "utf-8";
/* CSS Document */

.style2 {
	font-size: 24pt;
	font-family: Tahoma;
	font-weight: bold;
	color: #FF0000;
}

.style2a {
	font-size: 16pt;
	font-family: Tahoma;
	font-weight: bold;
	color: #FF0000;
}


* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #c00;
	margin-bottom: 15px;
	
}

h1 { font-size: 34px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }

p {	margin-bottom: 15px; }

ul, ol { margin: 20px 60px; }

li { margin: 5px 0; }

a {	color: #00c; }
a:hover { color: #c00; }

/*----- General styles -----*/

.centre { text-align: center; }
.left {	text-align: left; }
.right { text-align: right; }
.red { color: #c00; }
.black { color: #000; }
.white { color: #fff; }
.highlight { background: #ff0; }
.underline { text-decoration: underline; }

.align-left { float: left;	margin: 0 15px 15px 0; }
.align-right {	float: right; margin: 0 0 15px 15px; }
.clear { clear: both; }

.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }

/*----- Structure -----*/



#header {
	width: 770px;
	height: 150px;
	background: url(images/header.jpg) no-repeat;
}

#flash-header {
	width: 770px;
	height: 150px;
}

#nav {
	margin: 0;
}

#nav li {
	display: inline;
}

#nav li a {
	display: block;
	float: left;
	height: 29px;
	background: url(images/nav.png) no-repeat;
	text-indent: -9999px;
	outline: none;
}

li#nav-1 a {
	width: 113px;
}
li#nav-2 a {
	width: 190px;
	background-position: -113px 0;
}
li#nav-3 a {
	width: 277px;
	background-position: -303px 0;
}
li#nav-4 a {
	width: 190px;
	background-position: -580px 0;
}