/*    The Cirque Med Ed Stylesheet     */

/*-------------------------------------------------------------*/
/* Body Class                                                  */
/*-------------------------------------------------------------*/

body {	
	Font-Family: 		Verdana, Helvetica, Arial;
	Font-Size:		  	13px;
	Color:              #000000;
	Background-Color:	#000000;
	margin:				0 0 0 0; 
		}
		
/*-------------------------------------------------------------*/
/* Table Classes                                               */
/*-------------------------------------------------------------*/
table.main {
	width:100%;
	border-style: none;
	border-width:	thin;
	border-color: #000000;
	padding: 0px;
	margin: 0px;
	}
	
table.content {
	border-style:none;
	border-width:thin;
	border-color:#013366;
	background-color:#70cdf3;
	width:100%;
	}

td.col1 {
	width:20%;
	vertical-align:top;
	background-color: #000000;
	border-color: #000000;
	}

td.col2 {
	width:65%;
	vertical-align:top;
	background-color: #000000;
	border-color: #000000;
	}

td.contentcol1 {
	width:1%;
	vertical-align:top;
	}

td.contentcol2 {
	width:98%;
	vertical-align:top;
	}

/*-------------------------------------------------------------*/
/* Text Classes                                                */
/*-------------------------------------------------------------*/

p {	
	Font-Family: 	Verdana, Helvetica, Arial;
	Font-Size:		12px;
	font-weight:    normal;
	Color:			#000000;
	text-align:     left;
	}
			
p.header1 {	
	Font-Family: 	Verdana, Helvetica, Arial;
	Font-Size:		20px;
	font-weight:    bold;
	Color:          #475eaa;
	text-align:     center;
	}   
	
p.header2 {	
	Font-Family: 	Verdana, Helvetica, Arial;
	Font-Size:		18px;
	font-weight:    bold;
	Color:          #475eaa;
	text-align:     left;
	}   

p.header3 {	
	Font-Family: 	Verdana, Helvetica, Arial;
	Font-Size:		14px;
	font-weight:    bold;
	Color:          #4a73b4;
	text-align:     left;
	}   
