/* -------------------------------------------------------------------------- */
/*              (c) Copyright 2001 by Susie Collins             */
/* -------------------------------------------------------------------------- */
/* Filename       : DEFAULT_IE.CSS                                            */
/* Directory      : www.blueswimmer.com/css                                      */
/* Description    : Default Style Sheet for Microsoft Browsers                */
/* Version        : 1.00                                                      */
/* Change History : none                                                      */
/* Created at     : 13.05.03 by : Susie Collins                             */
/* Changed at     :                                                           */
/* -------------------------------------------------------------------------- */

/* ---- Links and Anchors---------------------------------------------------- */


 a:link.link { 
 	color: #3399cc;  
	font-weight: normal;
	line-height: 15px;
	}
	
 a:visited.link {   
 	color: #3399cc;  
	font-weight: normal;
	line-height: 15px;
	}
	
 a:hover.link{   
 	color: #33cccc;   
	font-weight: normal;
	line-height: 15px;
	}	

	
 a:link.linkunderline { 
 	color: #3399cc;  
	font-weight: normal;
	line-height: 15px;
	}
	
 a:visited.linkunderline {   
 	color: #3399cc;  
	font-weight: normal;
	line-height: 15px;
	}
	
 a:hover.linkunderline{   
 	color: #33cccc;   
	font-weight: normal;
	line-height: 15px;
	}		


/* ---- Standard Paragraphs ------------------------------------------------- */	
#Stdbodytext {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333; 
	letter-spacing: 0em;
	line-height: 15px;
	text-align: top;
	}
		
#StdbodytextLarge {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333; 
	letter-spacing: 0em;
	line-height: 17px;
	text-align: top;
	}
	
#StdbodytextLargePoints {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333; 
	letter-spacing: 0em;
	line-height: 22px;
	text-align: top;
	}	
	
#StdHeader {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #000000; 
	letter-spacing: 0.04em;
	line-height: 20px;
	text-align: top;
	font-weight: bold;	
	}
	
#StdFooter {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #666666; 
	letter-spacing: 0em;
	line-height: 15px;
	text-align: center;
	}	
	
#Stdpullouttext {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
	letter-spacing: 0em;
	font-weight: bold;	
	line-height: 13px;
	text-align: top;
	}
