body {
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size:0.8em;
	text-align:justify;
	color:#000000;
    background-color:#FFFFFF;
}


h1 {
	color: #99CCCC;
	font-size: 1.3em;
	font-weight:bold;
	text-transform:uppercase;
}

h2 {
	color: #CC0033;
	font-size: 1.1em;
	font-weight:bold;
	margin-bottom: -10px;
	text-transform:uppercase;
}
		
div.div-menu a{
	color:#99CCCC;
	text-decoration:none;
}
		
div.div-menu a:hover, div.div-menu a:active {
	color:#CC0033;
	border-right: 2px solid #99CCCC;
}
		
blockquote{
	margin-left:20px;
	margin-right:0px;
}
		
.title{
	font-weight:bold;
	font-size:1.2em;
	color:#99CCCC;
	margin-top:0px;
	margin-bottom:10px;
	text-transform:uppercase;
}
		
.subtitle{
	font-weight:bold;
	color:#99CCCC;
	margin-top:5px;
	margin-bottom:5px;
}

.footer {
	color:#99CCCC;
	text-decoration:none;
	font-size:1em;
	font-weight: bold;
	
}

.footer a {
	color:#99CCCC;
	text-decoration:none;
}

.footer a:hover {
	color:#000000;
	text-decoration:none;
}

input, textarea, submit {
	border: 1px solid #99CCCC;
	border-left: 3px solid #99CCCC;
	background-color:#FFFFFF;
}

.contentheading {
	color: #99CCCC;
	font-size: 1.3em;
	font-weight:bold;
	text-transform:uppercase;
}

