/*attributes for body, all tables, rows, columns*/

body{
	margin: 0px; 
	background-color: #5f584d;
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 11px;
	color: #000000;}

table{
	width: 100%;
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	border-collapse: collapse; 
	border-spacing: 0px;}

td{
	vertical-align: top; 
	text-align:left; 
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 11px;
	color: #000000;}

tr{
	margin: 0px; 
	padding: 0px; 
	border: 0px;}

	
/*attributes for different text sizes*/
	
.small{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 9px;
	color: #000000;}
	
.footer{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 9px;
	color: #ffffff;}
	
.medium{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;}

.large{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 14px;
	color: #ffffff;
	font-weight: bold;}

/*attributes for forms and tables*/

.form{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;}
	
table.form td{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	padding-bottom: 6px;
	text-align: left;
	vertical-align: middle;}
	
td.content {
	padding: 15px;
	padding-bottom: 15px;}
	
div.new {
	width: 280px; 
	height: 250px; 
	overflow: auto; 
	margin-left: 20px; 
	padding: 10px; 
	border: 1px solid #000000; 
	background-color: #CEFBF6;}
	
/*attributes for links*/

a:link, a:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a:hover {
	color: #860000;
	text-decoration: underline;}
	
a.main_menu, a.main_menu:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	float: left;
    padding: 4px;
	width: 117px;
	border-right: 1px #dfded8 solid;}
a.main_menu:hover {
	color: #000000; 
	text-decoration: none;
	background-color: #F4F4F2;}


a.sub_menu, a.sub_menu:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-style: none; 
	font-weight: normal; 
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	float: left;
	width: 136px;
    padding: 7px;
	border-bottom: 1px solid #65B4AB;}
a.sub_menu:hover {
	color: #000000; 
	text-decoration: none;
	background-color: #65B4AB;
	border-bottom: 1px solid #65B4AB;}

	
a.footer_link:link, a.footer_link:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #ffffff; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a.footer_link:hover {
	color: #FFFFFF;
	text-decoration: underline;}