/* Common styles for "coollinks" left pannels' content*/

body       { 
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #000; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	background-color: #F9FBFA;

}

td         { 
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #000000; 
}

h1	{
	color: #000;	
	font-size: 18px;
	font-weight: bold;
}

h2	{
	color: #000;	
	font-size: 14px;
	font-weight: bold;
}

h3	{
	color: #000;	
	font-size: 12px;
	font-weight: bold;

}

a            { 
	color: #E66E7F; 
	text-decoration: none; 
	font-weight: bold 
}

a:active     { 
	color: #E66E7F; 
	text-decoration: none; 
	font-weight: bold

}
	
a:link       { 
	color: #E66E7F; 
	text-decoration: none; 
	font-weight: bold 
}

a:visited    { 
	color: #E66E7F; 
	text-decoration: none; 
	font-weight: bold 

}
	
a:hover      { 
	color: #E66E7F; 
	text-decoration: none; 
	font-weight: bold 

}

tr.HoverRow:hover  {
	background-color: #BEBEBE;
	}
