body {
	color: #9C9C9C;
	background-color: #ffffff;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 740px;
}

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #6C0090;
	text-decoration: none;
}
a:hover {
	color: #D70000;
	text-decoration: underline;
}
a:active {
	color: #D70000;
	text-decoration: none;
}

#menu a:link {
	color: #5a5656;
	text-decoration: none;
}
#menu a:visited {
	color: #6C0090;
	text-decoration: none;
}
#menu a:hover {
	color: #D70000;
	text-decoration: underline;
}
#menu a:active {
	color: #D70000;
	text-decoration: none;
}

#menu li{
	margin-bottom: 8px;
}

#menu ul{
	padding: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
}
#main {
/* Fix IE5 font size bug*/
	font-size: x-small;
   voice-family: "\"}\""; 
   voice-family:inherit;
	font-size: small;
}
/* and then let Opera 5 catch up as well*/
html>body #main {
	font-size: small;
} 

hr {
	color: #404040;
	height: 2px;
	margin-bottom: 2px;
}


h1 {
	font-weight: bold;
	text-align: center;
	color: #767676;
	margin-bottom: 20px;
	padding: 0px;
/* Fix IE5 font size bug*/
	font-size: medium;
   voice-family: "\"}\""; 
   voice-family:inherit;
	font-size: large;
}
/* and then let Opera 5 catch up as well*/
html>body h1 {
	font-size: medium;
} 


h2 {
	font-weight: normal;
	letter-spacing: 0.25em;
	color: #003057;
	margin: 2px;
	padding: 0px;
/* Fix IE5 font size bug*/
	font-size: x-small;
   voice-family: "\"}\""; 
   voice-family:inherit;
	font-size: small;
}
/* and then let Opera 5 catch up as well*/
html>body h2 {
	font-size: small;
} 

h3 {
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0.25em;
	color: #003057;
	margin: 1px;
	padding: 0px;
/* Fix IE5 font size bug*/
	font-size: x-small;
   voice-family: "\"}\""; 
   voice-family:inherit;
	font-size: small;
}
/* and then let Opera 5 catch up as well*/
html>body h3 {
	font-size: small;
} 

h4, h5, h6 {
	font-weight: normal;
	letter-spacing: 0.25em;
	color: #000000;
	margin: 1px;
	padding: 0px;
/* Fix IE5 font size bug*/
	font-size: x-small;
   voice-family: "\"}\""; 
   voice-family:inherit;
	font-size: small;
}
/* and then let Opera 5 catch up as well*/
html>body h4, html>body h5, html>body h6 {
	font-size: small;
} 


table {
/* Fix IE5 font size bug*/
	font-size: x-small;
   voice-family: "\"}\""; 
   voice-family:inherit;
	font-size: small;
}
/* and then let Opera 5 catch up as well*/
html>body table {
	font-size: small;
} 

form {
	margin: 0px;
	padding: 0px;
}



.xsmall {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
/* Fix IE5 font size bug*/
	font-size: xx-small;
   voice-family: "\"}\""; 
   voice-family:inherit;
	font-size: x-small;
}
/* and then let Opera 5 catch up as well*/
html>body .xsmall {
	font-size: x-small;
} 

#module {
	text-align: justify;
}


.centered {
	 display: block;
    margin-left: auto;
    margin-right: auto;
	 text-align: center;
}

.thumbsrow {
	width: 150px;
	height: 180px;
	float: left;
	text-align: center;
	overflow: hidden;
}

.thumbsrow p {
	margin: 0;
	padding: 5px;
	text-align: center;
}



