/* CSS Document */
body
{
	font-family: verdana;
	font-size: 14px;
	color: #003366;
	background-color: #9999FF;
	margin-top: 20px;
}

.mainTable
{
	border-style: solid;
	border-width: 1px;
	border-color: #003366;
}

.content td
{
	font-size: 14px;
}

.contentTable
{
	border-width: 0px;
	border-style: solid;
	border-color: #000033;
	background-color: #ffffff;
}

.contentTable td
{
	font-size: 14px;
	font-family: verdana;
}

h1
{
	font-family: verdana;
	font-size: 20px;
	color: #003366;
}

.contactForm td
{
	padding-bottom: 8px;
}

.contactForm td input.text
{
	border-width: 1px;
	border-color: #000033;
	background-color: #cccccc;
}

.footerText
{
	font-size: 12px;
	color: #003366;
	font-family: verdana, georgia;
}

.footerText a
{
	color: #003366;
}

.inputArea
{
	width: 250px;
	height: 100px;
	color: #F35621;
	border-color: #003366;
	border-width: 1px;
	background-color: #CCCCFF;
	padding: 3px;
	scrollbar-arrow-color: #003366;
	scrollbar-face-color: #CCFFFF;
}

.inputText
{
	width: 250px;
	color: #F35621;
	border-color: #003366;
	border-width: 1px;
	background-color: #CCCCFF;
}

.inputCheck
{
	color: #003366;
}