a:link              
{ 
  color: #778AAF; 
  text-decoration: underline; 
}

a:active            
{
  color: #778AAF; 
  text-decoration: underline; 
}

a:visited           
{ 
  color: #778AAF; 
  text-decoration: underline; 
}

a:hover             
{ 
 color: #526384; 
 text-decoration: underline; 
}



a.copyright:link    
{
  color: #444444;
  text-decoration: none;
  font-weight: bold;
}

a.copyright:active  
{ 
  color: #444444; 
  text-decoration: none; 
  font-weight: bold;
}

a.copyright:visited 
{ 
  color: #444444; 
  text-decoration: none; 
  font-weight: bold;
}

a.copyright:hover
{ 
  color: #0099ff; 
  text-decoration: none; 
  font-weight: bold;
}

.copyright
{
  font-family:Verdana, Geneva, Arial;
  font-size: 9px;
  color: #444444;
}



a.category:link    
{
  color: #778AAF;
}

a.category:active  
{ 
  color: #778AAF; 
}

a.category:visited 
{ 
  color: #778AAF; 
}

a.category:hover
{ 
  color: #526384; 
}



.textboldemphasized
{
  font-family: Helvetica, sans-serif;
  color: #5C5C5C;
  font-size:14px;
  font-weight:bold;
}

.textemphasized
{
  color: #5C5C5C;
  letter-spacing: 0.1em;
}

.text
{
 font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #5C5C5C;
 font-size:10px;
}

.footer
{
  color: #5C5C5C;
  font-size: 9px;
}

.red
{
  color: #FF6600;
}

body
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C5C5C;
	background-color: #EEEEEE;
}

img 
{ 
  border: 0; 
}

form {
   display: inline;
}

input, textarea, select
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  border: 1px solid #A7A8A9;
  margin: 0px;
  padding: 0px;
  background-color: #CCCCCC;
  text-decoration: none;
  vertical-align: middle;
}

hr
{
  height: 1px;
  border: 1px dashed;
  color: #C9C9C9;
}

.page
{
  background-color: #FFFFFF;
}

.tableborder {
	border-left: 1px solid #000000;
}

#elementId {
   overflow: hidden;
   overflow-x: hidden;
}

