/* 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: #ffffff;
	margin: 0 0 0 0;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	line-height: 1.5em;
	letter-spacing: 0.04em;
}

p {
	font-size: 1em;
}

.fia {
	font-size: 0.9em;
	font-style: italic;
	color: #000080;
	letter-spacing: 0em;
	line-height: 1.2em;
}

h1 {
	font-size: 1.2em;
	color: #000080;
	text-align: center;
}

hr {
	color: #cccc99;
}

h2 {
	font-size: 1em;
	color: #036ebe;
	margin-bottom:-3px;
}

.search {
	font-size: 1em;
	color: #ef7580;
}

.right {
	text-align: right;
}

.footer {
	font-size: 1em;
	letter-spacing: 0em;
	color: #000080;
	font-weight: bold;
}

a {
	color: #ff0000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #000080;
	}

#footer a {
	color: #716ff6;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #769d7b; 
	text-decoration: underline;
}

