body
{
	background-image: url(../pics/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

table
{
	font-family: arial;
	font-size: 9pt;
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li
{
	background-repeat: no-repeat;
	background-position: 0 .46em;
	padding-left: 10px;
	margin-left: 2px;
}

input.text
{
	border: solid 1px #666666;
	font-size: 9pt;
	width: 250px;
}

textarea
{
	border: solid 1px #666666;
	font-size: 9pt;
}

select
{
	border: solid 1px #666666;
	font-size: 9pt;
	width: 250px;
}

#main_tbl
{
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}

.infimaGreen
{
	color: #49981B;
}

.transparentTab
{
	filter: Alpha(opacity=50);
	-moz-opacity: 0.5;
}

.transparentTabOver
{
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
}