@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:  justify;
}

a, a:link, a:active, a:hover, a:visited {
	color: #30F;
}

a[name] {
	color: #000;
}

input[type="text"] {
	text-align: right;
}

#content_container {
	width: 1001px;
	margin: 0 auto;
}
#header {
	display: block;
	clear: both;
	padding: 0;
}

#content {
	position: relative;
	display: block;
	clear: both;
	border-top: 1px #999 solid;
	padding-top: 0px;
	padding-bottom: 5px;
	z-index: 0;
}

#content p, #content table, #content h2, #content h3 {
	margin-left: 10px;
	margin-right: 10px;
  max-width: 980px;
}

.clear {
	clear: both;
	display: block;
}
#footer {
	border-top: 1px #999 solid;
	text-align: center;
	font-size: 8pt;
	color: #999;
	display: block;
	clear: both;
}
h1 {
	font-size: 16pt;
	font-weight: normal;
	border-bottom: 1px #999 solid;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	border-bottom: 1px #999 solid;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
}

table th {
	font-weight: bold;
	background-color: #3366cc;
	color:  #FFF;
	padding: 5px;	
	cursor: default;
}

table td {
	padding: 5px;
	cursor: default;
}

.row_highlight tr:hover {
	background-color: #CCC;
	
}

.even {
	background-color: #E4E4E4;
}

p {
	clear: both;
	text-align: justify;
}

table ul, ol {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

form, table, table li, table tr {
	padding: 0;
	margin: 0;
}
button {
	padding: 2px;
}

.bordered_table {
	border:  2px #CCC solid;
	padding: 5px;
}
.bordered_table * {
	padding: 0;
	margin: 0;
}
.bordered_table td, .bordered_table th {
	padding: 5px;
}

.bordered_table button {
	padding: 2px;
}
