@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #333333;
	}
body {
	background-color: #becce8;
	line-height: 20px;
	}
a:link {
	color: #1f71b8;
	font-size: 8.7pt;
	text-decoration: underline;
	text-transform: uppercase;
	}
a:visited {
	color: #7A9EE0;
	font-size: 8.7pt;
	text-decoration: underline;
	text-transform: uppercase;
	}
a:hover {
	color: #1f71b8;
	text-decoration: none;
	text-transform: uppercase;
	}
a:active {
	color: #1f71b8;
	text-decoration: underline;
	text-transform: uppercase;
	}
	
	
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, serif;
	}
h1 {
	font-size: 24px;
	color: #1f71b8;
	}
h2 {
	padding-top: 10px;
	font-size: 16px;
	color: #1f71b8;
	text-transform: uppercase;
	}
	
	
.footer {
	color: #666666;
	}


.calheader {
	border-bottom: 2px solid #1f71b8;
	}
	
	
<!--NAVIGATION-->
#navigation {
	width: 200px;
	}	
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation li {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	}
#navigation li a:link, #navigation li a:visited, #navigation li a:active {
	font-family: Times New Roman, serif;
	font-weight: bold;
	font-size: 95%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 1px solid #1f71b8;
	border-right: 1px solid #1f71b8;
	background-color: #E2DED2;
	color: #1f71b8;
	text-decoration: none;
	}
#navigation li a:hover {
	background-color: #FFFFCC;
	}
* html #navigation li a {
	width: 100%;
	}
