/* CSS Document */
a.b-link:link {
color: #000000;
font size: 10px;
text-decoration: underline;
}
a.b-link:visited {
color: #000000;
font size: 10px;
text-decoration: underline;
}
a.b-link:active {
color: #000000;
font size: 10px;
text-decoration: underline;
}
a.b-link:hover {
color: #000000;
font size: 10px;
text-decoration: underline;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;  /* formerly 100% */
	background-color: #CCCCCC;
	background-image:url(/images/bg_nav.gif);
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	
}

p {
	font-size: 14px;
}
td {
	font-size: 14px;
}
.menu {
	font-size: 14px;
	color:#FFFFFF;
	}
	
.client_login {
	color: #000000;
	font-size: 14px;
}
	
 #footer {
	clear: both;  
	bottom: 0px;
	text-align: left;
	height: 10px;  
	width: 100%;   
	z-index:500;
	border: none;
	background: #CCCCCC;
	font-size: 11px;
	visibility: visible;
} 

/* #footer {
	position: relative;
	bottom: 0px;
	height: 35px;
	z-index:2;
	visibility: visible;
	left: 0px;
	width: 100%;
} */

#content { 
	bottom: 0px; 
	height: relative; 
	left: 0px;  
	top: 0px; 
	width: 100%;
	height: 100%; 
	overflow: visible; 
} 
#menubar {  
	width: 100%;
	z-index: 3 
	overflow: auto; 
} 

.subcategories {
	font-size: 16px;
	color:#FFFFFF;
}
.main_text {
	font-size: 16px;
	color: #000000;
}
.copyright {
	font-size: 13px;
	color: #999999;	
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #999999;
	text-decoration:none;
}
a:hover {
	color: #FFCC00;
	text-decoration:underline;
}
a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.sub a:link {
	color: #000000;
	text-decoration:none;
}
.sub a:visited {
	color: #000000;
	text-decoration:none;
}
.sub a:hover {
	color: #990000;
	text-decoration:underline;
}
.sub a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.sub ul {
	list-style: disc;
}
.sub li  {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
}
.style1 {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	padding: 21px;
    margin: 0;
    list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	}
	
li  {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}
.style3 {font-size: 13px; color: #000000; }
.subcategory_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}


