body {
	font-family : Arial, Helvetica, sans-serif;
	background-color : White;
	color : Black;
}

p {
	line-height : 1.2em;
	font-size : 1em;
}

ul, li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em
}

li {
	padding-bottom : 0.5em
}

h1.title {
	float : left;
	padding-top : 0.3em;
	font-size : 1.8em;
	font-weight : normal;
}

p.label {
	float : left;
	font-weight : normal;
	font-size : 0.9em;
}

p, h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif;
	margin-left: 1px;
	margin-right: 1px;
	padding-left : 15px;
	padding-right : 15px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top : 0.3em;
	margin-bottom : 0em;
	padding-top : 0.8em;
	padding-bottom : 0em;
	background-color : inherit;
	color : #333333;
}

p.menu {
	background-color : #666666;
	border: none;
	padding: 0.3em 1em 0.4em 1em;
	color : White;
	font-weight : bold;
	font-size : 0.9em;
	text-align : left;
	margin-bottom : 0px;
}

p.submenu {
	border: none;
	margin-top : 0px;
	padding: 0.3em 1em 0.4em 1em;
	font-size : 0.75em;
	font-weight : bold;
	color : #333333;
	margin-bottom : 2em;
	background-color : Silver;
	text-align : right;
}

p.bottom {
	background-color : Silver;
	border: none;
	padding: 0.3em 1em 0.4em 1em;	
	color : Black;
	font-size : 0.7em;
	text-align : left;
	margin-top : 5em;
	margin-bottom : 0px;
}

p.tagline {
	border : none;
	margin-top : 0px;
	padding: 0.3em 1em 0.4em 1em;
	color : White;
	font-size : 0.7em;
	background-color : #666666;	
	text-align : left;
}

p.tight {
	margin-top : 0px;
	padding-top : 0.25em;
	margin-left : 2.2em;
	margin-bottom : 0.25em;
}

p.date {
	float : left;
	font-size : 0.6em;
	padding: 1em 1em 1em 0.5em;
}

p.news {
	border : 1px solid #CC0066;
	margin : 16px;
	padding : 15px;
	text-align : justify;
}

p.latest {
	margin : 16px;
	padding : 15px;
	text-align : justify;
	font-weight : bold;
	font-size : 0.85em;
	background-color : #CC0066;
	color : White;
}
	
a.menu:link {
	color : White;
	text-decoration : underline;
	background-color : inherit;
}

a.menu:visited {
	color : Silver;	
	text-decoration : underline;
	background-color : inherit;
}

a.menu:hover {
	color : #FF0099;
	text-decoration : underline;
	background-color : inherit;
}

a.menu:active {
	color : #FF66CC;
	text-decoration : underline;
	background-color : inherit;
}

a.submenu:link {
	color : #333333;
	text-decoration : underline;
	background-color : inherit;
}

a.submenu:visited {
	color : #555555;
	text-decoration : underline;
	background-color : inherit;
}

a.submenu:hover {
	color : #CC0066;
	text-decoration : underline;
	background-color : inherit;
}

a.submenu:active {
	color : #FF66CC;
	text-decoration : underline;
	background-color : inherit;
}


a:link {
	text-decoration : underline;
	color : #CC0066;
	background-color : inherit;
}

a:visited {
	text-decoration : underline;
	color : #CC3366;
	background-color : inherit;
}

a:hover {
	text-decoration : underline;
	color : #FF0099;
	background-color : inherit;
}

a:active {
	text-decoration : underline;
	color : #FF66CC;
	background-color : inherit;
}

div.topbar {
	text-align : right;
	padding-right : 5px;
	padding-bottom : 0.85em;
	padding-top : 0.85em;
}

li.map {
	font-size: 1.15em;
	padding-top : 1em;
	list-style-position : inside;
	padding-bottom : 0em;
}

li.map2 {
	font-size : 0.85em;
	list-style : circle inside;
	padding-bottom : 0em;
}

li.map3 {
	font-size : 0.85em;
	list-style : square inside;
	padding-bottom : 0em;
}



a.map:link {
	text-decoration : underline;
}

a.map:visited {
	text-decoration : underline;
}

a.map:hover {
	text-decoration : underline;
}

a.map:active {
	text-decoration : underline;
}

img.leftlogo {
	float : left;
	margin-right : 30px;
	margin-left : 20px;
	margin-top : 15px;
}

img.rightlogo {
	float : right;
	margin-right : 30px;
	margin-left : 20px;
	margin-top : 15px;
}

.highlight, .smlhighlight {
	font-weight : 600;
	color : #CC0066;
	background-color : inherit;	
}

.smlhighlight {
	font-size : 0.80em;
}