h1 {
    font: 24px Arial;
	color: #006699;
	margin-bottom:2px;
}

h2 {
    font: bold 16px Arial;
	color: #006699;
	background-image:url(graphics/lineH2.gif);
	background-repeat: no-repeat;
	height: 30px;
	/*hori verti*/
	background-position: 0px 2px;
	padding-left: 0px;  
}

h3 {
    margin-top:0px;
    font: 16px Arial;
	color: #006699;
}

.h3Table {
    margin-top:0px;
    font: 16px Arial;
	color: #006699;
}

h4 {
    font: 13px Arial;
	color: #000;
	font-weight:bold;
}

p, hint, li {
    font: 13px Arial;
	color: #000;
}

ul {
    list-style-image:url(graphics/li.gif);
}


.hint {
    font: 13px Arial;
    font-weight:normal;
    color: #ff9966;
}


a.hint:link, a.hint:visited, a.hint:active, a.hint:hover { 
    color: #ff9966;
    text-decoration:none;
	font: 13px Arial;
	font-weight:bold;
}

a.hint:hover {
	text-decoration:underline;
}

a.hint:focus {
    outline: none;
}




a:link, a:visited, a:active, a:hover { 
    color: #006699;
    text-decoration:none;
	font: bold 12px Arial;
}

a:hover {
    color: #006699;
	text-decoration:underline;
}

a:focus {
    outline: none;
}





.formText {
    width: 270px;
	border: 1px solid #696969;
	font: 13px Arial;
}

.formTextarea {
    width: 270px;
	height: 120px;
	border: 1px solid #696969;
	font: 13px Arial;
}

.formSubmit {
    font: 12px Arial;
    width: 272px;
	color: #fff;
	background-color: #006699;
	border: 0px;
}










.sitemapHead {
    background-color:#006699;
	color:#fff;
	font:bold 12px Arial;
	width:300px;
	margin-bottom:10px;
	padding:2px;
}

a.sitemap:link, a.sitemap:visited, a.sitemap:active, a.sitemap:hover { 
    background-color:#006699;
	color:#fff;
	font:12px Arial;
	width:260px;
	display:block;
	margin: 0; 
	padding:2px;
	overflow:hidden;
}

a.sitemap:hover {
    background-color:#0099cb;
}





a.footer:link, a.footer:visited, a.footer:active, a.footer:hover, .footer { 
    background-color:#006699;
	color:#fff;
	font:11px Arial;
	margin:0px;
	padding:0px;
	height:100%;
}

a.footer:hover {
    background-color:#0099cb;
}