/* 3i USA CSS */
body { 
	background: #fff url(images/wmark.jpg) no-repeat fixed 100% 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	
	 }

h1 { font-size: 22px; margin: 5px; }

h2 { font-size: 18px; color: #000080; margin: 5px; 	}

h3 { font-size: 16px; font-weight: bold;  }

h4 { font-size: 9px;  }

h5 { font-size: 9px; }

h6 { font-size: 9px; } 

ul { margin: 5px;  list-style: disc inside; }

li { font-size: 13px; }

hr { align: center; noshade: true; size: 1px; width: 75%; color: #000000; }

.menu {
	color: FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	}

.copyright { color: #000; 
	font-size: xx-small; 
	font-style: italic; 
	font-weight: normal 
	}

.content { 
	padding: 5px 15px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	background:  url(images/50pct.png) left top;
	}

/* \*/
* html .content { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/50pct.png', sizingMethod='scale'); }
/* */

.trans { 
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	}
	
a:link { color: #0000FF; text-decoration: none; }
a:visited {   color: #0000FF; text-decoration: none; }
a:hover {  color: #0000FF; text-decoration: underline;  }
a:active {  color: #0000FF; text-decoration: none;  }

a.navLink { 
	display: block; 
	width: 100%; 
	height: 100%; 
	text-align: center; 
	text-decoration: none;
	color: #ccc; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: 700;
	margin: 5px 0 0 0;  
	}

a.navLink:visited { color: #ccc;  }

a.navLink:hover { background-color: #ccc; color: #000080 }

a.navLink:active { color: #ccc;  }