body {
	margin: 15px;
	color: #000000;
	background: url(./images/background.gif) repeat;
	font-family: Arial, Verdana, sans-serif;
}

a {
	color: #000033;
	background: transparent none;
}

a.visited {
	color: #000033;
	background: transparent none;
}

a.navbar {
	font-size: 90%;
	font-weight: bold;
	color: #CCCCCC;
	background: transparent none;
	text-decoration: none;
}

a.navbar:hover {
	color: #999999;
	background: transparent none;
	text-decoration: underline;
}

a.subnav {
	font-size: 90%;
	font-weight: bold;
	color: #CCCCCC;
	background: transparent none;
	text-decoration: none;
}

a.subnav:hover {
	color: #FFFFFF;
	background: transparent none;
	text-decoration: underline;
}

table {
	font-family: Verdana;
	font-size: 100%;
	border-width: 0px;
	border-style: none;
	border-color: #666666;
}

table.content {
    border-width: 0px;
    border-style: none;
    border-color: #FFFFFF;
    color: #000000;
    background: #FFFFFF none;
}

table.navbar {
	border-width: 0px;
	border-style: none;
	border-color: #000000;
	color: #000000;
	background: transparent none;
	font-family: Verdana;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

table.subnav {
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	color: #9999CC;
	background: #9999CC none;
	font-size:80%;
	font-weight: bold;
	text-decoration: none;
}

td {
	font-family: Verdana;
	font-size: 100%;
	color: #000000;
	background: transparent none;
}

td.header {
    color: #000000;
    background: #000000 none;
}

td.navbar {
	color: #000000;
	background: url(./images/background-nav.gif) repeat;
	text-align: left;
}

td.navbarcell {
	color: #DCDCDC;
	width: 120px;
	height: 18px;
}

td.content {
	color: #000000;
	background: #FFFFFF none;
}

td.contactheading {
    text-align: right;
    vertical-align: top;
}

td.subnav {
	padding: 3px;
	color: #000000;
	background: url(./images/background-nav.gif) repeat;
}

ul {
	font-size: 90%;
	margin:0 0 0 0.6em; 
	padding-left:0.6em;
}

li { 
	margin:0; 
	padding:0 
}

h1 {
	color: #000000;
	background: transparent none;
	font-size: 120%;
	font-weight: bold;
}

h2 {
	color: #000000;
	background: transparent none;
	font-size: 110%;
	font-weight: bold;
}

h3 {
	color: #000000;
	background: transparent none;
	font-size: 100%;
	font-weight: bold;
}

p {
	color: #000000;
	background: transparent none;
	font-size: 100%;
	font-weight: normal;
}

p.newsletter {
    color: #CCCCCC;
    font-size: 90%;
}

div.content {
    text-align: left;
	margin: 15px;
}

div.center {
	text-align: center;
}