@charset "utf-8";
/* CSS Document */

td img {display: block;}
body {
	background-color: #000;
	background-repeat: no-repeat;
	background-attachment:fixed;
	margin-top: 25px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #fff;
	background-color:#d70000;
	text-indent:10px;
	height:35px;
}
h2 {
	font-size: 14px;
	color: #d70000;
	margin-left:18px;
	margin-bottom:-5px;
}
p{
	margin-left:25px;
	margin-right:25px;
	text-align:justify;
}
a:link {
	color: #171717;
	text-decoration: underline;
	background-color:#ccc;
}
a:visited {
	text-decoration: underline;
	color: #2f2f2f;
	background-color:#f7f7f7;
}
a:hover {
	text-decoration: none;
	color: #000;
	background-color:#eaeaea;
}
a:active {
	text-decoration: underline;
}
ul li{
	list-style:url(../../images/dot.jpg);}