body
{
	font-family: arial;
	background-color: #f0f0f0;
	background-color: #f8f8f8;
	background-color: white;
	color: #505050;
	font-size: 16px;
	margin: 0px;
	line-height: normal;
}

a
{
	color: blue;
	color: #85B902;
	text-decoration: none;
	font-weight: bold;
}

a.navigation
{
	color: white;
}

a.navigation:hover
{
	color: #c9c9c9;
}

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

a:hover
{
	text-decoration: underline;
}

td
{
	vertical-align: top;
}

 

td.prompt
{
	padding-top: 5px;
	text-align: right;
	white-space: nowrap;
}

td.bold_prompt
{
	padding-top: 5px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}
 

td.data
{
	padding-top: 5px;
	white-space: nowrap;
}

td.numeric_data
{
	padding-top: 5px;
	text-align: right;
	white-space: nowrap;
}

td.plain_data
{
	padding-top: 5px;
	white-space: nowrap;
}

td.plain_numeric_data
{
	padding-top: 5px;
	text-align: right;
	white-space: nowrap;
}
 


td.numeric
{
	text-align: right;
	white-space: nowrap;
}

td.heading
{
	font-weight: bold;
	vertical-align: bottom;
	white-space: nowrap;
}

td.numeric_heading
{
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
}

div.content
{
	padding: 5px;
	border: 1px solid #cfcfcf;
}

 


#tol_centre_column
{
	vertical-align: top;
	padding: 5px;
	border: 1px solid #cfcfcf;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

 


#tol_error_box
{
	padding: 5px;
	border: 1px solid #cfcfcf;
	margin-top: 5px;
	margin-right: 5px;
	color: red;
	display: none;
}

#tol_information_box
{
	padding: 5px;
	border: 1px solid #cfcfcf;
	margin-top: 5px;
	margin-right: 5px;
	color: green;
	display: none;
}

#tol_header_container
{
	padding: 5px;
	border: 1px solid #cfcfcf;
	margin-top: 5px;
}

#tol_body_container
{
	width: 100%;
}

#tol_left_column_container
{
	width: 10%;
	vertical-align: top;
}

#tol_left_column
{
	margin-top: 5px;
	margin-left: 5px;
}

#tol_right_column
{
	width: 10%;
	vertical-align: top;
	padding-left: 5px;
}

#tol_footer_column
{
	text-align: right;
	padding: 5px;
	border: 1px solid #cfcfcf;
	margin-left: 5px;
	margin-right: 5px;
}

#tol_google_ads
{
	padding: 5px;
	border: 1px solid #cfcfcf;
	margin-left: 5px;
	margin-right: 5px;
}

.line
{
	border-bottom: 1px solid #cfcfcf;
}

.data
{
	font-weight: bold;
}

.numeric_data
{
	font-weight: bold;
}

.small
{
	font-size: 12px;
}

input[type=text]
{
	width: 400px;
	padding-left: 3px;
	font-size: 16px;
	border: 1px solid #cfcfcf;
}

input[type=file]
{
	padding-left: 3px;
	font-size: 16px;
}

input[type=password]
{
	width: 400px;
	padding-left: 3px;
	border: 1px solid #cfcfcf;
	font-size: 16px;
}

input[type=checkbox]
{
	margin-bottom: 0px;
	margin-top: 5px;
}

textarea
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	border: 1px solid #cfcfcf;
	font-size: 16px;
}

select
{
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 16px;
}