/*Copyright 2006 Jeremy H. Neuerburg - http://icyj.dynu.com - Created by Jeremy H. Neuerburg on July 7, 2006 - Last updated on July 7, 2006*/

/* Basic Elements */
body { 
	font: 10pt/12pt  Tahoma, Arial, Helvetica, sans-serif; 
	color: #000000;
	background: #fff; 
	margin: 4px; 
	}
p { 
	font: 10pt/12pt  Tahoma, Arial, Helvetica, sans-serif; 
	margin-top: 0px; 
	text-align: justify;
	}
a { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
	}
a:link, a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #951516;
	}
		
/*Extra Elements*/
.home, .home:hover, .home:active { 
	font: normal 10pt Tahoma, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
	text-align: justify;
	}
.nav { 
	font: normal 11pt Tahoma, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
	}
.nav:hover,  .nav:active { 
	font: normal 11pt Tahoma, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #951516;
	text-decoration: underline; 
	}
.small { 
	text-decoration: none;
	font-size: 9px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	}
.small:hover, .small:active { 
	text-decoration: none; 
	font-size: 9px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	}
.small:link { 
	text-decoration: underline;
	font-size: 9px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #951516;
	}
.copyright { 
	text-decoration: none;
	font-size: 9px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	}
.copyright:hover, .copyright:active { 
	text-decoration: none; 
	font-size: 9px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #951516;
	}
.large { 
	font: normal 11pt Tahoma, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
	}

/*Divs*/
#title { 
	background: transparent url(images/title.png) top left no-repeat; 
	position: absolute; 
	top: 18px; 
	left: 45px; 
	width: 500px; 
	height: 70px; 
	}
#menu {
	background: transparent url(images/wht_bg.gif) top left; 
	height: 100%;
	padding: 0px 22px 0px 22px;
	text-decoration: none;
	}
#info {
	background: transparent url(images/yel_bg.gif) top left; 
	height: 100%;
	padding: 0px 22px 0px 22px;
	text-decoration: none;
	}
