/* TEXT */

body, p{
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	color: #000000;
	}
	
h1{
	font-family: Arial, Verdana, Helvetica;
	font-size: 18pt;
	color: #000000;
	font-weight: bold;
	}

h2{
	font-family: Arial, Verdana, Helvetica;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: -15px;
	}

li{
	list-style: square;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	color: #000000;
	margin-left: -20px;
	padding: 5px 5px 5px 0;
	}
	
	
.footer {
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	color: #666666;
	text-align: center;
	}
	
	
/* LAYOUT */
	
table.container {
	width: 800px;
}

.nav {
	width: 800px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;	
}

.main_home {
	width: 555px;
	padding: 20px 20px 20px 20px;
	border-left: 1px solid #4949aa;
	border-right: 1px solid #4949aa;
	border-bottom: 1px solid #4949aa;
	}

.highlights {
	width: 245px;
	padding: 20px 20px 20px 20px;
	background-color: #EFEFEF;
	border-right: 1px solid #4949aa;
	border-bottom: 1px solid #4949aa;
	}

.main{
	width: 800px;
	padding: 20px 20px 20px 20px;
	border-left: 1px solid #4949aa;
	border-right: 1px solid #4949aa;
	border-bottom: 1px solid #4949aa;
	}


/* LINKS */

a:link, a:active, a:visited { 
	font-family: Arial, Verdana, Helvetica;
	color: #4949aa;
	font-weight: bold;
	text-decoration: none;
	}

a:hover { 
	font-family: Arial, Verdana, Helvetica;
	color: #4949aa;
	font-weight: bold;
	text-decoration: underline;
	}
	
	
	
.footer a:link, .footer a:active, .footer a:visited { 
	font-family: Arial, Verdana, Helvetica;
	color: #4949aa;
	font-weight: normal;
	text-decoration: none;
	}

.footer a:hover { 
	font-family: Arial, Verdana, Helvetica;
	color: #4949aa;
	font-weight: normal;
	text-decoration: underline;
	}