/* CSS Document */

/* 
* This stylesheet resets default browser styles and defines a 
* set of default styles consistent across browsers. 
*/ 
html, body, td,th, * {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { 
	font-size: 16px; 
	margin-bottom: 0.6em;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
}
h1 strong {
	font-weight: bold;
	font-size: 18px; 
	margin-bottom: 0.6em;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
}

h2 { 
font-size: 14px;
line-height:18px; 
margin-bottom: 1.2em;
color: #FFFFFF;
}

h3 {
	font-size: 12px;
	margin-bottom: 0.8em;
	line-height: 26px;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	margin-bottom: 0.8em;
	line-height: 26px;
	color: #000000;
	font-weight: bold;
}


h5, h6, p, ul, ol, address, blockquote, dl, table { 
font-size: 1em; 
margin-bottom: 1em;
color: #000000; 
}

a {
	font-size: inherit;
	color: #1856A6;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1856A6;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #1856A6;
}

ul, li { list-style-type: bullet; } 
ol, ol li { list-style-type: decimal; }

em {  
font-style: italic; 
}

strong { 
font-weight: bold;
}

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 */ 

