﻿body 
{
	margin-right:auto;
    	margin-left:auto;
	padding: 0;
	margin: 0;
	background-color: #636563;
	color: #000000;
	text-align: center;
	font-family: "Trebuchet MS";
    	font-size: 14px;
    	color: Black;
}

h1 
{
	font-size: 18px; 
	font-weight: bold; 
	color: #003366; 
	text-align: center; 
	text-decoration: none
	}

h2 
{
	font-size: 16px; 
	font-weight: bold; 
	color: #C90019; 
	text-align: left; 
	text-decoration: none
	}

#page 
{   
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
    	margin-right:auto;
    	margin-left:auto;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	background-color: #FFFFFF;
}
        
#page a {
		color: #C90019;
}
#menu 
{
    	height: 18px;
	background-color: #969696;
	color: Black;
    	text-align: center;
}

#subnavigation 
{
    	background-color: #EAEAEA;
    	text-decoration: none;
    	text-align: center;
}

#briefinformation 
{
	padding: 20px;
	background-color: #FFFFCC;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}

#information 
{
   	padding: 20px;
}

#lastupdate 
{
   	padding: 20px;
   	font-size: 10px;
   	text-align: right;
}

#footer 
{
	font-size: 10px;
    	text-decoration:none;
    	text-align: center;
}

table.bagrid 
{
	border-collapse: collapse;
}

table.bagrid td 
{
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 5px;
	font-size: 12px;
} 


