/* CSS Document */

/* 
* This stylesheet resets default browser styles and defines a 
* set of default styles consistent across browsers. 
*/ 
html, body,td,th, * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { 
	font-size:20px;
	color:#B20838;
	line-height:24px;
	margin-bottom:0.8em;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 1em;
	color: #B20838;
}

h3, h3 a {
	font-size:14px;
	color: #B20838;
	line-height:16px;
	margin-bottom: 1em;
	margin-top: 0.8em;
	padding-top: 0.4em;
}

h4, h5, h6, p, ul, ol, address, blockquote, dl, table { 
font-size: 1.1em;
margin-bottom: 1.1em; 
}

ul, li { 
	list-style-type: dsic;
	margin-left:10px;
} 
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; }

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { display: block; } 
/* Hide from IE/Mac */ 
