@charset "utf-8";
/* CSS Document */
a:link {
	color: #576765;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #6a7775;
}
a:hover {
	text-decoration: underline;
	color: #7c918e;
}
a:active {
	text-decoration: none;
	color: #6a7775;
}
.bg_gray {
	background-color: #808080;
	color: #fff;
	text-decoration:none
}
.bg_white {
	background-color: #FFFFFF;
}
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, Georgia, Sans-Serif;
	margin-top:0px;
	margin-left:1%;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #76758c;
	line-height:40px;
}
h2 {
	font-size: 18px;
	margin-top:15px;
	font-weight: normal;
	color: #ffffff;
}
.style1 {
	font-size: 36px;
	color: #212972;
	font-weight: bold;
}
.style2 {
	font-size: 12px;
	margin-left:10px;
}
p {
	margin:0 10px 10px;
}

 td.c3 {background-color: #FAF9F6}
 p.c2 {text-align: left}
 h1.c1 {text-align: left}
