/* CSS Document */

IMG	 { border: none; 
}

BODY {
	font-family: Tahoma;
	font-size: 11px;
	color: #646464;
}

TD {
	font-family: Tahoma;
	font-size: 11px;
	color: #646464;
}



/* Text Mods */

.copyright	{ 
	font-family: Tahoma; 
	font-weight: normal; 
	font-size: 10px; 
}

.h1	{ 
	font-family: Tahoma; 
	font-weight: bold; 
	font-size: 17px; 
}

.h2	{ 
	font-family: Tahoma; 
	font-weight: bold; 
	font-size: 14px; 
}

.boxWhite	{ 
	font-family: Tahoma; 
	font-weight: normal; 
	font-size: 12px; 
	color: #FFFFFF;
}

.boxGrey	{ 
	font-family: Tahoma; 
	font-weight: normal; 
	font-size: 12px; 
	color: #646464;
}

.boxWhiteSm	{ 
	font-family: Tahoma; 
	font-weight: normal; 
	font-size: 11px; 
	color: #FFFFFF;
}


/* White Background Links - Normal */

A {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFAA00;
	text-decoration : underline;
}

A:Hover  {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFAA00;
	text-decoration : underline;
}

A:Link  {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFAA00;
	text-decoration : underline;
}

A:Visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFAA00;
	text-decoration : underline;
	
}

/* Colored Backgrounds - White Links  */

A.subLinks {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration : underline;
}

A.subLinks:Hover  {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration : underline;
}

A.subLinks:Link  {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration : underline;
}

A.subLinks:Visited {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration : underline;

}


