#no-css {
	display: none;
}

#spambot {
	display: none;
}

.text-only {
	display: none;
}

a {
	font-weight:bolder;
}
a:link    { color:#9A9CCA; text-decoration:none; }
a:visited { color:#989ACA; text-decoration:none; }
a:hover   { color:#9A9CCA; text-decoration:underline;  }
a:active  { color:#888ABA; text-decoration:underline;}

hr { width:75%; }

body 
{ 
	margin:0px; 
	background-color:#D1DFC1;
}

/* basic font formatting */
body,p,ul,ol,li,div,blockquote,span,td,a
{ 
	font-size:14px; font-family:helvetica,arial,sans-serif;
}

table, img
{
	border:0px;
}
td { vertical-align:top; }
ul { list-style-type:square; }
ol { list-style-type:decimal; }
li { color:#222222; }





