* { 
margin: 0px; 
padding: 0px; 
}

BODY, TD, P  { font-size : 12px; font-family : arial, helvetica, sans-serif; color : #000; line-height : 1.5em;}

P {margin-top : 0; margin-bottom : 1em;}

BODY {
  margin : 0;
  color : #000;
  background : #fff;
}

h3 { color : #000; font-size : 18px; font-weight : bold;}
h4 { color : #000; font-size : 16px; font-weight : bold;}

ul, ol { list-style-position: outside; margin-left : 1em; margin-bottom : 1em; }
li {margin-left : 1.33em;}

.small {font-size : 0.8em;}

A  {color : #0033cc; font-weight : bold; text-decoration : none;}
A:Visited  { color : #cc0033; font-weight : bold; text-decoration : none;}
A:Active  { color : #0033cc; font-weight : bold; text-decoration : none;}
A:Hover  { color : #0033cc;	font-weight : bold; text-decoration : underline;}

td#content {
  padding : 7px 5px;
}

td#content img {
  margin : 3px;
}

ul#topnav {
  text-align : left;
  font: normal 14px "Trebuchet MS", Verdana, sans-serif;
  color : #fff;
  margin : 0;
  background : #000;
  text-align : center;
}

ul#topnav li {
  list-style: none;
  display : inline;
  margin : 0;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#topnav li { float : none; height: 1%;} 
 * html ul#topnav li a { height: 1%;} 
/* End */


ul#topnav li a, ul#topnav li a:link, ul#topnav li a:visited {
  text-decoration: none;
  color : #fff;
  font-weight : bold;
  display : inline;
  padding : 3px 10px;
}

ul#topnav li a:hover {
  color : #B5B5B5;
}

div#sidebar_right {
	float : right;
	width : 175px;
	background : #E6E6E6;
	padding : 5px;
	border : 3px double #767676;
}