/* ******************************
 * Main StyleSheet control file *
 ********************************
*/


/**********************************************************
 * Universal Controls                                     *
 **********************************************************
*/


/* *********************** link controls **************************** */

/* *********** link control ************** */

/* default link color */
A:link {
	color: #000;
	text-decoration: none;
	font-family: Calibri;
	/*font-weight: bold*/ }
/* visited link color */
A:visited {
	color: #000;
	text-decoration: none;
	font-family: Calibri;
	/*font-weight: bold*/}
/* current selected link highlight color */
A:active {
	color: #000;
	text-decoration: none;
	font-family: Calibri;
	/*font-weight: bold*/}
/* link hover color */
/* 	*/
A:hover { color: #C00000; 
 	/*font-style: italic;*/
	/*font-weight: bold;*/
	/*font-size: 90%;*/
	text-decoration: none;
	font-family: Calibri;
	/*font-weight: bold*/ }

/* ********** sub-header bar color and text ****************** */
TD.subheader { background: #FFA21D;
			color: #3300CC;
			font-weight: bold;
			font-size: 120%;
			font-style: italic;
			font-family: Calibri; }

/* ********** sub-header bar color w/ smaller text ****************** */
TD.subheader_small { background: #FFA21D;
			color: #3300CC;
			font-weight: bold;
			font-size: 80%;
			font-style: italic;
			font-family: Calibri; }


/* ************ general text controls ***************** */

/* ***normal text*** */
/* normally, set the CLASS value in the 
   <BODY> tag to this so that every piece of
   text on the page will be defaulted to this 
   style
*/
.text {
	color: #000;
	text-decoration: none;
	font-family: Calibri;
	font-weight: normal;
	font-variant: none;
	font-style: none;
	font-size: 25px;
	 }

/* bold and underscore */
.boldundertext { color: #000000;
	text-decoration: underline;
	font-family: Calibri;
	font-weight: bold;
	font-variant: none;
	font-style: none; }

/* bold underscore and italics */
.boldunderitalictext { color: #000000;
	text-decoration: underline;
	font-family: Calibri;
	font-weight: bold;
	font-variant: none;
	font-style: italic; }

/* bold with italics */
.bolditalictext { color: #000000;
	text-decoration: none;
	font-family: Calibri;
	font-weight: bold;
	font-variant: none;
	font-style: italic; }

/* italics with underscore */
.underitalictext { color: #000000;
	text-decoration: underline;
	font-family: Calibri;
	font-weight: normal;
	font-variant: none;
	font-style: italic; }

/* underscored text */
.underlinetext { color: #000000;
	text-decoration: underline;
	font-family: Calibri;
	font-weight: normal;
	font-variant: none;
	font-style: none; }

/* italics */
.italictext { color: #000000;
	text-decoration: none;
	font-family: Calibri;
	font-weight: normal;
	font-variant: none;
	font-style: italic; }

/* bold text */
.boldtext { color: #000000;
	text-decoration: none;
	font-family: Calibri;
	font-weight: bold;
	font-variant: none;
	font-style: none; }

/* smaller text */
.smalltext { color: #000000;
	text-decoration: none;
	font-family: Calibri;
	font-weight: normal;
	font-variant: none;
	font-style: none; 
	font-size: 70%; }

/* larger text */
.largetext { color: #000000;
	text-decoration: none;
	font-family: Calibri;
	font-weight: normal;
	font-variant: none;
	font-style: none; 
	font-size: 120%; }

/* don't really need to use this ever */
.listtext { color: #000000;
	text-decoration: none;
	font-family: Calibri;
	font-weight: normal;
	font-variant: none;
	font-style: none; 
	font-size: 85%; }


/* ************* horizontal line color ******************* */
TD.hrule { background: #FFA21D }


/* ************* general image control *************** */

/* ************* general tables ***************** */

.table2col_even { width: 50%; }			




/**********************************************************
 * Page specific controls                                 *
 * - these may or may not override universal controls so  *
 *   be careful with scope.                               *
 * - label each page's section clearly with a header like *
 *   this one.                                            *
 **********************************************************
*/


/* ******************** tutorial / documentation pages **************************** */

IMG.specific { border: thin solid #000000; }
