/*------------------------------------------------------------------------------------------------
  global classes
------------------------------------------------------------------------------------------------*/

body, td, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 14px; 
	color: #333333;
}

/*------------------------------------------------------------------------------------------------
  link classes
------------------------------------------------------------------------------------------------*/

A:link { 
    color: #336699;
    text-decoration: none;
}
A:visited { 
    color: #336699;
    text-decoration: none;
}
A:hover { 
    color: #666666;
    text-decoration: none;
}

.footer:link { 
	color: #666666;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;  
}

.footer:visited {
	color: #666666;
	font-size: 9px;
	text-decoration: none; 
	font-weight: normal;
	line-height: 16px;  
}

.footer:hover { 
	color: #336699; 
	font-size: 9px;
	text-decoration: none; 
	font-weight: normal;
	line-height: 16px;  
}

.images:link { 
	color: #CCCCCC;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;  
}

.images:visited {
	color: #CCCCCC;
	font-size: 9px;
	text-decoration: none; 
	font-weight: normal;
	line-height: 16px;  
}

.images:hover { 
	color: #336699; 
	font-size: 9px;
	text-decoration: none; 
	font-weight: normal;
	line-height: 16px;  
}


/*------------------------------------------------------------------------------------------------
  text classes
------------------------------------------------------------------------------------------------*/

.blue_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #336699;
	font-weight: bold;
}


.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	font-weight: normal;
}
