/* CSS Document */


/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}

.mainContent {
	padding: 0px 30px;
}

.errorHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	color: #999999;
}

.errorSubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #999999;
}

.errorText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #999999;
}

a:link {
	color: #339900;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #339900;
	font-weight: bold;
}
a:hover {
	text-decoration:underline;
	color: #666666;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #339900;
	font-weight: bold;
}


