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

body{
	margin: 0px; 
	background-color: #64899F;
	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: #333333;}

tr{
	margin: 0px; 
	padding: 0px; 
	border: 0px;}
	
td.main_menu{
	width:125px;
	height: 21px;
	text-align: center;
	vertical-align: middle;
	background-image:  url(assets/backs/back-main_menu.gif);}
	
td.sub_menu{
	width:150px;
	padding: 7px;
	text-align: right;}
	
/*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: #000000;}
	
.medium{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;}

.large{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 12px;
	color: #00436A;
	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 {
	text-decoration : none;
	border : 1px #000000 solid;
	text-decoration : none;}
	
table.form td{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	padding-bottom: 6px;
	text-align: left;
	vertical-align: middle;}
	
/*attributes for links*/

a:link {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a:visited {
	color: #333333;}
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: #ffffff;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
    padding: 4px;
	padding-right: 15px;
	padding-left: 15px;
	border-left: 1px #5B7D91 solid;
    float: left;}
a.main_menu:hover {
	color: #ffffff; 
	text-decoration: none;
	background-color: #5B7D91;}


a.sub_menu, a.sub_menu:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ffffff;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	vertical-align: middle;
	width: 138px;
    padding: 6px;
    float: left;
	border-bottom: 1px #555555 solid;}
a.sub_menu:hover {
	color: #ffffff; 
	text-decoration: none;
	background-color: #BABABA;}


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