/* CSS Document */

* {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #ffffff;
}

body {
	margin: 0px;
	color: #000000;
}

img {
	margin: 0px;
	border: 0px;
}

.maintable {
	background-image: url(../images/main_background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #FFC744;
	margin: 0px;
	padding: 0px;
	}

h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #FFC744;
	margin: 0px;
	padding: 0px;
	}

.title {
	font-size: 12pt;
	font-weight: bold;
}

.heading {
	font-size: 11pt;
	font-weight: bold;
}

.address {font-size: 11pt;}

.copy {text-align: justify;}

.copyright {
	font-size: 8pt;
	text-align: center;
	color: #eeeeee;
}

input, textarea {
	font-size: 10pt;
	color: #000000;
}

a {text-decoration: underline;}

a:hover {color: #cccccc;}

a.headernav {
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

/*Navigation links*/
a.leftnav {
	font-size: 11pt;
	margin-left: 14px;
	text-decoration: none;
}

a.leftnav:hover {
	color: #FFC744;
	text-decoration: none;
}

a.leftnavon {
	font-size: 11pt;
	font-weight: bold;
	margin-left: 14px;
	color: #FFC744;
	text-decoration: none;
}

a.subnav {
	font-size: 10pt;
	margin-left: 20px;
	text-decoration: none;
}

a.image:link {
	text-decoration: none;
}

a.image:active {
	text-decoration: none;
}

a.image:visited {
	text-decoration: none;
}

a.image:hover {
	text-decoration: none;
}
