body {
	margin: 10px;
	background-color: #FFF;
}

body, th, td {
	font-family: "Century Gothic", Helvetica Neue, Helvetica, Tahoma, Arial;
	font-size: 13px;
	color: #727272;
	
	vertical-align: top;
}

td {
	border: 0px solid #000000;
}

#main_table {
	border: 0px solid #616161;
	width: 980px;
}

#header, #menu, #content, #right_collumn {
	background-color: #FFFFFF;
}

/* links */
a {
	color: #444444;
	text-decoration: underline;
}

a:hover {
	color: #0000CC;
}

/* headings */
h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 19px;
	font-weight: lighter;
	color: #436685;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #727272;
	
	padding-top: 10px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

/* paragraphs */
p {
	margin-top: 4px;
	margin-bottom: 12px;
}

/* images */
img {
	border: 0px;
}

input, select, textarea {
	font-size: 11px;
	font-family: Tahoma, Arial;
}

#menu {
	margin-top: 0px;
	padding-left: 0px;

	background: #eee;
	position: relative;
	
	float: right;
}

#menu li {
	list-style: none;
	margin: 0;
	
	float: left;
	
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#menu li:hover {
	background-color: #AAA;	
}

/* font styles */
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* layout */
#header, #footer {
	text-align: center;
}

.even
{
	background-color: #B7AAA2;
	
}

.old
{
	background-color: #AEA097;
}

ul {
	margin-left: 15px;
	padding-left: 15px;
}

li {
	padding: 3px;
}

/* report-style table */
.list_table th, .list_table td, .details th, .details td
{
	padding: 3px;
	font-weight: normal;
}

.list_table th
{
	border-bottom: 1px solid #C4B9B3;
	text-align: left;
}

.list_table tbody tr td
{
	border-bottom: 1px dashed #C4B9B3;
}

.list_table .bottom_cell, .list_table tfoot td
{
	border-bottom: 0px;
	text-align: right;
	font-size: 11px;
	color: #777777;
}

.list_table .no_rows_cell
{
	text-align: center;
	font-style: italic;
}

.list_table .center, .details .center
{
	text-align: center;
}

.list_table .right, .details .right
{
	text-align: right;
}

.list_table .no_info
{
	text-align: center;
	font-style: italic;
}

.indent_1
{
	padding-left: 15px;
}

form {
	margin: 0px;
	padding: 0px;
}