body {
	padding: 0px;
	margin: 0px;
	background-color: #eeeeee;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
}

.all
{	
width:100%;
margin-left:auto;
margin-right:auto;
background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

.topBlock
{
height: 108px;
top:0px;
background-image:url(../images/top-bar-bg.jpg);
background-repeat:repeat-x;
width:100%;
}
#topLogo
{
	text-align:left;
	width:760px;
	height:75px;
	top:5px;
}
.menuBlock
{
	height: 28px;
	top:108px;
	background-color:#252525;
	width:100%;
}
.menuBar
{
text-align:left;
height: 24px;
color:#FFFFFF;
font-size: 11px;
padding-top:2px;
}

h2
{
color:#06AE73;
font-size:20px;
}

h1
{
color:#008a5c;
font-size:18px;
}

.table-border
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.rightBorder
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 20px;
}

a:active, a:visited, a:link {color:#000000; text-decoration:none;}
a:hover {color:#999999; text-decoration:underline;}

a.menu:active, a.menu:visited, a.menu:link {color:#ffffff; text-decoration:none;}
a.menu:hover {color:#999999; text-decoration:underline;}
