/* CSS Document */

/* HTML TAG OVERWRITES */
body {
	background-color: #e7e7e7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    height:100%;
}

p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 150%;
}

p a{
	color: #C60303;
}

p a:hover{
	color: #C60303;
	text-decoration: none;
}

p .black{
	color: #000000;
}

/* DOCUMENT ID TAGS */
#fullheight{height:100%}

#nav td{
	padding-left: 1px;
}

#nav .firstnavitem{
	padding-left: 2px;
}

/* CLASSES */
.formtext td{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

.formTextField{
	background: url(../images/form_textfield_border.png) no-repeat;
	width: 180px;
	height: 26px;
	padding: 3px;
}

.formTextField input{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 174px;
	border: none;
}

.formSmallTextField{
	background: url(../images/form_smalltextfield_border.png) no-repeat;
	width: 53px;
	height: 26px;
	padding: 3px;
}

.formSmallTextField input{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 47px;
	border: none;
}

.formTextArea{
	background: url(../images/form_textarea_border.png) no-repeat;
	width: 204px;
	height: 111px;
	padding: 3px;
}

.formTextArea textarea{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 198px;
	height: 100px;
	border: none;
}

.bodytext {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.bodytext:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

.bodylink {
	font-family: Tahoma;
	font-size: 11px;
	color: #C60303;
	text-decoration: underline;
}
.bodylink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #C60303;
	text-decoration: none;
}

.bodytextsmall {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #000000;
}


