body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	line-height: 1.3;
}

body {
	background-color: #FFF;
}

.highlight {color:#000; font-size:inherit;}
.realbig {font-size: 150%;}
.big {font-size: 120%;}
.medium {font-size: 100%;}
.biggish {font-size: 100%}
.normal {font-size: 90%}
.small {font-size: 80%}
.smaller {font-size: 74%;}
.dim {color: #707030;}
.tiny {font-size: 70%}

img {border: 0px; 
}
  
a:link {
	color: #888855;
	text-decoration: none;
}
a:visited {
	color: #888855;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#666633;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #888855;
}

#content {width: 740px;
margin-right:auto;
margin-left:auto;
}

#image_content {
float: left;
margin-top: 0px;
margin-right: 0px;
width: 740px;
}


