
<Style>/* Default CSS Stylesheet for a new Web Application project */{}

BODY{
	scrollbar-face-color: 0C4866;
scrollbar-highlight-color: 0C4866;
scrollbar-3dlight-color: DADBE2;
scrollbar-darkshadow-color: 0C4866;
scrollbar-shadow-color: DADBE2;
scrollbar-arrow-color: DADBE2;
scrollbar-track-color: 0C4866;
}

a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#CCFFCC;}
	
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: white;
	}
	
hr {border: 1px dotted #999596; border-style: none none dotted; }
	
.text
{
font-family: Georgia, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: DADBE2; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.text a
{
font-family: Georgia, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: white; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none; /* Font Style */
}

.text a:visted
{
font-family: Georgia, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: white; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none; /* Font Style */
}

.text a:hover
{
font-family: Georgia, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: #CCFFCC; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.text a:active
{
font-family: Georgia, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: white; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

h1
{
font-family: Georgia, Geneva, Helvetica; /* Font Face */
font-size: 9pt; /* Font Size */
color: #CCFFCC; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

h2 {
	font-family: Arial, Helvetica;
	width: 150px;
	height: 15px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	background-color: green;  /*orange*/
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 5px 5px;
	border: 2px solid #ffffff;


}

.headertext
{
font-family: Georgia, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: white; /* Font Color */
font-weight: bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.headertext a
{
font-family: Georgia, Geneva, Helvetica; /* Font Face */
font-size: 10pt; /* Font Size */
color: #CCFFCC; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none; /* Font Style */
}

.headertext a:visted
{
font-family: Georgia, Helvetica; /* Font Face */
font-size: 10pt; /* Font Size */
color: white; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none; /* Font Style */
}

.headertext a:hover
{
font-family: Georgia, Helvetica; /* Font Face */
font-size: 10pt; /* Font Size */
color: white; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.headertext a:active
{
font-family: Georgia, Helvetica; /* Font Face */
font-size: 10pt; /* Font Size */
color: white; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

{   
   filter:alpha(opacity=60);    
   -moz-opacity: 0.6;    
   opacity: 0.6;    
}   


</Style>