﻿html
{
}

body 
{
	border:none;
	font-family: Sans-Serif, Tahoma;	
	font-size: 12pt;
	background-color: #E0E0E0;
}

p
{
 padding-bottom: 10px; 
}

li
{
	padding-bottom:10px;
}

.center
{ 

}

h1
{
	font-size:16pt;
	font-weight:bold;
}

h2
{
	font-size:14pt;
	font-weight:bold;
}

table
{
	border:none;
	padding:0px;
}

.simple_table
{
	width:100%;
	border: solid 1px black;
	margin-left: auto;
	margin-right: auto;
}

.lh_menu
{
	border-right:solid 2px #EEEEEE;
	background-color:#F3F3FF;
}

.lh_menu_item
{	
	padding:5px 5px 5px 25px;	
	font-size:10pt;
}

.top_menu
{	
	padding:5px 5px 5px 5px;
	background-color:#F3F3FF;
	border-bottom:solid 4px #EEEEEE;
}

.top_menu_item
{	
	padding:1px 10px 1px 10px;
	font-weight: normal;
	font-size:10pt;
	
}

.page_header
{			
	
}

.page_content
{
	padding:10px;
}

.page_footer
{
	border: solid 1px black;
	background: #000033;
	color:White;
	font-size:10pt;	
}

.staff_name
{
	
}

.staff_cred
{
	font-style:italic;
}

.padded
{
	padding-bottom:20px;
}
a
{
	color: Black;	
	text-decoration: none;
}

a:hover
{
	color: Gray;
	text-decoration:underline;
}

.customers_table
{
	border: solid 1px black;
	font-size : 8pt;
	padding: 5px;
	border-collapse: collapse;
}

.customers_table thead td
{
	border: solid 1px black;
	font-weight: bold;
	background-color: gray;
	padding: 5px;
}

.customers_table td
{
	border: solid 1px black;
	padding: 5px;
}

.customers_table a
{
	text-decoration:underline;
	padding: 5px;
}

a.vis
{
	color: Blue;
	font-weight:bold;
	text-decoration: none;
}

a.vis:hover
{
	color: Blue;
	font-weight:bold;
	text-decoration: underline;
}


.instruction
{
	font-size : 10pt;
}

.instruction_head
{
	font-weight: bold;
	font-size : 10pt;
}

.new
{
	color: red;
	font-weight:bold;
	text-decoration: none;
}