
/*
Author: Phillip Carbis
fileType: StyleSheet
Version: 1.0
File: Standard Administration Style Sheet
Copyright (c) 2001 Concept Productions
*/

BODY
{
font-size: 10pt;
font-family: Arial;
color: #0F1860;
}

.text-back
{

	background-color:	#FFFFFF; 
	background-image:	url("../images/wave.gif");
	background-repeat:	no-repeat;
	background-position:	top left;
}


TD
{
font-size: 11pt;
font-family: "Arial Narrow";
color: #0F1860;
}

STRONG
{
font-size: 12pt;
color: #0F1860;
font-weigth: Bold;
}

H1
{
font-weight: Bold;
font-size: 16pt;
font-family: Arial,Helvetica;
font-color: gray;
}

H2
{
font-size: 15pt;
font-family: Arial;
color:  black;
}


A:VISITED
{ 
	COLOR:		#8A889F;
	Text-Decoration: None;
} 


A:LINK 
{ 
	COLOR:		#7759B5;
	Text-Decoration: None;
}  

A:HOVER
{ 
	COLOR:		#AB7ACB;
	Text-Decoration: underline;
} 

.largetext {
	color:		gray;
	font-size:	11pt;
}


SPAN.pull,SPAN.pull 
	 SELECT{
		background:#CCF;
		font-weight:bold;
		text-decoration:none;
		color:#000;
		}

.page-error{

 	color:		red;
	font-size:	15pt;

}