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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#FFFFFF;
	text-align:center;
	background-color:#669999;
}

#mainpage {
	margin: 0 auto;
	width:780px;
	text-align:left
}

table {
	background-color:#006766;
}

table.header {
	background-color:#666666;
	font-size:90%;
}

table.eventbox {
	background-color:#CCCCCC;
	color:#000000;
	font-size:85%;
}

table.publicdisplay {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	border-style:solid;
	border-width:2px;
	border-color:#FFFFFF;
	vertical-align:top;
}

th.publicdisplay {
	font-weight:bold;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	vertical-align:top;
}

td.publicdisplay {
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	vertical-align:top;
}

td.withpadding {
	padding-left:12px;
	padding-right:12px;
}

a {
	text-decoration:none;
	color:#FFFFFF;
	}
	
a:link {
	text-decoration:underline;
	color:#FFFFFF;
	}
	
a:visited {
	text-decoration:underline;
	color:#FFFFFF;
	}
	
a:hover {
	text-decoration:underline;
	color:#CCCCCC;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:160%;
	text-transform:uppercase;
	color:#000000;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	text-transform:uppercase;
	color:#000000;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF
}

li {
	margin-bottom:10pt;
}

#smallbulletlist li.smalllist {
	margin-bottom:2pt;
}

.languagepage-language {
	font-size:xx-large;
}

#homepage-header {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:90%;
	text-align:center;
}

#homepage-header a.black {
	color:#000000;
}

#caption {
	font-size:90%;
	font-style:italic;
	color:#CCCCCC
}

.smaller-text {
	font-size:90%;
}

.smallest-text {
	font-size:75%;
}

.footer {
	color: #FFFFFF;
	font-size:small;
}
.footer-legal {
	font-size: xx-small;
	color: #FFFFFF;
}