/* HSG-sate.nl Style Sheet */
body {
	scrollbar-base-color:ffffff;	
	scrollbar-arrow-color:ffffff;
	scrollbar-highlight-color:ffffff;
	scrollbar-3dLight-Color:FCE389;
	scrollbar-shadow-color:ffffff;
	scrollbar-darkshadow-color:FCE389;
	scrollbar-face-color:FCE389;
	font :  11 Arial; 
	color : #000000;
	text-align : center;
	background-color : #eeeeee;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
}


/* Index.html styles */
.Link{
	color : #ffdddd;
	font-weight : bold;
}
#Main 
{
	width : 600px;
	height : 800px;
	border-right : 2px solid #9b0000;
	border-left : 2px solid #9b0000;
	border-bottom : 1px solid #9b0000;
	background-color : #ffffff;
	margin-left:auto;
	margin-right:auto;
}
#Header
{
	width : 100%;
	height : 78px;
	background-color : #ffffff;
}	
#Menu
{
	border-top : 1px solid #777777;
	border-bottom : 1px solid #777777;
	width : 100%;
	height : 20px;
	background-color : #CCCCCC;
}	
.MenuItem 
{
	float: left;
	text-decoration : none;
	color : #000000;
	font : 12px Arial; 
	font-weight : bold;
	width : 81px;
	border : 1px solid #cccccc;
	text-align : center;
}

#Content
{
	width : 100%;
	height :660px;
	background-color : #ffffff;
}	

#Footer
{
	width : 100%;
	height : 40px;
	background-color : #9b0000;
	text-align : center;
}
.FooterText
{
	font : 11px Arial; 
	color : #ffdddd;
	text-align : center;
	font-weight : bold;
}


