/* CSS Document */
.style1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #3B557A;

}

.style2 {font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #3B557A;}
.style2_white {font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #FFFFFF;}

.style3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #968E72;}

.style3_small {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #968E72;}
.footer {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #FFFFFF;

}
.menu {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFFFFF;}
.text03Bold {	font-size: 11px;
	font-family: Verdana;
	font-weight: BOLD;
	color: #3B557A;
	line-height: 14px;
}
.text04 {	font-size: 11px;
	font-family: Verdana;	
	font-weight: normal;
	color: #6D654D;
	line-height: 16px;
}

body {

	background-color: #CCCCCC;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

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