/* CSS Document */

/* 
* This stylesheet resets default browser styles and defines a 
* set of default styles consistent across browsers. 
*/


:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { 
	font-size:18px;
	color:#000;
	line-height:24px;
	margin-bottom:0.2em;
	font-weight:lighter;
	font-family:Arial, Helvetica, sans-serif;
}

h2 { 
	font-size: 12px;
	line-height:18px;
	color:#FFF;
	margin-bottom: 0.8em;
}

h3 { 
	font-size:12px;
	line-height: 18px;
	color:#000;
	margin-bottom: 1em; 
	font-weight:bold;
}

h4, h5, h6, p, ul, ol, address, blockquote, dl, table { 
	font-size: 1em; 
	margin-bottom: 1em; 
}




a {
	font-family: Arial, Helvetica, sans-serif;
	color:#cc0000;
	font-size: inherit;
	text-decoration:underline;
	font-weight:bold;
}
a:link {
	text-decoration: underline;
	font-size: inherit;
	font-weight:bold;

}
a:visited {
	text-decoration: none;
	color:#cc0000;
	font-size: inherit;
	font-weight:bold;

}
a:hover {
	text-decoration: underline;
	color: #000066;
	font-size: inherit;
	font-weight:bold;
}
a:active {
	text-decoration: underline;
	color: #000066;
	font-size: inherit;
	font-weight:bold;

}

ul, li { list-style-type: disc; } 
ol, ol li { list-style-type: decimal; }

em {  
font-style: italic;
font-size: inherit;
}

strong { 
font-weight: bold;
font-size: inherit;
}

fieldset { border: none; }


/* 
* Not really a default style, but this class is used in 
* every project. 
*/ 
.clear:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
font-size: 0; 
}

.clear { display: inline-table;
	clear: both;
 }

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { display: block; } 
/* Hide from IE/Mac */ 
