/**
 * steel.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Steel theme.
 *
 * $Id: steel.css,v 1.4 2008/06/11 20:58:49 asmecher Exp $
 */

body {
	background-color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

a:link {
	color: #1400bf;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	
}

a:visited {
	color: #1400bf;
	text-decoration: none;font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	
}

a:hover {
	color: black;
	text-decoration: underline;font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

a:active {
	color: #1400bf;
	text-decoration: none;font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}


H4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: red;
	text-align: center;
}

H5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
}
ul.menu {
	margin: 0;
	padding: 0;
	
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
	
}

ul.menu li.current {
	font-weight: bold;
}

 .menu{

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-align:center;


}



 .menu a:link {

color: #ffffff;
text-decoration: none;

}

 .menu a:visited {

color: #ffffff;
text-decoration: none;

}

 .menu a:active {

color: #ffffff;
text-decoration: none;

}

  .menu a:hover {

color: #000000;
text-decoration: underline;


}

#main {
	background-color: #F1DFF8;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-top:border-bottom: 1px solid white;
	
}