/* CSS Document */

body {
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #000066; 
	scrollbar-shadow-color: #000066;
	scrollbar-darkshadow-color: #000066;
	scrollbar-3dlight-color: #000066; 
	scrollbar-arrow-color: #000066; 
	scrollbar-track-color: #999999;
	font-family: tahoma;
	color: #000000;
	font-weight: normal;
	/*background-image:url('trb.jpg'); */
	background-attachment:fixed;
	background-repeat: no-repeat
}
               
a:link {
	color="#000000";
	text-decoration:underline
}

a:visited {
	color="#000000";
	text-decoration:underline
}

a:active {
	color="#000099";
	text-decoration:underline
}

a:hover {
	color="#000099";
	text-decoration:underline
}

.toptxt {
	overflow-y: visible;
	position: relative;
	background-color: #0099CC;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;

	border: none;
}

.bdytxt {
	overflow-y: visible;
	position: relative;
	background-color: #66CCFF;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;

	border: none;	
	text-align: justify;
	font-size: smaller;
}

.adtext {
	overflow-y: visible;
	position: relative;
	background-color: #CCFF66;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;

	border: none;
	text-align: justify;
	font-size: smaller;
}

.topsidetxt {
	overflow-y: visible;
	position: relative;
	background-color: #99CC00;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;

	border: none;
}

.lifememtxt {
	overflow-y: visible;
	background-color: #66CCFF;
	border: none;	
	text-align: justify;
	font-size: smaller;
}

#justifytbl {
	border: none;
	text-align: justify;
	font-size: 10pt;
}

#righttbl {
	border: none;
	text-align: right;
	font-size: 10pt;
}

#textborder {
	border: solid;
	border-width: 1px;
	padding-right: 2px;
}

#textnoborder {
	border: none;
	padding-right:2px;
}
