body{
	background-color: Black;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-top: 0;
	background-image: url(images/home_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
table.page{
	background-image: url(images/bg_square_60.png);
	background-position: top;
	background-repeat: repeat;
	background-attachment: scroll;
}
td.nav{
	background-color: #000000;
	border: 1px solid White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
	padding: 5px;
	vertical-align: text-top;
}
td.nav2{
	background-color: FFFFFF;
	border: 1px solid White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
	padding: 5px;
	vertical-align: text-top;
}
a.nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
}
a.nav:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: silver;
	text-decoration: none;
}
td.article{
	border: 1px solid White;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 90%;
	color: #000000;
	padding: 10px;
	vertical-align: text-top;
	background: url(images/filter.png);
}
p{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 90%;
	line-height: 130%;
}
td.box{
	background-color: 000000;
	border: 1px solid White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
	padding: 15px;
	vertical-align: text-top;
}
td.list{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
	vertical-align: text-top;
}
td.footer{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #ffffff;
	vertical-align: text-top;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin-bottom: 1;
	margin-top: -3;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #ffffff;
	text-decoration: underline;
	margin-bottom: -10;
	margin-top: 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-bottom: 0;
	margin-top: -3;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	text-decoration: underline;
	color: #ffffff;
	margin-bottom: -8;
	margin-top: -3;
}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
	text-decoration: underline;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: silver;
	text-decoration: none;
}
hr
{border: none 0; 
border-top: 1px dashed #ffffff;/*the border*/
width: 100%;
height: 2px;/*whatever the total width of the border-top and border-bottom equal*/

}