/* CSS Document */



body {
background-color: white;
color: black;
font-family: sans-serif;
font-size: 10px;
padding: 3px;
margin:0px;
max-width:500px;
width:expression(document.body.clientWidth > 500? "500px": "auto" );
}

TABLE.full-width-table {
width: 500px;
}

p, td, th, ul, a {
background-color: white;
color: black;
font-family: sans-serif;
font-size: 10px;
}

a:link, a:visited {
	color: #0033CC;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
h1, h2, h3, h4, h5{
color: #000066;
font-family: sans-serif;
font-size: 12px;

}

.topmainimage img {
display: none;
}

.sideimage img {
width:205px;
height:268px;
}

.logoimage img {
width:242px;
height:60px;
}#maintable {
	width: 650px;
}
#insidetable {
	width: 400px;
}
