* {
	margin: 0;
}

td {
font-family: arial, verdana,  sans-serif;
font-size: 11px;
color: #26537E;
}

p {
	margin-bottom: 5px;
}

a {
	color: #24b6da;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}


img {
	border: 0;
}

strong {
	font-weight: bold;
}

em {
	/*color: #f00;*/
	font-weight:bold;
	font-style: normal;
}

select, option, input, textarea {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
}

/*
input, textarea {
	padding: 3px;
	background: #fff;
	border: 1px solid #7e9db9;
}
*/

textarea {
	overflow: auto;
}



h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 22px;
	color: #2555A2;
	font-weight: 1000;
	padding: 0px 0px 5px 0px;
	text-decoration: none;

}


h2 {
	font-family: arial, verdana,  sans-serif;
	color: #26537E;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
	text-decoration: none;
}



h3 {
	clear: left;
	margin: 0px 0 20px 0;
	color: #BFBFBF;
	font-size: 12px;
	font-weight: bold;
}

h3.line {
	width: 128px;
	height: 18px;
	margin: 0;
	padding: 0 0 0 2px;
	background: url('images/line.jpg');
	font-size: 11pt;
	font-weight: bold;
}

h3.line2 {
	width: 569px;
	height: 20px;
	margin: 20px 0 0 0;
	padding: 0 0 0 2px;
	background: url('images/line2.jpg');
	font-size: 11pt;
	font-weight: bold;
}

h3.line3 {
	width: 448px;
	height: 20px;
	margin: 20px 0 20px 0;
	padding: 0 0 0 2px;
	background: url('images/line3.jpg');
	font-size: 11pt;
	font-weight: bold;
}

h3.line4 {
	width: 568px;
	height: 20px;
	margin: 30px 0 20px 0;
	padding: 0 0 0 2px;
	background: url('images/line4.jpg');
	font-size: 11pt;
	font-weight: bold;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}