*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	background-color: #1C2639;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
p {
	line-height:130%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: justify;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #1D2536;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
h3{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #F60;
	padding-bottom: 5px;
	margin-top: 10px;
}
a{
	color: #F60;
	text-decoration: underline;
}
ul{
	margin-top: 10px;
}
ul li{
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 5px;
}
a:hover{
	color: #F60;
	text-decoration: none;
}
#wrapper{
	width: 870px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
#top_line{
	height: 6px;
	width: 870px;
}
#nav{
	height: 25px;
}
#bottom_line{
	height: 10px;
	width: 870px;
}
#flash{
	height: 282px;
	width: 870px;
	margin-top: 6px;
}
#matter{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer{
	background-color: #FFF;
	background-image: url(../images/image_15.jpg);
	text-align: right;
	height: 33px;
	padding-top: 6px;
	background-repeat: no-repeat;
	padding-right: 10px;
}
.table{
	background-color: #F7F7F7;
	border: 1px solid #666;
}
.table td {
	border: 1px solid #666;
	font-weight: bold;
	height: 20px;
}