/* Global */
a:link, a:visited, a:active {
	color: #919490;
	border: #000000;
	text-decoration:none;
}
a:hover {
	color: white;
	text-decoration:underline;
}
.currentpage a:link, .currentpage a:visited, .currentpage a:active {
	color: white;
	border: #000000;
	text-decoration:none;
	font-weight:bold;
}
.currentpage a:hover {
	color: white;
	text-decoration:underline;
}
/* Body */
body{
	color: #919490;
	font-family:  Verdana, Arial, "Lucida Sans Unicode", Helvetica, Geneva,sans-serif;
	font-size: 14px;
	/*background-color: #626661;*/
	background-color: #333;
}
body, form, div, h1, h2, h3, h4, h5, table, tr, th,  dl, li, dt, dd, img, input {
	margin: 0;
	padding: 0;
}
.sidecolumns {
	background-color:#333;
}
.mainmenu {
	padding:10px;
	vertical-align:top;
}
.maincontent {
	padding:10px;
}
.image {
	text-align:center;
}
