/*    The Cirque Med Ed Stylesheet     */

/*-------------------------------------------------------------*/
/* Body Class                                                  */
/*-------------------------------------------------------------*/
body {
	background-color: #99ccff;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	margin: 0 0 0 0;
}
		
/*-------------------------------------------------------------*/
/* Table Classes                                               */
/*-------------------------------------------------------------*/
table.main {
	width:100%;
	border-style: none;
	border-width:	thin;
	border-color: #800080;
	padding: 0px;
	margin: 0px;
	}
	
/*-------------------------------------------------------------*/
/* Text Classes                                                */
/*-------------------------------------------------------------*/

td.p {	
	font-family: Georgia, Times New Roman, Times, serif;
	Font-Size:		12px;
	font-weight:    normal;
	Color:			#000000;
	text-align:     left;
	}
			
td.header1 {	
	font-family: Georgia, Times New Roman, Times, serif;
	Font-Size:		20px;
	font-weight:    bold;
	Color:          #800080;
	text-align:     left;
	}   
	
p.header2 {	
	font-family: Georgia, Times New Roman, Times, serif;
	Font-Size:		18px;
	font-weight:    bold;
	Color:          #800080;
	text-align:     left;
	}   

p.header3 {	
	font-family: Georgia, Times New Roman, Times, serif;
	Font-Size:		14px;
	font-weight:    bold;
	Color:          #800080;
	text-align:     left;
	}   
