HTML
{
	height:				101%;
    margin:				0; 
}

BODY
{
	BACKGROUND-COLOR:	#400d02;
    FONT-FAMILY:		verdana, arial, helvetica, sans-serif;
    FONT-SIZE:		11px;
    MARGIN:				0; 
}

IMG
{
    border:				0;
    margin:				0;
    padding:			0;
}

TD
{
	BACKGROUND-COLOR:	#f76d08;  /*C6A256*/
	COLOR:				#ffffff;
	FONT-FAMILY:		verdana, arial, helvetica, sans-serif;
	FONT-SIZE:			11px;
    MARGIN:				0; 
    margin-bottom:      0;	
}

/*******************************************************
    Class for the stripe across the top
*******************************************************/
TD.top
{
	BACKGROUND-COLOR:	#301409; /* #301409 400d02 */
	COLOR:				#ffffff;
}

/******************************************************
    Class for the center info box (normally it's orange)
*******************************************************/
TD.box_info
{
	BACKGROUND-COLOR:	#f76d08;
	COLOR:				#ffffff;
	text-align:         left; 
	vertical-align:     bottom; 
}
/******************************************************
    Class for the sound samples (normally it's orange)
*******************************************************/
TD.listen_to_cd
{
	BACKGROUND-COLOR:	#f7079a;
	COLOR:				#ffffff;
	text-align:         left; 
	vertical-align:     center; 
}

/*******************************************************
    Class for the box on the right (normally it's blue)
********************************************************/
TD.box_right
{
	background-color:   #15bcd5;
	vertical-align:     middle; 
	text-align:         center;
}

/*******************************************************
    Class for links throughout the site
*******************************************************/
A:link, A:visited, A:active
{
	COLOR:				#ffffff;
   	TEXT-DECORATION:	underline;
}
A:hover
{
	COLOR:				#AC2629;
   	TEXT-DECORATION:	none;
}

/*******************************************************
    Class for links in the top stripe
*******************************************************/
TD.top A:link, TD.top A:visited, TD.top A:active
{
	COLOR:				#ffffff;
   	TEXT-DECORATION:	none;
	FONT-SIZE:		11px;
}
TD.top A:hover
{
	BACKGROUND-COLOR:	#FF9933;
	COLOR:				#AC2629;
   	TEXT-DECORATION:	none;
}

/*******************************************************
    Class for links under Oli photo
*******************************************************/
A.info-sub:link, A.info-sub:visited, A.info-sub:active
{
	background-color:	#f7079a;
	border:				1px solid #ffffff;
	COLOR:				#ffffff;
	DISPLAY:			block;
	margin-bottom:      6px;
	padding:			6px;
   	TEXT-DECORATION:	none;
   	width:				90%;
}
A.info-sub:hover
{
	background-color:	#006988;
}


SELECT
{
	width:				167px;
	COLOR:				#000000;
    FONT-FAMILY:		verdana, arial, helvetica, sans-serif;
    FONT-SIZE:			11px;
}
INPUT
{
	COLOR:				#000000;
    FONT-FAMILY:		verdana, arial, helvetica, sans-serif;
    FONT-SIZE:			11px;
}


/******************************
 * Validation and error display 
 *----------------------------*/
.ValidationSummary
{
	 background-color: 		#FFFF99;
	 border: 				1px solid #ff0000;
	 color:					#990000;
	 margin-top:			16px;
	 padding:	 			5px 5px 0 5px;
}

.ErrorMessage
{
	 padding:	 			5px 5px 5px 11px;
	 Border-Style: 			solid;
	 Border-Width: 			0px;
	 border-bottom-width: 	1px;
	 Border-color: 			#C4C5B9;
	 background-color: 		#FFFF66;
	 font-size:				10pt;
	 color:					#000099;
}




