/** BASIC */
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #043654;
	background-image: url(images/bg_mainlv2.gif);
	background-repeat:repeat-x
}



/** HEADINGS */



H1 {
font-size: 14px;
font-family: Georgia, "Times New Roman", Times, serif
color: #32608e;
	
}

H2 {
font-size: 13px;
color: #e17322;
	
}

H3 {
font-size: 12px;
	
}

H4 {
font-size: 11px;
	
}



/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 17px;
}

.bodyintro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 24px;
}

.accentred {
	color: #c13b24;
}

.accentcopper {
	color: #e17322;
}


.accentblue {
	color: #336f9a;

}

.accentblue2 {
	color: #669bc5;

}

.faqblue {
	color: #3942b5;
	font-style:italic;

}

.faqgreen {
	color: #1b8b2d;
	font-style:italic;

}




.bodyrev {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.bodyrevsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}



/** LISTS */

ul {
	list-style-image: url(images/bullet.gif);
}

.bullet2{
	list-style-image: url(images/bullet2.gif);

}





/** LINKS */


A:link {
	color: #32608e;
	text-decoration : none;
}

A:visited {
	color: #32608e;
	text-decoration : none;
}

A:hover {
	color: #3399CC;
	text-decoration: underline;
}

A:active {
	text-decoration: none;
	color: #000000;
}

/** LINKS for dark backgrounds */

A.rev:link {
	color: #ffffff;
	text-decoration : none;
}

A.rev:visited {
	color: #ffffff;
	text-decoration : none;
}

A.rev:hover {
	text-decoration: underline;
	color: #cccccc;
}

A.rev:active {
	text-decoration: none;
	color: #cccccc;
}

/** blue LINKS for dark backgrounds */

A.revbl:link {
	color: #9dc5e8;
	text-decoration : none;
}

A.revbl:visited {
	color: #9dc5e8;
	text-decoration : none;
}

A.revbl:hover {
	text-decoration: underline;
	color: #609ec1;
}

A.revbl:active {
	text-decoration: none;
	color: #9dc5e8;
}



/** BACKGROUNDS */

.bg_main { background: url(images/bg_main.gif) repeat center top; }
.bg_dotrule { background: url(images/bg_dotrule.gif) repeat-x center top; }
.bg_rtcol { background: url(images/bg_rtcol.gif) repeat-x left top; }
.bg_box2 { background: url(images/hm_box2pic.gif) no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 6px 4px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

