@charset "UTF-8";
body {
	margin: 0px;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #76A40A;
}
.bg-body {
	background-color: #FFFFFF;
	background-image: url(/img/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #666666;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1f78bd;
}
.white {
	color: #FFFFFF;
}
.number {
	font-size: 18px;
	font-weight: normal;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #F89520;
	text-decoration: none;
	font-size: 12px;
}
.body-int {
	background-color: #FFFFFF;
	background-image: url(/img/bg-interior-left.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bg-int-r {
	background-color: #FFFFFF;
	background-image: url(/img/bg-interior-right.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
A:link.o 
{ font-family: Arial, Helvetica, sans-serif; font-size: 13px;color: #cd760f; 
text-decoration: none} 

A:visited.o
{ font-family: Arial, Helvetica, sans-serif; font-size: 13px;color: #cd760f; 
text-decoration: none} 

A:hover.o
{ font-family: Arial, Helvetica, sans-serif; font-size: 13px;color: #1f78bd; 
text-decoration: underline}