/* Main */

html, body {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

body {
	background-color: #ecf4f8;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Nimbus Sans L, sans-serif;
	color: #404040;
	font-size: 12px;
}

h1 {
	background-color: transparent;
	font-family: Arial, Helvetica, Nimbus Sans L, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #2280a7;
	text-decoration: none;
	margin: 0px;
	background-image: url(../images/h_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

h2 {
	background-color: transparent;
	font-family: Arial, Helvetica, Nimbus Sans L, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #2280a7;
	text-decoration: none;
	margin: 0px;
	background-image: url(../images/h_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}

h3 {
	background-color: transparent;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A607D;
	text-decoration: none;
	margin-bottom: 3px;
	margin-top: 19px;
}

h4 {
	background-color: transparent;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a {
	background-color: transparent;
 	text-decoration: underline;
  	color: #388015;
}

a:hover {
	text-decoration: none;
}

hr {
	color: #e4f0f5;
	background-color: #e4f0f5;
	text-decoration: none;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#colum_center strong {
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A607D;
}

.colum_center_td {
	font-size: 11px;
}
