/* Default CSS Stylesheet for a new Web Application project */

BODY
{
   	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 

}


.mainText { font-family: Verdana; font-size: 10px; color: #999999; text-decoration: none; }

.mainTextBold { font-family: Verdana; font-size: 10px; color: #999999; font-weight:bold; text-decoration: none; }

.mainTextBig { font-family: arial; font-size: 12px; color: #999999; text-decoration: none; }

.standard{ font-family: arial; font-size: 12px; color: #999999; text-decoration: none; }

.mainTextBigBold { font-family: arial; font-weight: bolder; font-size: 14px; color:#999999; text-decoration: none; }

.mainTextBigBoldRed { font-family: arial; font-weight: bolder; font-size: 14px; color:#cc0000; text-decoration: none; }



.mainTitle { font-family: arial; font-weight: bolder; font-size: 14px; color: #000000; text-decoration: none; }

.mainTitleBig { font-family: arial; font-weight: bold; font-size: 30px; color: #999999; text-decoration: none; }





.mainWhite { font-family: verdana; font-weight:bold; font-size: 16px; color: #FFFFFF; text-decoration: none; }
.mainWhiteSamall { font-family: verdana; font-weight:bold; font-size: 10px; color: #FFFFFF; text-decoration: none; }
.mainTextRed16 { font-family: Verdana; font-weight:bold; font-size: 16px; color: #cc0000; text-decoration: none; }

.mainTextUnderline { font-family: arial; font-size: 10px; color: #000000; text-decoration: underline; }

.mainTextRed { font-family: Verdana; font-size: 10px; color: #cc0000; text-decoration: none; }

.mainTextRedBig { font-family: arial; font-size: 12px; color: #cc0000; font-weight:bold; text-decoration: none; }

.mainTextRedCalendar { font-family: arial; font-size: 18px; color: #cc0000; text-decoration: none; font-weight:bold; }

.mainTextRedCalendarSmall { font-family: arial; font-size: 12px; color: #cc0000; text-decoration: none; font-weight:bold; }

A.mainLinkRed:link  { text-decoration:none; font-size:10px; font-weight:bold; color:#cc0000; }


A:link	{	
	
font-family: arial;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#cc0000;
	}	
		
A:visited	{	
	
font-family: arial;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#cc0000;
	}	
		
A:active	{	
	
font-family: arial;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#cc0000;
	}
		
		
A:hover	{	
font-family: arial;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#999999;
	}

	
	


A.mainLink:link	{	
font-family: Verdana;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#cc0000;
	}	
		
A.mainLink:visited	{
font-family: Verdana;	
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#cc0000;
	}	
		
A.mainLink:active	{	
font-family: Verdana;
		text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#cc0000;
	}	
		
A.mainLink:hover	{	
font-family: Verdana;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#999999;
	}	










