/*attributes for body, all tables, rows, columns*/

body{
	margin: 0px; 
	background-image: url('assets/backs/back-main.gif');
	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;}
	
td.main_menu2, td.main_menu {
	width:120px;
	height: 20px;
	text-align: center;
	vertical-align: middle;}
	
td.sub_menu{
	width:150px;
	padding: 7px;
	text-align: right;}
	
/*attributes for different text sizes*/
	
.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: 12px;
	color: #ffffff;
	font-weight: bold;}
	
.large2{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 12px;
	color: #0086DA;
	font-weight: bold;}
	
.page_name{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 17px;
	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 {
	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, a:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #F1C601; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;}
a:hover {
	color: #FFFFFF;
	text-decoration: none;}

a.main_menu, a.main_menu:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #555555;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	width: 113px;
    padding: 6px;
	padding-right: 4px;
	padding-left: 4px;
    float: left;
	background-image: url('assets/backs/back-menu.gif');}
a.main_menu:hover {
	color: #0066A6; 
	text-decoration: none;
	background-color: #C3BFB5;
	background-image: url('assets/backs/back-menu.gif');}
	
a.main_menu2, a.main_menu2:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #555555;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
    padding: 6px;
	padding-right: 24px;
	padding-left: 24px;
    float: left;
	background-image: url('assets/backs/back-menu.gif');}
a.main_menu2:hover {
	color: #0066A6; 
	text-decoration: none;
	background-image: url('assets/backs/back-menu.gif');}
	
a.sub_menu, a.sub_menu:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ffffff;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	vertical-align: middle;
	width: 136px;
    padding: 7px;
    float: left;
	background-color: #BEBDB9;
	border-bottom: 1px solid #ffffff;}
a.sub_menu:hover {
	color: #ffffff; 
	text-decoration: none;
	background-color: #cccccc;}


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;}
a.sub_menu:hover {
	color: #FFFFFF;
	text-decoration: none;}


a.footer_link, a.footer_link:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ffffff; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a.footer_link:hover {
	color: #FFFFFF;}

li {padding-bottom: 5px;}
