/* Default CSS Stylesheet for a new Web Application project */

BODY
{	
    BACKGROUND-COLOR: black;
    color: white;
    Font-Family: Arial, Tahoma, Arial, sans-serif;    
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    line-height: 10px;
    WORD-SPACING: normal
}

.Normal, TABLE
{
    BACKGROUND-COLOR: black;
    Font-Family:  Arial, sans-serif;    
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    line-height: 16px;
    color: white;
    WORD-SPACING: normal
}

	
.Yellow1 
{
	color: Yellow
}
.YellowBold
{
	color: Yellow;
	font-weight: bold
}
.YellowBold2
{
	color: Yellow;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px
}
.Gold
{
	color: "#fccc4e"
}
.GoldBold2
{
	color: "#fccc4e";
	font-weight: bold;
	font-size: 20px;
	line-height: 24px
}
.GoldBold3
{
	color: "#fccc4e";
	font-weight: bold;
	font-size: 28px;
	line-height: 32px
}

.Orange
{
	color: "ff8000"
}
.OrangeBold
{
	color: "ff8000";
	font-weight: bold
}
.OrangeBold2
{
	color: "ff8000";
	font-weight: bold;
	font-size: 20px;
	line-height: 24px
}

A:link	{	
	text-decoration:	none	
	}	
		
A:visited	{	
	text-decoration:	none
	}	
		
A:active	{	
	text-decoration:	none
	}	
		
A:hover	{	
	text-decoration:	underline
	}
	


IMG 	{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	}

HR 
{
	color: "#996600"	
}