body {
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #A376AB;
	margin:0px;
	padding:0px;
}
#main{
	background-image: url(../images/bg-main-table.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#container{
	width:660px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663366;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2BA853;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.mainbody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.credit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.highlight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006633;
	text-decoration: none;
}
.right-highlight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006633;
	text-decoration: none;
}
.right-title , .right-title a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.right-title a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a{
	color: #006633;
	text-decoration: underline;
}
a:hover{
	color: #006633;
	text-decoration: none;
}
.divide{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EAEAF4;
}
