/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Times Roman;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;     
    WORD-SPACING: normal
    
}


A:link

{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none
}
 
A:active
{
	color:#ff0000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;	
	text-decoration:none
}
 
A:visited
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none
} 

A:hover
{
	color:#666666;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration: none
}

A.menu:link {color:#800080; font-weight:bold; text-decoration:none} 
A.menu:active {color:#9c0063; text-decoration:none} 
A.menu:visited {color:#9c0063; text-decoration:none} 
A.menu:hover {color:#000000; text-decoration: none}

A.menu_white:link {color:#FFFFFF; font-weight:bold; text-decoration:none} 
A.menu_white:active {color:#FFFFFF; text-decoration:none} 
A.menu_white:visited {color:#FFFFFF; text-decoration:none} 
A.menu_white:hover {color:#000000; text-decoration: none}


TD

{

    FONT-FAMILY: Arial, Verdana;
    Font-size:12px;
    FONT-WEIGHT: normal;

}