/* Global Styles */

body {
	background-color: #EFE3D3;
	max-width: 1800px;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
	color: #333333;
	}
	
a {
	color: #003366;
	font-size: small;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #4B7289;
	font-size: small;
	text-decoration:none;
	font-family: Arial;
	line-height: normal;
	}
	
a:visited {
	color: #003366
	font-size: small;
	font-weight:bold;
	text-decoration:none;
	color: #003366;
	}
	
/* ID Styles */

#navigation a {
	color: #003366;
	text-decoration: none;
	line-height:normal;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #FF6600;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	}
	
#navigation a:hover {
	color:#ffffff;
	background: #FF6600;
	}

#background td {
	background:url("file:///H|/werbart-klaus.de/beier/mm_bg_header.gif");
	}
	
#padding {
	padding:14px;
	}
	
/* Calendar Styles */

#calendar td {
	border: 1px solid #26354A; 
	}
	
#noborder td {
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color: #ffffff;
	}
	
/* Class Styles */


.bodyText {
	line-height:125%;
	color:#333333;
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	}

.detailText {
	line-height:16px;
	color:#003366;
	letter-spacing:0.1em;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	}
	
.pageName {
	color: #004080;
	line-height:normal;
	font-family: Arial;
	font-size: small;
	text-indent: 5px;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	}
	
.subHeader {
	color: #556b2f;
	font-weight:normal;
	font-family: Arial;
	font-size: small;
	text-indent: 0px;
	margin-left: 50px;
	background-color: #FFFFFF;
	line-height: normal;
	}
	
.navText {
	color: #003366;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing:0.1em;
	}
	
	
.sidebarText {
	color: #CC0000;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: blink;
	}
	
