/* style sheet for www.trustline.org */
/* modified by geolink - may 2007 */
/* modified by geolink - apr 2009 */

/*
div#wrap {
	position: absolute;
	left: 50%;
	width: 790px; 
	margin-left: -395px;
	background-color: #777777;
	border-left: thick #0000FF;
	border-right: thin #00FF00;
	}
*/

div#outer {
	position: absolute;
	left: 50%;
	width: 780px; 
	margin-left: -390px;
	border-left: .6em solid white;
	border-right: .6em solid white;
	z-index: -15;
}

div#page {
	position: absolute;
	left: 50%;
	width: 780px; 
	margin-left: -390px;
	background-color: white;
	border-left: .4em solid #462766;
	border-right: .4em solid #462766;
	z-index: -10;
}

.nbarbut {
	margin-top: 0;
}

/*
.nbarbut p { 
	margin-top: -3;
	margin-bottom: -3;
	}
*/

img { 
	border: 0px; 
}


.text_reg {
	font-family: verdana, tahoma, helvetica, arial, sans-serif; 
	font-size: .75em; font-weight: normal; margin: 0;
	line-height: 150%;
	}

.text_tiny {
	font-family: tahoma, verdana, helvetica, arial, sans-serif; 
	font-size: .6em; font-weight: bold; 
	color: green; 
	font-style: italic; 
	margin: 0;
	}

.text_caption {
	font-family: tahoma, verdana, helvetica, arial, sans-serif; 
	font-size: .6em; font-weight: bold; 
	color: green; 
	font-style: italic; 
	margin: 0;
	line-height: 145%;
	}

.TextBold {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
}

.TextReg {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
}

.TextTiny {  
	font-family: Arial Narrow, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
/* 	font-style: italic;  */
	font-weight: bold; 
	color: #006000; 
	line-height: 130%; 
}


/* link color testing 18 may 2007 */
/* FF0000=red  00FF00=green  FF00FF=pink  0000FF=blue */
a:link {color: #0000FF}     /* unvisited link - blue  */
a:visited {color: #CC00CC}  /* visited link */
a:hover {color: #00AA00}   /* mouse over link - dark green */
a:active {color: #FF0000}   /* selected link */


.LinkTextInactive {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	color: blue; 
	text-decoration: none; 
}

.LinkTextActive {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	color: red; 
	text-decoration: none; 
}

.copyright {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: italic; 
	font-weight: bold; 
}

