body {  
	background: url(images/contentbg.gif) repeat; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #336; 
	}

h1, h2, h3, h4, p {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #336;
	text-align: center;
	}

hr  {
	width: 75%;
	text-align: center;
    color: red;
	}

p  {
	text-align: justify;
	}
	
img  {
    border: 0px;
    }

.top  {
	position: absolute;
	top: 0px;
width: 800px;
height: 196px;
	left: 3px;
	}

.links  {
	position: absolute;
	top: 196px;
	left: 3px;
	width: 198px;
	}

.content  {
	position: absolute;
	top: 130px;
	left: 210px;
	width: 565px;
	}

.center  {
	text-align: center;
	}

.announce  {
	color: red;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	}

.credit  {
	font-size: 11px;
	text-align: center;
	font-style: italic;
	}

table {
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	}	

	
td {
	width: 25%;
	}


li  {
	font-size: 14px;
	line-spacing: 120%;
	text-align: left;
	}

.missing  {
	width: 100%;
	font-size: 12px;
	}
	
.comments  {
	text-align: justify;
	}

.thankyou  {
	width:500px;
	margin: 0 0px;
	}

.italics	{
	font-style: italic;
	}

.bold  {
	font-weight: bold;
	}

.right  {
	text-align: right;
	}

.left  {
	text-align: left;
	}

.one  {
	width: 8%;
	}

.two  {
	width: 91%;
	}

.three  {
	width: 18%;
	}

.title  {
	font-weight: bold;
	font-style: italic;
	text-align: center;	
	}

.floatleft  {		
	float: left;
	margin: 10px;
	}



.extraspace  {
	line-height: 1.5em;
	}