/* CSS Document */
H1 
{font-size: 16px;
	font-weight: bold;
} 

H2
{font-size: 12px;
font-weight: normal;
} 

H3
{font-size: 12px;
font-weight: normal;
} 

H4
{font-size: 12px;
font-weight: normal;
} 

H5
{font-size: 12px;
font-weight: normal;
} 

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F4F4F4;
}
#mainTable{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#menuTable{
	float:left;
}
#content{
	float:right;
	width:540px;
}
#whiteBorder{
	background-color:#FFFFFF;
	width: 770px;
}
#footer{
	margin-top:10px;}

.style2 {
	font-size: 16px;
	font-weight: bold;
	
}
.style1 {font-size: 10px}