/* CSS Document */
/* NOTES:____________________________________________
 * Last updated 3/31/09
*/

/* ____Start of callouts_________________________________________________________________________________
 *______#body____________________________________________________________________________________________*/

body {
	background-image:url(images/jadebg01.jpg); 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: white; /* white text */
	}

body.print {	/* used for text versions of faq and audition files. */
	background-color:white; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: black; 
	}

H1.header {
	font-size: 42px;
	}

a {
	color: #FFFF99; 
	font-weight: bold; 
	text-decoration: none
	}

a:hover {
	color: #FF9933;
	}

p.astric {
	font-size:small;
	text-align:right;
	}

p.auditiondate {
	font-size: 13pt; 
	text-align: left;
	}

p.auditiondategray {
	font-size: 13pt; 
	text-align: left;
	color: #CCC;
	}

p.auditiondate strong {
	font-size: 1.5em; 
	}

dd.studio {
	font-size: 13pt; 
	text-align: left;
	}

dd.studiogrey {
	color: #CCCCCC;
	}



#content {  /* start of the content area. The GMC and page name headers begin here */
	position: absolute;
	margin: 50px;
	width: 900px;
	float: none;
	text-align: justify;
	}
