
/* CSS Document */
.performatable
	{
		width:100%;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#000000;
		border:1px #cccccc solid;
	}
.topfield_container
	{
		background-color:#ACC66C;
		padding:5px;
		line-height:30px;
	}
		
.formfield01
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#333333;
		background-color:#FFFFFF;
		border:1px #CCCCCC solid;
		width:100%;
		line-height:18px;
		height:22px;
	}
.formtextarea01
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#333333;
		background-color:#FFFFFF;
		border:1px #CCCCCC solid;
		width:100%;
		height:150px;
	}	
.formfield02
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#607632;
		background-color:#FFFFFF;
		border:0px #CCCCCC solid;
		height:20px;
		line-height:20px;
		vertical-align:middle;
		text-align:left;
		font-weight:bold;
	}	
.formtext01
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		color:#3333;
	}
.formtext02
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#003366;
		padding-left:120px;
	}
hr
	{
		size:1px;
		width:75%;
		color:#CCCCCC;
		height:1px;
		margin-top:15px;
		margin-bottom:15px;
	}
.formbutton01
	{
		background-image:url(../images/FormBtn01.jpg);
		width:100px;
		height:29px;
		background-repeat:no-repeat;
		border:1px #999999 solid;
		text-align:center;
		line-height:29px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight:bold;		
		color:#FFFFFF;
	}
		

