/* CSS Document */

/* 
* This stylesheet resets default browser styles and defines a 
* set of default styles consistent across browsers. 
*/ 
html, body, * {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color:#58585a;
}
body {
	margin-top: 0px;
	background-image:;
	background-repeat:repeat-x;
}

:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { 
	font-size:34px;
	color:#1b3564;
	line-height:36px;
	margin-bottom:0.6em;
	margin-top: 6px;
	font-weight: normal;
}

h2 { 
	font-size: 14px;
	line-height:18px;
	color:#1b3564;
	margin-bottom: 0.8em;
	margin-top: 0em; 
}
h2 strong { 
	font-size: 14px;
	color:#1b3564;
}
h2 span { 
	font-size: 12px;
	color:#1b3564;
}
h3 { 
	font-size:12px;
	line-height: 18px;
	color:#1b3564;
	margin-bottom: 0.8em; 
}

h4 { 
	font-size:16px;
	color:#000;
	line-height:22px;
	margin-bottom:0.8em;
	font-weight: bold;
}

h5, h6, p, ul, ol, address, blockquote, dl { 
	font-size: 1em; 
	margin-bottom: 1em; 
}
p.nopad {
	margin-bottom:0px;	
}
ul, li { 
	list-style-type: disc; 
	margin-left: 15px;
} 
.ulmargin {
	margin-left:15px;
}
ol, ol li { 
	list-style-type: decimal;
	margin-left: 15px;
}

em {  
font-style: italic;
font-size: inherit;
}

strong { 
font-weight: bold;
font-size: inherit;
}
u {
	font-size:inherit;
}
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}

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;
	height:0;
	margin:0px;
	padding: 0px;
}

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { 
	display: block; 
} 
/* Hide from IE/Mac */ 


.margin0 {
	margin:0px;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

table {
	margin:0;
	padding:0;
}