@charset "utf-8";
/*Links */
a:link {
	color:#999999;
}
a:visited {
	color: #000;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}
/* Body */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #071B25;
	/*text-align:center;*/
}
body, td, th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h1 {
	font-size: 24px;
	color: #071B25;
	border-bottom:#071B25 1px solid;
	line-height: 60px;
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	padding-left: 60px;
}
/*h2 {
	font-size: 24px;
	color: #000;
	border-bottom:#000 1px solid;
	line-height: 60px;
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	padding-left: 60px;
}*/
h3 {
	font-size: 18px;
	color: #071B25;
	border-bottom:#071B25 1px solid;
	line-height: 60px;
	background-image: url(../images/h3.png);
	background-repeat: no-repeat;
	padding-left: 60px;
}
h4 {
	font-size: 16px;
	color: #071B25;
	border-bottom:#071B25 1px solid;
	line-height: 60px;
	background-image: url(../images/h4.png);
	background-repeat: no-repeat;
	padding-left: 60px;
}

