@charset "UTF-8";    
      
     
 /* ########   RESET   ###########   */
 
 
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
 
 
body{
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	color: #333;
	overflow-y: scroll;
	font: 12px/16px Arial, Helvetica, Tahoma, sans-serif;
}
body img{
	margin: 0px;
	padding: 0px;
}
A:link, A:visited {color:#666; text-decoration : none}
A:hover, A:active {color:#330000; text-decoration : none}
h1 {
	font-size: 13px;
	font-weight: bolder;
	color: #666;
	padding-bottom: 5px;
	
}
h1  A:link, h1  A:visited, h1  A:active {
	color: #666; 
}
h1  A:hover {
	color: #000;
}
h2 {
	font-size: 12px;
	font-weight: bolder;
	color: #666; 
	padding-bottom: 5px;
}
h3 {
	font-size: 12px;
	color: #666; 
}
h4 {
	font-size: 12px;
	color: #666; 
}
h4  A:link, h4  A:visited, h4  A:active {
	color: #666; 
}
h4  A:hover {
	color: #000; 
}
h5 {
	font-size: 12px;
	color: #330000; 
}
h6 {
	font-size: 12px;
	color: #66FF00; 
}
 
/* 
li { 
	list-style: inside url(../images/li-circle-01.gif);
}
*/

.clear {
	clear: both;
	float: none;
}
 
 