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

body{
	margin: 0px; 
	background-color: #F5F5F5;
	background-color: #131313;
	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;}
	
div.main {
position: absolute;
left: 50%;
top: 50%;
margin-left: -475px;
margin-top: -275px;}

div.main2 {
position: absolute;
top: 50%;
margin-top: -237px;}
	
/*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, a:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ffffff; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a:hover {
	color: #ffffff;
	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: left;
	vertical-align: middle;
    padding: 4px;
	padding-left: 10px;
	width: 161px;
    float: left;}
a.main_menu:hover {
	color: #ffffff; 
	text-decoration: none;
	background-color: #6e7e88;}


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.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;}