body {
background-color:#fff;
background-image:url('images/trim.gif');
background-repeat:repeat-y;
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:16px;
padding:2;
/* height:400px;
width:800px; */
}


h1, h2, h3, h4 {
	margin:0;
	padding:0;
	text-align: left;
}

table.def {
 border:1;
 border-width:1px 1px 1px 1px;
 border-color: #ff8080;
}


h1 {
color:#003000;
font-size:1.8em;
font-family:  Arial, Helvetica, sans-serif;
}

h2 {
color:#505000;
padding-top:10px;
font-size:1.2em;
font-weight:normal;
padding-left:3em;
}

h3 {
color:#505050;
padding-top:10px;
font-size:1.2em;
font-weight:normal;
padding-left:3em;
}

h5 { 
color:#909090;
text-decoration:none;
font-weight:bold;
font-size:75%;
}

div#footer {
color:#808080;
text-decoration:none;
font-weight:bold;
}




div#footer {
	/*position:absolute;
	top:1000px;
	left:44px;*/
	font-size: 12px;
}

p {

font-size:75%;
/* font-weight:bold; 
font-size:0.9em;
*/
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#202020;
}

p a {
color:#404040;
}

p a:hover, div#menu a:hover, div#footer a:hover {
text-decoration:underline;
}

img {
 border: 0px; /* remove border */
/* use one or the other, not both */
/*border: 1px solid #FFBBDD;  specify color, thickness, style */
}

div#menu {
text-align:center;
}

div#menu ul {
color:#505000;
/*font-size:0.9em;*/
margin:0px;
padding:0px;
width:90%;
padding-left:35px;
}

div#menu a {
color:#505000;
text-decoration:none; 
/* font-weight:bold; */
}


