/* 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;
}
body {
	margin-top: 20px;
	background-image:url(../images/elements/bck_grnd.gif);
	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:24px;
	color:#4D85C5;
	line-height:28px;
	margin-bottom:0.4em;
	margin-top: 0px;
	font-weight: normal;
}

h2 { 
	font-size: 14px;
	line-height:18px;
	color:#6699CC;
	margin-bottom: 0.8em;
	margin-top: 1.2em; 
}
h2 strong { 
	font-size: 14px;
}

h3 { 
	font-size:12px;
	line-height: 18px;
	color:#006666;
	margin-bottom: 0.8em; 
}

h4 { 
	font-size:16px;
	color:#663366;
	line-height:22px;
	margin-bottom:0.8em;
	font-weight: bold;
	font-style:oblique;
}

h5, h6, p, ul, ol, address, blockquote, dl, table { 
	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: #333366;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333366;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #4D85C5;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #333366;
	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;
	clear:both;
}

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { 
	display: block; 
} 
/* Hide from IE/Mac */ 
