/* Default CSS Stylesheet for a new Web Application project 

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
    

*/

Body
{
	background: url(images/BGpattern.jpg);
	}


td  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal
	}

.smallText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: normal
	}

.textHiLite
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	font-weight: normal
	}
	
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BEB3AC;
	font-weight: bold;
	margin-bottom: 0.5em
	}	

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccc99;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.5em
	}
	
.tune
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccc99;
	font-weight: bold;
	font-style: italic;
	}	

.footer, A.footer, A.footer:link, A.footer:hover, A.footer:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	}
	
.schedule, A.schedule, A.schedule:link, A.schedule:hover, A.schedule:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	padding-top:2px;
	}

A.schedule:hover
{
	color: White;
	}

A:link	{	
	text-decoration:	underline;
	color:	white;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	white;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	white;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: #0066CC;
	}	

/*
IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
*/