/* CSS Stylesheet */

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	vertical-align: top;
	height: 100%;
}
.small_text {
	font-size: 11px;
	font-family: Verdana;
	text-align: left;
	line-height: 1.3em;
	color: #333333;
}
.subtitle {
padding-bottom: 10px;
font-size: 16px;
font-weight: bold;
font-family: Arial;
}

/* Hyperlinks Menu */

a:link { color: #0066CC; text-decoration: none} 
a:visited { color: #0066CC; text-decoration: none} 
a:active { color: #008000; text-decoration: underline} 
a:hover { color: #008000; text-decoration: underline}
	a.section:link { 
		color: #FFFFFF; 
		text-decoration: none} 
	a.section:visited { 
		color: #FFFFFF; 
		text-decoration: none} 
	a.section:active { 
		color: #FFFFFF; 
		text-decoration: none;
		text-transform: uppercase}
	a.section:hover { 
		color: #FFFFFF;
		text-decoration: none;
		text-transform: uppercase}
		
/* ================================= */