/* CSS Document */
body {
  margin-top:0;
  font-family: verdana, arial, sans-serif;
  font-size: 75%; /* assumes a 14-16px default size */
  line-height:137%;
}

/*-------------------------------------------------------------------------------
 ... Let IE use percentage for base font size so it can still zoom text. 
     everyone else we'll give a pixel value to ...
 --------------------------------------------------------------------------------*/
html>body {
  font-size: 0.9em; /* For everyone except IE ... */
}

p {
 font-size: 0.9em; /* ~12px */
}

body, td, table, th, form, h1, h2, h3{
	background-color: #FFFFCC;
	color: #336633;
	font-size: 0.9em;
}
h1 {
	font-size: 1.1em;
	font-weight:bold;
	line-height:0.9em;
}
h2 {
	font-size: 1.0em;
	font-weight:bold;
	line-height:0.8em;
}

h3 {
	font-size: 1em;
	font-weight:bold;
	line-height:0.8em;
}
#container {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	text-align:center;
	width:749px;
	border: 1px Solid #000;
	padding: 0px 5px 5px 5px;

}
.center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.style1 {

}
.style3 {

	font-weight: bold;
	 }
.style7 {
	font-size:1.2em;
	font-weight: bold;
}
.smalltop {  
	font-size: 0.65em;
	color:#336633;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:749px;
	height:15px;
	line-height:25px;
}
.ameriss {
	color:#0000FF;
	font-size: 0.7em;
	font-style:italic;
}
.ameriss a:link, .ameriss a:visited {
	text-decoration: none;
	color:#0000FF;
}
.ameriss a:hover {
	text-decoration:underline;
	color:#0000FF;
}
.footer {
	width:749px;
	text-align:center;
}

