	body {
		margin: 0px;
		color: #000000;
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 72%;
		background-color: #d6d2ce;
		}


	img {
		border: 0px;
		}




/* menu list styles */


	ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		margin: 0 .8em 0em .5em;
		}


	li {
		font-size: .9em;
		border-bottom: 1px solid #fae0e1;
		margin-bottom: 1em;
		}

	li a:link {
		color: #ce1920;
		text-decoration: none;
		}

	li a:hover {
		color: #ce1920;
		text-decoration: none;
		}

	li a:active {
		color: #ce1920;
		text-decoration: none;
		}

	li a:visited {
		color: #ce1920;
		text-decoration: none;
		}


<style type="text/css">

a.squarebutton{
background: transparent url('images/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('images/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

</style>




/* content styles */


	h1 {
		display: block;
		margin: 0px;
		padding: 0px;
		color: #ce1920;
		font-size: 1.5em;
		font-weight: bold;
		}


	td.content {
		padding: 0px 15px 0px 25px;
		font-size: .9em;
		}

	
	.viewer{
	width:835px;
	height:600px;
	overflow:auto;
	}





/* footer styles */


	div.footer {
		display: block;
		margin: 0px;
		padding: .2em 0 0 0;
		color: #FFFFFF;
		font-size: .8em;
		line-height: 1.2em;
		}

	div.footer a:link, a:hover, a:active, a:visited {
		color: #FFFFFF;
		text-decoration: none;
		}