body
{
	margin: 0;
	padding: 0;
	
	font-family: sans-serif, verdana, tahoma, arial;
	font-size: 12px;
	color: #9f9f9f;
	
	background: url(../images/backgroundGradient.gif) repeat-x;
}

td
{
	font-family: sans-serif, verdana, tahoma, arial;
	font-size: 12px;
	color: #9f9f9f;
}

img
{
	border: none;
}

a, a:visited
{
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 20px;
	margin: 5px;
}

h2
{
	font-size: 18px;
	padding: 0;
	margin: 0;
}

.header
{
	text-align: center;
	width: 100%;
}

.main-body
{
	text-align: center;
	color: #9F9F9F;

}

.footer
{
	text-align: center;
	font-size: 10px;
	margin-top: 15px;
}



.main-menu
{
	list-style-type: none;
}

.main-menu li
{
	height: 20px;
	padding-left: 25px;
}

.active-item
{
	background: url(../images/arrow_right_green.png) no-repeat;
}

.main-menu li:hover
{
	background: url(../images/arrow_right_gray.png) no-repeat;
}


.imageGrayBorder
{
	border: 1px solid gray;
	padding: 1px;
}