@charset "iso-8859-1";

body
	{
	margin: 0;
	padding: 30;
	font-size: 10px;
	color: #515151;
	vertical-align: top;
	font-family: Geneva, Arial, Helvetica;	
	
	
	}
	
table { border-collapse: collapse; border-spacing: 0; }

#content
	{
	font-family: Geneva, Arial, Helvetica;
	height: 500px;
	width: 800px;
	overflow: auto;
	padding: 0;
	
	}

a:link 				{ color: #D7D5C6;text-decoration: none;}
a:visited 			{ color: #515151;text-decoration: none;}
a:hover, a:active	{ color: #cccccc;text-decoration: none;}

img {border-collapse: collapse; border-spacing: 0; border: 0;}

p {	
	padding: 15;
	margin-left:1em;
	margin-right:1em;
	font-family: Geneva, Arial, Helvetica;
	font-size:12px;
	font-weight: bold;
	font-color: #cccccc;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
	
	}

h3 { vertical-align: text-top; font-size: 24px; color: #9d0c00; margin-bottom: 0; 
	padding: 0 0 0px 0; font-family: Geneva, Arial, Helvetica; text-align: center; font-weight: bold;
	 }

h1 { vertical-align: text-top; font-size: 46px; color: #9d0c00; margin-bottom: 0; 
	padding: 0 0 0px 0; font-family: Geneva, Arial, Helvetica; text-align: center; font-weight: bold;
	 }

h2{
	color: #9d0c00;
	margin-left: 0;
	font-family: Geneva, Arial, Helvetica;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	
}
h4{
	color: #515151;
	margin-left: 0;
	font-family: Geneva, Arial, Helvetica;
	text-align: center;
	font-size: 12px;
	font-weight: normal;	
}
h5 { vertical-align: text-top; font-size: 30px; color: #9d0c00; margin-bottom: 0; 
	padding: 0 0 0px 0; font-family: Geneva, Arial, Helvetica; text-align: center; font-weight: bold;
	 }

menu {
	vertical-align: top;
	position: static;
	height: 100%;
	font-family: Geneva, Arial, Helvetica;
	font-size:x-small;
	text-align: center;
	
}
		
div.scrollingcontent {
	overflow: auto;
	height: 500px;
}

