body{background-image:url(../images/texture3.jpg);
     background-repeat:repeat;
	 background-position: center;
	 text-align:center;}



#mainbox{width:98%;}


.box{
	background-color:#000000;
	width=98%;
	margin:0 auto;
	text-align:left;
	   
}

.box div.mid{
    text-align:center;
	margin:0 auto;
}

.box p{margin:10px 10px 10px;
       font-family: Garamond;
	   color:white;
	   font-size:18px;
	   font-weight:500;}
.box p.indent{
	margin:0px 50px 0px;
}
.box p.u{
	text-decoration:underline;
}

.box p.title1{
	font-size:25px;
	font-weight:700;
	}
.box p.title1u{
	font-size:25px;
	font-weight:700;
	text-decoration:underline;
	text-align:center;
}

.box p.title{
	font-size:22px;
	font-weight:700;
	text-decoration:underline;
	margin: 0px 35px 0px;
	}
.box p.subtitle{
	font-size:19px;
	font-weight:500;
	margin: 0px 50px 0px;
}
.box p.footer{
  font-size:12px;
  font-weight:200;
  text-align:center;	
}

.box p.admin{
	text-align:right;
	font-size:15px;
}

.box p.centtext{
	text-align:center;
	margin:0px auto;
}

.box object{
	text-align:center;
}
.box li{
 	   font-family: Garamond;
	   color:white;
	   font-weight:500;
	
}

.box hr{
	color:white;
	border 5px;
	width:600;
	text-align:center;
}
.box hr.left{
	color:white;
	border 5px;
	width:500;
	text-align:left;
}

.box span.ital{
	font-style:italic;
	color:white;
}
.box span.bold{
	font-style:bold;
	font-weight:800;
	color:white;
}
.box span.uline{
	text-decoration:underline;
	color:white;
}

.box span.label{
	color:white;
}
.box span.labelu{
	color:white;
	text-decoration:underline;
}
.box span.date{
	color:white;
	font-size:23px;
	font-weight:600;
}

.box th{
	color:white;
	font-size:24px;
}

.box td{
	color:white;
}
 a:link {
	text-decoration:none;
	color:white;
}
 a:visited {
	text-decoration:none;
	color:white;
}

 a:active {
	text-decoration:none;
	color:white;
}

 a:hover{
	text-decoration:underline;
	color:silver;
}

 a.list:link {
	text-decoration:underline;
	color:white;
}
 a.list:visited {
	text-decoration:underline;
	color:white;
}

 a.list:active {
	text-decoration:underline;
	color:white;
}

 a.list:hover{
	text-decoration:underline;
	color:silver;
}



