/*B A S I C  T A G  R U L E S */

body { 
	background-color: #ffffff;
	margin:0; 
	padding:0;
 	margin-left: 0;
	margin-top: 0;
}

h3, h2, h1, p, td.p {
	margin:0;
	padding:0;
	font-size:1em;
	font-family:arial, sans-serif;
	line-height: 122%;
}

a:link, a:visited {  
	text-decoration: none; 
/*	color: #151D71;
	color: #3323B1;
	color: #255382; */
	color: #254382;
	font-weight: bold;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #25609c; 
	/*	color: #1363DC;*/
}

/* N A V I G A T I O N   S T Y L E S*/

#nav2 {
	position:absolute;
	left:10px;
	top:60px;
	width:160px;
	margin-left:0px;
	font-size:.8em;
	font-family:arial, sans-serif;
	line-height: 180%;
}


/* M A C R O  R U L E S */
#content {
	position: absolute;
	left:166px;
	top:10px;
	right:50px;
}

.caption {
	font-family:arial, sans-serif;
	font-size: 9px;
}

