/* List Styles */
ul
	{
		list-style-type: disc;
	}
li
	{
		font-family: Verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #000992;
		margin-right: 10px;
	}
/* Forms */
form
	{
		width: 370px;
		height: 362px;
		float: left;
		font-family: Verdana;
		font-size: 8pt;
		font-weight: bold;
		color: #000992;
	}
input
	{
		font-family: Verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #1D2532;
		height: 10pt;
	}
select
	{
		font-family: Verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #1D2532;
	}
textarea
	{
		font-family: Verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #1D2532;
	}
input.button
	{
		font-family: Verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #F0F0F0;		
		/*color: #00C97F;*/
		border-top: 2px solid #B1D577;
		border-right: 2px solid #F7827B;
		border-bottom: 2px solid #519466;
		border-left: 2px solid #6977AA;	
		background-color: #000000;
		height: 20pt;
	}
table.form
	{
		width: 410px;
		height: auto;
		border: 0px;	
	}
td.frmleft
	{		
		font-family: Verdana;
		font-size: 8pt;
		font-weight: bold;
		color: #000992;
		text-align: right;
		padding-right: 2px;
	}
td.frmright
	{
		text-align: left;
		padding-left: 2px;
	}
/* Miscellaneous */