@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #444958;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
p {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
a {
	color: #4683D7;
	text-decoration: none;
}
a:hover {
	color: #4683D7;
	text-decoration: underline;
}
h1 {
	font-weight: normal;
	color: #2f333d;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../images/rule_grey.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 2em;
	margin-bottom: 10px;
}
h2 {
	font-weight: normal;
	font-size: 1.8em;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	font-family: "Kozuka Gothic Pro R", "Myriad Pro Condensed", Verdana, sans-serif;
}
h3 {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 1.1em;
	font-weight: bold;
}
ul {
	padding-left: 55px;
	margin-top: 10px;
}
li {
	padding-bottom: 15px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
blockquote {
	font-style: italic;
	background-image: url(../images/ico_blockquote.gif);
	background-repeat: no-repeat;
	color: #999999;
	background-position: 30px top;
}
blockquote p {
	padding-left: 60px;
	padding-right: 10px;
	text-align: right;
}
em {
	font-style: normal;
}
strong {
	font-weight: normal;
}
p.snug_right {
	padding-right: 10px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.font_small {
	font-size: 0.9em;
}
.font_large {
	font-size: 1.2em;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.alternative {
	margin-left: -9999px;
}
.clearer {
	clear: both;
}
div.clearer {
	font-size: 0em;
	height: 0px;
}
div.half_width {
	float: left;
	width: 49%;
}
div.third_width {
	float: left;
	width: 33%;
}
div.quarter_width {
	float: left;
	width: 24%;
}
#footer .quarter_width {
	width: 25%;
}
div.fifth_three {
	float: left;
	width: 60%;
}
div.fifth_two {
	float: left;
	width: 40%;
}
div.hr {
	height: 12px;
	margin-right: 30px;
	margin-left: 30px;
	background-image: url(../images/rule_grey.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
div.hr hr {
	display: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.display_none {
	display: none;
}
img.position_right {
	margin: 30px;
}
div.alert_error {
	border: 1px solid #900;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EAC7C6;
	color: #900;
	background-image: url(../images/ico_alert_error.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	padding-left: 30px;
}
div.alert_success {
	border: 1px solid #060;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F1FFDD;
	color: #060;
	background-image: url(../images/ico_alert_success.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	padding-left: 30px;
}

