/* green = #00CC00 */

.bodystyle
{
margin: 		0;
background-image:	url('images/background.png'); 
border:			0px none; 
background-repeat:	repeat-x; 
background-position: 	top left;
background-color: 	black;
}
.normal_text
{
font-size: 		9pt;
font-family:		microsoft sans serif;
font-weight: 		normal;
color:			#707070;
text-align:             justify;
}
a.link
{
font-family: 		microsoft sans serif;
font-size: 		9pt;
color:			black;
text-decoration:	Underline
font-weight:		Normal;
cursor:			hand;
}
a.link:hover
{
font-family: 		microsoft sans serif;
font-size: 		9pt;
color:			#999999;
text-decoration:	underline;
}
.field_title
{
font-family: 		microsoft sans serif;
font-size: 		9pt;
color:			#707070;
font-weight:		Bold;
}
.input_field
{
font-size: 		9pt;
font-family:		microsoft sans serif;
height: 		18px;
border: 		1px solid #707070;
}
.textarea
{
font-size: 		9pt;
font-family:		microsoft sans serif;
width:			206px;
border: 		1px solid #707070;
}
.textarea2
{
font-size: 		9pt;
font-family:		microsoft sans serif;
width:			141px;
border: 		1px solid #707070;
}
.FormButton
{
font-size: 		9pt;
font-family: 		microsoft sans serif;
height: 		21px;
cursor: 		hand;
width:			50px;
}
.bottom_row_text
{
font-size: 		9pt;
font-family: 		microsoft sans serif;
color: 			#FFFFFF;
font-weight: 		normal;
}
.bottom_row
{
font-size: 		9pt;
font-family: 		microsoft sans serif;
background: 		#707070;
color: 			#FFFFFF;
font-weight: 		bold;
}
