/*  stylesheet audio42
	created	11/04/2002 revised 12/03/04
	Language:	CSS
	Version:	1.0
	Modified:	
*/



/*COMPONENTS*/			  



#frame  {
	visibility:visible;
	position : absolute;
	left : 0px;
	top : 0px;
	width : 760px;
	z-index : 1;}


#mainContent  {
	visibility:visible;
	position : absolute;
	left : 193px;
	top : 85px;
	width : 500px;
	z-index : 2;}


/*LINKS */



A:link   {
	font-family: verdana,geneva,sans-serif;
	color: #000000;
	font-size: 10px;
	text-decoration : none;
}

a.orangeLink   {
	font-family: verdana,geneva,sans-serif;
	color: #FF6600;
	font-size: 10px;
	text-decoration : none;
}

a.orangeintroLink   {
	font-family: verdana,geneva,sans-serif;
	color: #FF6600;
	font-size: 11px;
	font-weight : bold;	
	text-decoration : none;
}

a.whiteLink   {
	font-family: verdana,geneva,sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration : none;
	
}


/*A:visited   {
	font-family: verdana,geneva,sans-serif;
	color: #666666;
	font-size: 10px;
	text-decoration : none;*/
}


A:active   {
	font-family: verdana,geneva,sans-serif;
	color: #000000;
	font-size: 10px;
	text-decoration : none;
}

	

/*FONTS*/


BODY    {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family:  verdana,geneva,sans-serif;
	font-size: 10px;
	color: #333333;}
	
TD 	{
	font-family: verdana,geneva,sans-serif;
	font-size: 10px;
	color: #000000;}
	

.whiteText  {
	font-family: verdana,geneva,sans-serif;
	font-size: 10px;
	color: #FFFFFF;}
	
.intro  {
	font-family: verdana,geneva,sans-serif;
	font-size: 11px;
	font-weight : bold;
	color: #000000;}
	
.small  {
	font-family: verdana,geneva,sans-serif;
	font-size: 9px;
	color: #000000;}
	
.smallGrey  {
	font-family: verdana,geneva,sans-serif;
	font-size: 9px;
	color: #999999;}
	
.smallBold  {
	font-family: verdana,geneva,sans-serif;
	font-size: 9px;
	font-weight : bold;
	color: #000000;}
		
.bigBold  {
	font-family: verdana,geneva,sans-serif;
	font-size: 14px;
	font-weight : bold;
	color: #000000;}
	
.bold {
	font-family: verdana,geneva,sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight : bold;
	text-decoration : none;
}

.blackUnder {
	font-family: arial, helvetica, verdana;
	color: #000000;
	font-size: 10px;
	text-decoration : underline;}

.smallOrange  {
	font-family: verdana,geneva,sans-serif;
	font-size: 10px;
	font-weight : bold;
	color: #FF9900;}	
	
.boldOrange   {
	font-family: verdana,geneva,sans-serif;
	font-size: 10px;
	font-weight : bold;
	color: #FF9900;
	text-decoration : underline;}
	
.bigOrange   {
	font-family: verdana,geneva,sans-serif;
	font-size: 18px;
	font-weight : bold;
	color: #FF9900;}	
	

	


/* background colours*/	

.white  {
	background-color : #FFFFFF;}
	
.grey  {
	background-color : #F4F4F4;}
	
.orange  {
	background-color : #FF9900;}
	
.black  {
	background-color : #000000;}
	
	
	

	



