/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #666666;
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    MARGIN: 0px;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    TEXT-ALIGN: center;
}
 
H1	{	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	bold;
	color: #5C94CD;
	}	
		
A:link	{	
	text-decoration:	none;
	color:	#204D84;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#204D84;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#204D84;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#204D84;
	}

UL LI	{	
	list-style-type: square;
	color: #C04D4D;
	margin-bottom: 5;
	margin-left: -15;
	
	}
	
TABLE {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}	

TABLE.SidePanel {
	background-color: #DCDCDC;
	border: solid 1 #333333;	
	vertical-align:top;
	padding:3px;	
	width: 225px;
}

.COLOR1 {
	color: #204D84;
	}

.COLOR2 {
	color: #C04D4D; 
	}
	
.COLOR3 {
	background-color: #E8EFF9;
	color: Black;
	}
	
.COLOR4 {
	background-color: #EEEEEE;
	color: Black ;
	}
	
.COLOR5 {
	background-color: #C8C8C8;
	color: black;
	}	
	
DIV.HEADING {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #538ECA;
	margin: 5 0 5 0;
}

.7ptNormal {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
}

.7ptBold {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
}
.8ptNormal {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.8ptBold {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.10ptNormal {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.10ptBold {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.12ptBold {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.14ptBold {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

.16ptBold {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}
