﻿body
{
	background: #666666 url(/images/bkg_index.gif) top repeat-x;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 127px 0 0 0;
}
#defaultContainer *
{
	margin: 0;
	padding: 0;
}
a
{
	text-decoration: underline;
}
a:active, a:link, a:visited
{
	color: #FFFFFF;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
h1
{
	color: #FFFFFF;
	font-size: 36px;
	font-weight: normal;
}
h2
{
	color: #FFFFFF;
	font-size: 30px;
	font-weight: normal;
}
h3
{
	color: #FFFFFF;
	font-size: 27px;
	font-weight: normal;
}
h4
{
	color: #CCFFCC;
	font-size: 24px;
	font-weight: normal;
}
h5
{
	color: #99CC99;
	font-size: 21px;
	font-weight: normal;
}
h6
{
	color: #669966;
	font-size: 18px;
	font-weight: normal;
}
img
{
	border: none;
}

.clearBoth
{
	clear: both;
}
.displayNone
{
	display: none;
}

#defaultContainer
{
	display: block;
	height: 500px;
	left: 30%;
	margin: 0 0 0 -500px;
	position: relative;
	width: 1000px;
}
