@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	background-image: url(../images/bk_body.jpg);
}
h1 {
	font-size: 1.8em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h2 {
	font-size: 2.1em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	background-repeat: no-repeat;
	background-position: 17px top;
}
h2 span {
	margin-left: -9999px;
}
h3 {
	font-size: 1.3em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #315882;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
p {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
a {
	color: #487DB3;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	margin-right: 20px;
	margin-left: 50px;
	margin-bottom: 10px;
}
ol {
	margin-right: 20px;
	margin-left: 50px;
	margin-bottom: 10px;
}
li {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.bullet_icons {
	margin-left: 35px;
	margin-top: 10px;
}
ul.bullet_icons li  {
	background-image: url(../images/ico_arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left center;
	list-style-type: none;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-bottom: 20px;
}
div.hr hr {
	display: none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.align_justify {
	text-align: justify;
}
.alternative_content {
	font-size: 0em;
	margin-left: -9999px;
}
.show_element {
	display: block;
}
.hide_element {
	display: none;
}
.clearer {
	clear: both;
}
div.clearer {
	font-size: 0em;
	height: 0px;
}
.float_right {
	float: right;
}
img.float_right {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.float_left {
	float: left;
}
img.float_left {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.font_small {
	font-size: 0.8em;
}
.font_medium {
	font-size: 1em;
}
.font_large {
	font-size: 1.2em;
}
.alert_error {
	background-color: #EAC7C6;
	border: 1px solid #990033;
	margin: 20px;
	color: #660000;
	background-image: url(../images/alert_error.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	width: 450px;
}
.alert_success {
	background-color: #CFE59C;
	border: 1px solid #67A729;
	margin: 20px;
	color: #466F20;
	background-image: url(../images/alert_success.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	width: 450px;
}
.alert_warning {
	background-color: #FEFFCB;
	border: 1px solid #FFCC33;
	margin: 20px;
	color: #CC9900;
	background-image: url(../images/alert_warning.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	width: 450px;
}
.alert_information {
	background-color: #D3EEFF;
	border: 1px solid #99CCFF;
	margin: 20px;
	color: #1E4983;
	background-image: url(../images/alert_information.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	width: 450px;
}

div.third {
	float: left;
	width: 296px;
	text-align: right;
}
div.two_thirds {
	width: 592px;
	float: left;
}
