/* CSS Document */

body {
	margin: 0px;
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #666633;
	color: #663300;
	}
	
.h1 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color: #663300;
}

.h2 {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
}

.h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color: #663300;
	font-weight: bold;
}

.h4 {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
}

.h5 {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
}

.h6 {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #666633;
}


a {
	font-size: 11px;
	color: #666600;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #993300;
}

a:active {
	text-decoration: none;
}


