/* CSS Document */

A, A:link, A:visited {
	color: #0e4ca1;
	text-decoration: none;
	font-weight: bold;
	}

A:hover {
	color: #CC00CC;
	text-decoration: underline;
	font-weight: bold;
	}

A:active {
	color: #6ab2e7;
	text-decoration: none;
	}

A.nav:link, A.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}

A.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
	}

A.nav:active {
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
	}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

P.footer {
	font-size: 8pt;
	text-align: right;
	}

STRONG.banner {
	color:#FFFFFF;
	font-size: 36pt;
	font-weight: bold;
	}
	
STRONG.title {
	font-family:Old Style, Times New Roman, Times, serif;
	font-size: 18pt;
	}

TD.banner {
	background-image:url(images/banner_winter.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height: 130px;
	}

TD.bar {
	background-color:#6ab2e7;
	}

TD.nav {
	background-image:url(images/nav_winter.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	color:#FFF;
	}

TD.two {
	background-image:url(images/vert_winter.gif);
	background-repeat: repeat-y;
	background-position: top center;
	}

TD {
	vertical-align: top;
	}

