/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Tahoma, Verdana, arial;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-left: 20px;
    margin-top: 15px; 
}
TH
{
    FONT-FAMILY: Tahoma, Verdana, arial;
    FONT-SIZE: 11px;
    TEXT-TRANSFORM: none;
    vertical-align: top; 
    padding-left: 5px; 
    FONT-WEIGHT: BOLD;
}
TD
{
    FONT-FAMILY: Tahoma, Verdana, arial;
    FONT-SIZE: 11px;
    TEXT-TRANSFORM: none;
    vertical-align: top; 
    padding-left: 5px; 
}
.sep
{
    FONT-FAMILY: Tahoma, Verdana, arial;
    FONT-SIZE: 11px;
    TEXT-TRANSFORM: none;
    vertical-align: top; 
}

h1, h2, h3, h4, h5, p, ul { font-family: tahoma, verdana, arial; }
h1{ font-size: 200%; }
h2{ font-size: 150%; color: #800000}
h3{ font-size: 130%; color: #800000}
A:link	{	
	text-decoration:	none;
	color:	#800000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#800000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#000000;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type: disc;  
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.date {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	}
	
.center 	{
	text-align: center;
}

.extlink 	{
	text-align: center;
	font-size: 100%;
	color: blue;
	font-weight: bold;
}
.imgborder	{
	border: 1px solid black;
}	
.imgtext	{
	font-size: 11px;
	margin: 6 0 0 20;
}

.caption {font-size: 10px; 
	font-weight: bold; 
	margin: 3 5 7 10; 
	text-align: right;}

.gr { background-color: #eeeeee}
.red { color: red;}
.green { color: green;}
.blue { color: blue;}
