/* 
   Sector 09559: Richasi's Domain - CSS File {richasi.css}
   CSS Code for Index, Snapshots, Chronicles and Ancillaries
*/


	body		{ background-color: #ffffff;
			  font-weight: normal;
			  color: #000000;
			  background-repeat: no-repeat;
			  background-image: url(./images/); }

	a 		{ text-decoration: none;
			  font-weight: bold;
			  color: #d1defe; } 

	a:hover		{ color: gold; }

	p		{ text-indent: 0em; }


/* General Page CSS */

	
	.note		{ background-color: #3300a1; 
			  font-size: 10pt;
			  color: gold;
			  position: relative;
			  top: 0ex;
			  font-weight: bold; }

	.a2		{ text-decoration: underline;
			  color: silver; }  

	.a2:hover	{ color: silver; }

	.amain		{ text-decoration: underline; 
			  font-weight: normal;
			  color: blue; }
	
	.amain:hover	{ color: gold; }

	.menu3		{ font-size: 8pt; }


	.videotxt	{ font-family: Courier New; 
			  font-size: 10pt; }


/* MAIN PAGE CSS */
		
	.spotsbar1	{ background-color: #808040;
			  height: 9px; 
			  background-image: url(./images/spots1.gif) }

	.spotsbar2	{ background-color: #808040;
			  height: 9px; 
			  background-image: url(./images/spots2.gif) }

	.links		{ font-weight: bold;
			  text-decoration: underline;
			  color: #99ccff; }

	.update		{ font-weight: normal;
			  text-decoration: none;
			  color: #99ccff; }	  

	.para		{ font-size: 12pt;
			  color: #ffffc0;
			  font-weight: bold;
			  text-indent: 2em; }

	.mainbody	{ background-image: url(./images/starsbest.gif);
			  background-repeat: repeat;
			  background-color: #000000;
			  font-size: 12pt; }

	
/* Header CSS */
		
	.greybar	{ background-color: #808040;
			  height: 4px; }

	.whitebar	{ background-color: #ffffff;
			  height: 3px; }

	.blackbar	{ background-color: #000000;
			  height: 2px; }


/* Menu Bar CSS */	


	.menubar	{ background-color: #3300A1;
			  height: 22px;
			  text-align: center;
			  font-weight: bold; }
	
	.menu		{ text-decoration: none;
			  font-weight: bold;
			  color: gold; 
			  font-size: 12pt; } 

	.menu:hover	{ color: silver; }


/* Menu2 Bar CSS */	

	.menu2bar	{ background-color: gold;
			  height: 22px;
			  text-align: center; }

	.menu2 		{ text-decoration: none;
			  font-weight: bold;
			  color: #3300A1; 
			  font-size: 12pt; } 

	.menu2:hover	{ color: #691F01; }



/* CHRONICLES Specific CSS */

	.ctext		{ font-size: 10pt; }
	
	.ctitle		{ font-size: 12pt;
			  color: red;
			  font-weight: bold;
			  text-align: center;
			  text-decoration: underline; }


/* PROFILE Specific CSS */

	.header		{ color: #000000;
			  font-size: 13pt; }

	.head2		{ font-size: 10pt;
			  text-decoration: underline;
		 	  font-family: Courier New; }

	.head3		{ font-size: 18pt;
			  color: #b50000;
			  text-decoration: none; 
			  text-align: center; }

	.head4		{ font-size: 13pt;
			  color: #b50000;
			  text-decoration: none; 
			  font-style: italic;
			  font-weight: bold;
			  text-align: center; }

/* Album Page CSS */

	.pagetitle 	{ font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 24pt;
			  color: #000000;
			  font-weight: bold; }

	.thumbtitle 	{ font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 10pt;
			  color: #000000; }

	.imagetitle 	{ font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 10pt;
			  color: #000000; }
	
	.navigation   { font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 10pt;
			  color: #000000;
			  font-weight: bold; }

	.navigation2 	{ font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 12pt;
			  color: #000000;
			  font-weight: bold; }


