/* MAIN STYLESHEET */

html {
	scrollbar-face-color: #cccccc;
	scrollbar-arrow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #036ebe;
	scrollbar-3dlight-color: black;
}

/* Main Structure */
body {
	background-color: #e8e6e8;
	margin-left:10%;
	margin: 0 0 0 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.75em;
	line-height: 1.5em;
	character-spacing: 0.5em;
}

hr {
	color: #7e0081;
}



p {
	font-size: 1em;
	color: #333399;

}

.footer {
	font-size: 0.8em;
	color: #666666;
}


.home {
	font-size: 1.1em;
	color: #606060;
}

.orange {
	color: #b67a2d;
	font-weight: bold;
}



h1 {
	font-size: 1.3em;
	color: #333399;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.05em;
}

h2 {
	font-size: 1.3em;
	color: #333399;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.blue {
	font-weight: bold;
	color: #000000;
}



a.nav {
	color: #333399;
	text-decoration: none;
	font-weight: bold;

}

a.nav:Hover {
	color: #ffffff;
	text-decoration: none;
}


a.navon {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.navon:Hover {
	color: #ffffff;
	text-decoration: none;
}


a {
	color: #b67a2d;
	text-decoration: underline;
	font-weight: bold;
	border: none;
}

a:Hover {
	color: #333399;
	text-decoration: underline;
	font-weight: bold;
}



a.foot {
	color: #666666;
	text-decoration: none;
}

a.foot:Hover {
	color: #666666;
	text-decoration: underline;
}

.arrow{
	color: #ffffff;
	font-size: 1em;
	font-weight:bold;

}


	

.contact {
	color: #ffffff;
	text-align: center;
	font-size: 1em;
	font-weight:bold;
}



	
}

table.test {
	border-color: #b67a2d;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	background-color: #fff8da
}

.table{
	color: #666666;
}
