a {
	color: #0000AA;
}

a:visited {
	color: #AA0000;
}

BODY {
	font-family: Arial, Helvetica;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
}

H1 {
	font-family: Arial, Helvetica;
	color: #AA3300;
	font-size: 20pt;
	margin-top: 0px;
	margin-bottom: 0.1em;
	padding: 0px;
	letter-spacing: -0.05em;
	font-weight: normal;
}

H2 {
	font-family: Arial, Helvetica;
	color: #BE5F2A;
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: -0.02em;
	font-weight: normal;
}

H3 {
	font-family: Arial, Helvetica;
	color: #DE7F2A;
	font-size: 20pt;
	margin-bottom: 0px;
	letter-spacing: -0.05em;
	font-weight: normal;
}

H4 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

P {
	margin-top: 0px;
}


.illustration {
	margin: 0px 0px 1em 1.5em;
	border: 1px solid gray;
}

.illustration_noborder {
	margin: 0px 5px 5px 5px;
}

.menu {
	font-family: Arial, Helvetica;
	font-size: 11pt;
}

.clear {
      clear: both;
      padding: 0px;
      visibility: hidden;
}

.floatRight {
	float: right;
}

.center {
	text-align: center;
}

#header {
	padding: 6px;
	background-color: #EEE;
	border: none;
}

#footer {
	width: 655px;
	height: 100px;
	border-top: 1px solid #999;
	margin: 0px;
	padding-top: 22px;
	font-family: Verdana;
	font-size: 75%;	
	background-image: url(../images/mainMenuBackground.png);
	background-repeat: repeat-x;
}

#section {
	visibility: hidden;
	display: none;
	height: 0px; width: 0px;
}

.subMenu
{
	visibility: hidden;
	display: none;
	height: 0px; width: 0px;
}

#mainContents
{
	float: left;
	width: 100%;
	font-family: Georgia, Times;
	font-size: 10.5pt;
}

#mainMenu
{
	visibility: hidden;
	display: none;
}