@CHARSET "UTF-8";

/*img, div { behavior: url(iepngfix.htc) }*/

TABLE {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

TD {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

A:link {
	text-decoration: none;
	color: #1e89cf;
}

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

A:visited {
	text-decoration: none;
	color: #1e89cf;
}

A:hover {
	text-decoration: underline;
	color: #1e89cf;
}

IMG {
	border: 0px;
}

BODY {
	/*background-image: url(../img/bg_diag.gif);
	background-color: #015199;*/
	background-color: #1e89cf;
	background-image: url(../img/elements/bg-gradient.png); 
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	
}

.facebook {
	bottom: 0;
	position: fixed;
	height: 50px; 
	right: 30px;
}

.header {
	font-weight: bold;
	font-size: 14px;
	word-spacing: 4px;
	line-height: 24px;
	color: #000000;
}

INPUT {
	border: #cccccc 1px solid;
	background-color: #ffffff;
	color: #000000;
}


FIELDSET {
	border: none;
}

SELECT {
	border: #cccccc 1px solid;
	background-color: #ffffff;
	color: #000000;
}

TEXTAREA {
	border: #cccccc 1px solid;
	background-color: #ffffff;
	color: #000000;
}

h1 {
	padding: 3px;
	padding-left: 0px;
	margin-left:0px;
	font-size: 14px;
	margin-top: 20px;
	color: #319f49;
	font-family: Verdana;
	font-weight: bold;
}

h2 {
	padding: 3px 3px 3px 0;
	color: #319f49;
	font-family: Verdana;
	font-weight: bold;
	
	font-size: 11px;
}

h3 {
	padding: 3px 3px 3px 0;
	font-size: 13px;
	/*border-bottom: 1px solid #deecb1;*/
}


h4 {
	padding: 3px;
	font-size: 12px;
	color: #727476;
	margin-bottom: 0px;
}

.h2_sim{
	font-size: 14px;
	font-weight: bold;
}

}

/* set the standard (IE) box sizing for elements
see http://www.quirksmode.org/css/box.html
for details
HTML * {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
*/