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

body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0 0 30px 0;
	line-height: 1;
	text-transform: uppercase;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}

h2,h3,h4,h5,h6 {
	margin: 0;
}

a {
	color: #71B3C6;
}
a:hover {
	color: #357284;
}

.left {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
}
.right {
	float: right;
	clear: left;
	margin: 0 0 10px 10px;
}

.col_2, .col_2_justify,
.col_3, .col_3_justify,
.col_4, .col_4_justify {
	column-gap: 10px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	-o-column-gap: 10px;
	-khtml-column-gap: 10px;
}
.col_2, .col_2_justify {
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	-khtml-column-count: 2;
}
.col_3, .col_3_justify {
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-o-column-count: 3;
	-khtml-column-count: 3;
}
.col_4, .col_4_justify {
	column-count: 4;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-o-column-count: 4;
	-khtml-column-count: 4;
}

.col_2_justify, .col_3_justify, .col_4_justify {
	text-align: justify;
}

.notice, .warning, .success {
	display: block;
	margin: 0 0 5px 0;
	padding: 9px;
	font-size: 80%;
	border: 1px solid #FC0;
	background: #FFC;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.warning {
	border: 1px solid #C00;
	background: #FDD;
}

.success {
	border: 1px solid #0C0;
	background: #DFD;
}

.notice > *:last-child, .warning > *:last-child, .success > *:last-child {
	margin-bottom: 0;
}

table.tabledata {
	border-collapse: collapse;
	border-width: 0;
	border-left: 1px dotted #999;
	border-top: 1px dotted #999;
}
table.tabledata tr {
}
table.tabledata td, table.tabledata th {
	padding: 3px;
	vertical-align: top;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
table.tabledata td {
	background: #FFF;
}
table.tabledata th {
}
table.tabledata thead {
	background: #DDD;
}
table.tabledata tbody {
}
table.tabledata tfotter {
	background: #DDD;
}




.small {
	line-height: normal;
	font-size: 80%;
}

.discrete {
	color: #888;
}

.rule {
	border-bottom: 1px solid #CCC;
}

.border {
	padding: 2px;
	border: 1px solid #333;
}

