/* CSS Document */
body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	}
	
a
	{
	color: #0072bc;
	text-decoration: none;
	line-height: 12px;
	}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {
	text-decoration: underline overline;
	color: #CC6600;
}

	
h3
	{
	color: #666666;
	font-size: 80%;
	}

h4
	{
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #666;
	}	


.title
	{
	color: #CC6600;
	font-family: "Arial Narrow";
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	}	
	
	.title2
	{
	color: #0072bc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}	

	.title3
	{
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	}	
	
.main div
	{
	text-align: left;
	}
	
	
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: 50%;
}
.margins {
	padding: 20px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


.floatBox {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 99;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.even {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f4f4f4;
}
.odd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #cc6600;
}
.highlight2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	letter-spacing: 0.21em;
}
.select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #990000;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #CCCCCC;
}
.bottom {
	vertical-align: bottom;
}

