@import "/includes/base_print.css";
body
{
font-family: Tahoma;
font-size: small;
margin:0px;
padding:0px;
background-color: #CCCCCC;
}
h1{
font-size:xx-large;
}
h2{
font-size:x-large;
}
h3{
font-size:large;
}
h4{
font-size:medium;
}
h5{
font-size:small;
}
h6{
font-size:x-small;
}
p
{
font-size:small;
}
ul{
list-style-type: none;
padding: 3px;
margin: 0;
}
li
{
background-image: url(/images/common/bullet.gif);
background-repeat: no-repeat;
background-position: left;
padding-left: 1.0em;
padding-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
}

a {
	color: #0066FF;
	text-decoration: none;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}

a:visited {
	  color: #CC0099;
	  text-decoration: none;
}

a:hover {
	color: #FF3300;
	text-decoration: underline;
}

a:active {
	color: #FF3300;
	text-decoration: none;
}

a.footernav {
	font-size:9px;
	text-decoration: none;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}
a.footernav:link {
	color: #000000;
}

a.footernav:visited {
  color:  #3366FF;
}
	
a.footernav:hover {
	color: #FF3300;
}

a.footernav:active {
	color: #000000;
}

.bodytext
{
	color: #000033;
	font-size: 9pt;
}
.bodytextbld
{
	color: #000033;
	font-size: 10pt;
	font-weight: bold;
}
/*Nifty Corners Start*/
.rtop,.rbottom{display: none}
/*Nifty Corners End*/