h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

input {
	background-color: #999999;
}


.textInput1
{
	border: 1px solid #ff0000;
	background: #555555;
	color: #ffffff;	
	font-size: 1.1em;
}

.fieldHolder
{
	width: 182px;
	height: 27px;
	float: left;
	background-image: url(images/inputback.jpg);
	background-repeat: no-repeat;
}

.textInput2
{
	width: 170px;
	height: 22px;
	background: none;
	border: none;
	color: #000000;
	margin-top: 5px;
	margin-left: 5px;
}

.textareafieldHolder
{
	width: 276px;
	height: 240px;
	float: left;
	background-image: url(images/textback.jpg);
	background-repeat: no-repeat;
}

.textareaInput2
{
	width: 350px;
	height: 220px;
	color: #000000;
	margin-top: 5px;
	margin-left: 15px;
	overflow:hidden;
	scrollbar-base-color:#FFC4D8;
	background-color: #999999;
	background-image: none;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
}



#nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 200%;
	list-style-type: none;
	list-style-image: url(images/eyeshadow.gif);
	list-style-position: inside;
}

.FirstParagraph {
	line-height: 150%;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:visited {
	color: #000000;
	text-decoration: none;
}

#nav a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-image: url(images/eyeshadow.gif);
}

#content a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#content a:visited {
	color: #C1C1C1;
	text-decoration: none;
}

#content a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
