body {
	background-color : White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* font-variant: small-caps; */
	text-decoration: none;
	white-space: normal;
}

a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	text-decoration: none;
	/* font-variant : small-caps; */
	color : #CC0099;
	
}
a:visited {
	color : #cc0099;
}

a:hover {
	color : #888888;
}

h1,h2,h3,h4,h5,h6 {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	/* font-variant : small-caps; */
}
h1  {
	font-size:16px;
	color : #2f2f2f;
	font-weight: bold;
	text-align: center;
}
h2  {
	font-size:14px;
	color : #2f2f2f;
}	
h3 {
	text-align: center;
	color : #2f2f2f;
	margin-top : 3px;
	/* font-variant : small-caps; */
}
h4 {
	color : #2f2f2f;
	font-size :16px;
	font-weight: bold;
	text-align: center;
	/* font-variant : small-caps; */
	margin-top : 1px;
	margin-bottom : 1px;
}
h5 {
	color : #2f2f2f;
	font-weight: bold;
	margin-top : 1px;
	font-size :12px;
	margin-bottom : 1px;;
}
h6 {
	font-size : ;
	color : #2f2f2f;
	margin-top : 3px;
	text-align: center;
	line-height : 11px;
	margin-bottom : 5px;
	/* font-variant : small-caps; */
}

th {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* font-variant: small-caps; */
	white-space: normal;
}
td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* font-variant: small-caps; */
	white-space: normal;
}

div.flusher {
	clear: both;
}

div#header div#logo {
	float: left;
	margin-top: 10px;
}

div#header div#title {
	font-variant: normal;
	float: right;
	color : #2f2f2f;
	text-align:right;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

div#header div#navigation ul {
	list-style-type: none;
	padding: 0;
}

div#header div#navigation ul li {
	display: inline;
	margin-right: 10px;
	font-variant: small-caps;
}

div#header div#navigation ul li.active {
	text-decoration: underline;
}

div#lang {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	text-decoration: none;
	/* font-variant : small-caps; */
	color : #c8c8c8;
}

div#lang a {
	color : #CC0099;
}
