/* CSS Document */

body 
{
background: #E5E5E5 url(bg.png) repeat-x;
margin-top: 1em;
text-align: center;
}

/* This style affects the anchor tags (links) */
a:link {color:#000066;
text-decoration: underline;}
a:visited {color:black;
text-decoration: underline;}
a:hover {color:#808080;
text-decoration: none;}
a:active {color:#000000;
text-decoration: none;}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
p {color: #000000; font-size: 14px; font-family: "Arial" , "Helvetica" , sans-serif; line-height:150%; text-indent: 0px; letter-spacing: 2px;}

.text2 {color: #000000; font-size: 14px; font-family: "Arial" , "Helvetica" , sans-serif; line-height:150%; text-indent: 20px; letter-spacing: 2px;}

/* Anything within content will be centered on webpage */
div#content		
{
margin-left: auto;
margin-right: auto;
width: 873px;
border: 1px solid #000;
padding: 0em;
background-color: white;
text-align: left;
}