/*    The Cirque Med Ed Stylesheet     */

/*-------------------------------------------------------------*/
/* Body Class                                                  */
/*-------------------------------------------------------------*/

body {	
	Font-Family: 		Verdana, Helvetica, Arial;
	Font-Size:		  	13px;
	Color:              #000000;
/*	Background-Color:	#c78054; */
	Background-Color:	#60798f;
	margin:				0 0 0 0; 
		}
		
/*-------------------------------------------------------------*/
/* Table Classes                                               */
/*-------------------------------------------------------------*/
table.main {
	width:100%;
	border-style: none;
	border-width:	thin;
	border-color: #c78054;
	padding: 0px;
	margin: 0px;
	}
	
table.content {
	border-style:none;
	border-width:thin;
	border-color:#ffffff;
	background-color:#ffffff;
	width:100%;
	}

td.col1 {
	width:20%;
	vertical-align:top;
	background-color: #60798f;
	border-color: #c78054;
	}

td.col2 {
	width:65%;
	vertical-align:top;
	background-color: #ffffff;
	border-color: #ffffff;
	}

td.col3 {
	width:15%;
	vertical-align:top;
	background-color: #60798f;
	border-color: #60798f;
	}

td.contentcol1 {
	width:1%;
	vertical-align:top;
	}

td.contentcol2 {
	width:98%;
	vertical-align:top;
	}

td.contentcol3 {
	width:1%;
	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:          #c78054;
	text-align:     left;
	}   
	
p.header2 {	
	Font-Family: 	Verdana, Helvetica, Arial;
	Font-Size:		18px;
	font-weight:    bold;
	Color:          #c78054;
	text-align:     left;
	}   

p.header3 {	
	Font-Family: 	Verdana, Helvetica, Arial;
	Font-Size:		14px;
	font-weight:    bold;
	Color:          #c78054;
	text-align:     left;
	}   

/*-------------------------------------------------------------*/
/* Link Classes                                              */
/*-------------------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #c78054;
}
a:visited {
	text-decoration: none;
	color: #c78054;
}
a:hover {
	text-decoration: none;
	color: #fbd19f;
}
a:active {
	text-decoration: none;
}

li {	
	Font-Family: 	Verdana, Helvetica, Arial;
	Font-Size:		12px;
	font-weight:    normal;
	Color:          #000000;
	padding:5px 5px 5px 5px;
	text-align:     left;
	}
	
.style1 {font-size: 9px}
.style2 {font-size: 10px}
.style3 {font-size: 10px; font-weight: bold; }