td , p , li , blockquote , div {
font-family : verdana, geneva, helvetica, arial, sans-serif;
  font-size : 11px;
  line-height : 1.5em;

}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
  color : #CC0033;
  text-decoration : none;

}

a:visited {
  color : #666666;
  text-decoration : none;
}

a:active {
  color: #FF6666;  
  text-decoration : none;
}


a:hover {
  text-decoration : underline;
  color : #0000CC;
}


.copyright {
  color : #000000;
  font-weight : normal;
  font-size : 0.88em;
  line-height : normal;
}

.small {
 
  font-size : 10px;
 
  }
  
.head { 
  font-size : 13px;
  color : #003399;
  font-weight : bold;  
  }

.smallest {
  color : #ffffff;
  font-weight : normal;
  font-size : 5px;
  line-height : 3px;
  }

  
.inputbox { 
  font-size : 10px; 
  color: #000000; 
  border: #69828b 1px solid; 
  }

/* ===========================================================Left Navigation Styles ===================================================*/

ul#sliding-navigation
{
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 130px;
	padding: 4px 10px;
	margin: 0;
	margin-bottom: 3px;
}

ul#sliding-navigation li.sliding-element h3
{
	color: #ff3333;
	background: #ffcccc;
	font-weight: normal;
}

ul#sliding-navigation li.sliding-element a
{
	color: #333;
	background:#f0f0f0;
	border: 1px solid #d1d1d1;
	text-decoration: none;
}

ul#sliding-navigation li.sliding-element a:hover {background:#e0e0e0; color: #000; }

ul#sliding-navigation li.sliding-element a.selected {background:#d7d7d7; color:#000;}

/* Left Navigation ends */

