﻿body
{
	font-family: Georgia;
	background-color: #111111;
	margin-top: 0px;
}

ul
{
	margin: 0px;
	padding-left: 0px;
	font-family: Georgia;
	font-size: smaller;
	width: 750px;
	list-style-type: none;
	height: 20px;
	padding-top: 5px;
	background-color: #111111;
}

li
{
	padding: 2px;
	display: inline;
}


a
{
	text-decoration: none;
	color: White;
}

a:link
{
	color: White;
}
a:visited
{
	color: White;
}
a:hover
{
	color: #10c7a2;
}


.indeximage
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.content
{
	padding: 30px 30px 20px 30px;
	width: 710px;
	background-color: #111111;
	color: White;
	margin-bottom: 30px;
}

.mail
{
	text-decoration: underline;
}

.imgMeasure
{
	padding: 5px;
	margin-right: 40px;
	margin-bottom: 30px;
}
.imgHome
{
	padding: 5px;
	margin-right: 50px;
	margin-bottom: 30px;
}

#faqPageTitle
{
	color: White;
	font-size: 20pt;
}
#faqTitle
{
	margin-top: 20px;
	font-weight: bolder;
	font-size: 12pt;
	color: White;
	font-family: Georgia;
}

#faqContent
{
	font-size: 10pt;
	font-family: Georgia;
	margin-top: 10px;
	color: White;
}
#leaveMessage a
{
	cursor: hand;
}
/*********************
*ErrorReport Page CSS
**********************/
#ErrorReport
{
	margin-top: 100px;
	margin-bottom:100px;
	color: White;
	width: 710px;
}