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

.W
{ 
	font-family: Verdana; 
	font-size: 12pt; 
	background-color: #FFFFFF; 
    list-style-image: url("../images/blueicon2.gif");
}

.stdData
{
	font-family: Verdana;
	font-size: 12pt;
	FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

.stdLabel
{
	font-family: Verdana;
	font-size: xx-small;
	FONT-WEIGHT: normal;
	color: #9f9f9f;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

.stdMenu
{
	font-family: Verdana;
	font-size: 14pt;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration: underline;
	color:	#29166f;
	}

a.menu {background: transparent; color: "#4D4A43"; text-decoration: none}
a:visited.menu {background: transparent; color: "#4D4A43"; text-decoration: none}
a:hover.menu {background: #EEEAE6; color: "#4D4A43"; text-decoration: underline;  font-weight:bold}

a.hyperlink {background: ; color: "#3E1F00"; text-decoration: none}
a:visited.hyperlink {background: ; color: "#3E1F00"; text-decoration: none}
a:hover.hyperlink {background-position: 0% 0%; color: "#3E1F00"; text-decoration: underline;  font-weight:bold; background-image:none; background-repeat:repeat; background-attachment:scroll}