/* external style sheet rrrvw.css */


body 	{ scrollbar-arrow-color: #FFCE22;
		scrollbar-3dlight-color: #B6C9D3;
		scrollbar-highlight-color: #8DABBA;
		scrollbar-face-color: #54788B;
		scrollbar-shadow-color: #333333;
		scrollbar-track-color: #364C58;
		scrollbar-darkshadow-color: #2A3C45;
		margin-top: 0px; margin-bottom: 0px; margin-left: 0px;
		background-color: #FFF9EB;
		}	

a	{
	color : #990000;
	cursor : pointer;
	text-decoration : underline;
}

a.special_1	{
	color : #4040ff;
	cursor : pointer;
	text-decoration : underline;
}

a.special_1:link	{
	color : #4040ff;
	cursor : pointer;
	text-decoration : underline;
}

a.special_1:hover	{
	color : #4040ff;
	cursor : pointer;
	text-decoration : none;
}


a:hover {
	color : #0000ff;
	text-decoration : none;
}



.tiny	{	font-family: Arial; 
				font-size:3pt;
				color: white;
	}

.vtiny	{	font-family: Arial; 
				font-size:2pt;
				color: white;
	}

.vvtiny	{	font-family: Arial; 
				font-size:1pt;
				color: white;
	}

	.ari8	{	font-family: Arial; 
					font-size:8pt;
					font-weight:normal;
	}

	.arib8	{	font-family: Arial; 
					font-size:8pt;
					font-weight:bold;
	}

	.ari8r	{	font-family: Arial; 
					font-size:8pt;
					font-weight:normal;
					color:red;
	}

	.ari9	{	font-family: Arial; 
					font-size:9pt;
					font-weight:normal;
	}

	.arib9	{	font-family: Arial; 
					font-size:9pt;
					font-weight:bold;
	}

	.arib9r	{	font-family: Arial; 
					font-size:9pt;
					font-weight:bold;
					color:red;
	}

	.arib9m	{	font-family: Arial; 
					font-size:9pt;
					font-weight:bold;
					color:maroon;
	}

	.arib9mi	{	font-family: Arial; 
					font-size:9pt;
					font-weight:bold;
					font-style: italic;
					color:maroon;
	}

	.ari10	{	font-family: Arial; 
					font-size:10pt;
					font-weight:normal;
	}

	.arib10	{	font-family: Arial; 
					font-size:10pt;
					font-weight:bold;
	}

	.arib10m	{	font-family: Arial; 
				font-size:10pt;
				font-weight:bold;
				color:maroon;
	}
	
	.arib10_blu	{	font-family: Arial; 
				font-size:10pt;
				font-weight:bold;
				color:#0000FF
	}

	.arib10_blu	{	font-family: Arial; 
				font-size:10pt;
				font-weight:bold;
				color:#0000FF
	}
	
	.arib10f	{	font-family: Arial; 
				font-size:10pt;
				font-weight:bold;
				color: Fuchsia;
	}
	
	.purple	{	font-family: Arial; 
				font-size:10pt;
				font-weight:bold;
				font-style: italic;
				color: purple;
	}

	.arib12	{	font-family: Arial; 
				font-size:12pt;
				font-weight:bold;
	}
	
	.arib12m	{	font-family: Arial; 
				font-size:12pt;
				font-weight:bold;
				color: maroon;
	}
	
	.ari12	{	font-family: Arial; 
					font-size:12pt;
					font-weight:normal;
	}

	.arib14	{	font-family: Arial; 
				font-size:14pt;
				font-weight:bold;
	}

	.arib16	{	font-family: Arial; 
				font-size:16pt;
				font-weight:bold;
	}
	
	.maroon_01	{	font-family: Arial; 
					font-size:10pt;
					font-weight:bold;
					color: maroon;
	}

	.greyout	{color: #808080;}
	
	.rom_num_b10	{
		font-family: "Times New Roman";
		font-size:10pt;
		font-weight:normal;
	}

	.menu_hilite {
		font-family: Arial; 
		font-size:8pt;
		font-weight:normal;
		color:#C80000;		
	}
	
	.menu_hilite2 {
		font-family: Arial; 
		font-size:10pt;
		font-weight:bold;
		color: maroon;		
	}
	
	.tnr10	{	font-family: "Times New Roman"; 
				font-size:10pt;
				font-weight:normal;
	}


#box1{
	position: relative;
	top: 10px;
	left: 145px;
	width: 300px;
	border: solid #000000 0px;
	background-color: #FFF9EB;
	color: #000080;
	padding: 0px;
	word-wrap: break-word;
	}

#box2{
	position: relative;
	top: 0px;
	left: 209px;
	width: 180px;
	border: solid #FFF9EB 0px;
	background-color: #FFF9EB;
	color: #0000FF;
	padding: 0px;
	}

#box2b{
	position: absolute;
	top: 100px;
	left: 209px;
	width: 540px;
	border: solid #FFF9EB 0px;
	background-color: #FFF9EB;
	color: #0000FF;
	padding: 0px;
	}

#box3{
	position: relative;
	top: 5px;
	left: 140px;
	width: 310px;
	border: solid navy 1px;
	background-color: #FFE7AF;
	color: navy;
	padding: 10px;
	word-wrap: break-word;
	}

#navy	{
	color: navy;
}
	
#maroon	{
	color: maroon;
}

#bold	{
	font-weight:bold;
}

	
/* end of file */

