body {
	background-color: #55759C;
	margin: 0px;
	background-image:url(../img/body_bg.gif);
	background-repeat: repeat-x;
}
body, td, p, a, div, span, input, textarea, select{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
form {
	margin: 0px;
	padding: 0px;
}
td{
	vertical-align:top;
}
a {	color: #fff;
	text-decoration: underline;
}
a:hover {	
	text-decoration: none;
}
table.content {
	background-color: #CDCAB9;
}
.table_left{
	background-image: url(../img/table_left.gif);
	background-repeat: repeat-y;
}

.table_right{
	background-repeat: repeat-y;
	background-image: url(../img/table_right.gif);
}
.head{
	background-image:url(../img/head_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:22px 0 0 61px;
}
.head .mail{
	background-image:url(../img/mail_bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	text-align:right;
	padding:5px 16px 4px 0;
	margin-top:48px;
}
.center{
	padding:25px 58px 0 60px;
}
.block{
	background-color:#fff;
}
.pad{
	padding:12px 11px 8px 22px;
}
.pad1{
	padding:0 11px 6px 0;
	text-align:right;
}
.color1{
	color:#A7A185;
}
.color1 a{
	color:#A7A185;
	text-decoration:none;
}
.color1 a:hover{
	text-decoration:underline;
}
.color2{
	color:#6B8DAE;
}
.color2 a{
	color:#6B8DAE;
	text-decoration:none;
}
.color2 a:hover{
	text-decoration:underline;
}
.color3{
	color:#773230;
}
.color3 a{
	color:#773230;
	text-decoration:none;
}
.color3 a:hover{
	text-decoration:underline;
}
.color4{
	color:#4E8975;
}
.color4 a{
	color:#4E8975;
	text-decoration:none;
}
.color4 a:hover{
	text-decoration:underline;
}
.copy{
	margin-top:-20px;
	background-color:#928A66;
	height:17px;
	text-align:center;
	padding-top:3px;
}
*html .copy{
	height:20px;
}