/* CSS Document */

body {
    background-color: #333333;
	background-image: url(../images/backgrndbricks.jpg);
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0 0 0 0;
}
p {
    margin: 0;
	padding:0;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.maintxt {
    margin: 15px 0 0 6px;
	text-indent: 25px;
	font-size: 18px;
}
.maintxt2 {
    margin: 0 8px 0 6px;
	text-indent: 25px;
	font-size: 16px;
}
.request {
    margin: 0px 0 0 10px;
	font-family: "Times New Roman", Times, serif;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
}
.requesttxt {
    text-indent: 20px;
	margin: 0 8px 0 4px;
	line-height: 24px;
}		
.copytxt p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 2px 0 4px 4px;
	padding: 0;
}	
.addtxt p {
    font-size: 14px;
	margin: 0;
	padding: 0;
	text-align:center;
	white-space: pre;
}
#footlnk {
    padding: 0;
	margin: 20px 0 0 0;
	text-align: center;
	vertical-align: bottom;
}	
#footlnk ul {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	list-style-type: none;
	vertical-align: bottom;
	text-align: center;
	margin: 0;
	padding: 0;
}	
#footlnk li {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	list-style-type: none;
	vertical-align: bottom;
	text-align: center;
	margin: 0;
	padding: 0;
}
#footlnk a:link {
    padding: 0 0 0 0;
	font-size: 12px;
	margin: 0 6px 0 0;
	color: #000000;
	text-decoration: none;
	vertical-align: bottom;   
}	
#footlnk a:visited {
    padding: 0 0 0 0;
	font-size: 12px;
	margin: 0 6px 0 0;
	color: #000000;
	text-decoration: none;
	vertical-align: bottom;   
}
#footlnk a:hover {
    color: #0000FF;
	text-decoration: underline;
}	
		