/* Default CSS Stylesheet for a new Web Application project */

body
{ BORDER-TOP-WIDTH: 0px; SCROLLBAR-FACE-COLOR: #006000; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 8.5pt; BORDER-BOTTOM-WIDTH: 0px; SCROLLBAR-HIGHLIGHT-COLOR: #003300; SCROLLBAR-SHADOW-COLOR: #003300; COLOR: #FFFFF0; SCROLLBAR-3DLIGHT-COLOR: #003300; SCROLLBAR-ARROW-COLOR: #003300; SCROLLBAR-TRACK-COLOR: #002000; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: tahoma, arial, helvetica; SCROLLBAR-DARKSHADOW-COLOR: #000000; BACKGROUND-COLOR: #272051; BORDER-RIGHT-WIDTH: 0px }


A:link      
{ 
	font-family: "arial" , "helvetica";
   color: #FFFFFF; 
	text-decoration: none;
   font-size: 8pt; 
   line-height: 100%; 
   margin-top: 0; 
   margin-bottom: 0;
	font-weight: bold;
}

A:visited   
{ 
	font-family: "arial" , "helvetica";
   color: #FFFFFF; 
	text-decoration: none;
   font-size: 8pt; 
   line-height: 100%; 
   margin-top: 0; 
   margin-bottom: 0 ;
	font-weight: bold;
}

A:hover     { color:#c92a3c; text-decoration: none }
a:active    { color:#c92a3c; text-decoration: none }

