
<style type="text/css">
__________________________________________________________________________________________________________________________________________________________________________________________________________________________________ */
/* BODY */


body {
	background-color: #ffffff;							/* force white bg */
}

/*body  {*/
/*    	background-image: url("blueback.jpg");*/
/*    	background-color: #ffffff;*/							/* optional fallback or use alone */
/*}

__________________________________________________________________________________________________________________________________________________________________________________________________________________________________ */
/* HEADER */


h2.blue_header_center {									/* this will be the standard header aligned to center */
	font-family: Arial, Helvetica, sans-serif;					/*	<h2 class = blue_header_center>	  XXXX	</h2>	*/
    	color: #0775ED;
    	text-align: center;
}


h2.blue_header_left {									/* this will be the standard header aligned to left */
	font-family: Arial, Helvetica, sans-serif;					/*	<h2 class = blue_header_left>	 XXXX	</h2>	*/
    	color: #0775ED;
    	text-align: left;
    	margin-top: 23px;								/* 0 removes default top padding on header, 10 too big, other numbers do not work unless px included */
    	margin-bottom: 5px;								/* removes default bottom padding on header */
    	/*padding:4px;*/								/* applies custom padding around header but this causes horizontal offset */   	
}

__________________________________________________________________________________________________________________________________________________________________________________________________________________________________ */

/* IMAGE */

img {
	border-style: none;								/* removes border from all images */
}


img {
 	display:inline;									/* overcomes default, displays images horizontally inline */
}

__________________________________________________________________________________________________________________________________________________________________________________________________________________________________ */
/* LINK */


a:link {										/* unvisited link */
   	 color: #3333FF;
   	 font-family: Arial, Helvetica, sans-serif;
}

a:visited {										/* visited link */
    	color: #B22400;
    	font-family: Arial, Helvetica, sans-serif;
}

__________________________________________________________________________________________________________________________________________________________________________________________________________________________________ */
/* MARK */




mark.Aw {										/* Arial white normal */
	font-weight: normal;								/* 	<mark class="Aw">	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: none;
}

mark.Ablue {										/* Arial blue */
	font-weight: normal;								/* 	<mark class="Ablue">	*/
	font-family: Arial, Helvetica, sans-serif;
	color: #0775ED;
	background: none;
}

mark.Abblue {										/* Arial bold blue */
	font-weight: bold;								/* 	<mark class="Abblue">	*/
	font-family: Arial, Helvetica, sans-serif;
	color: #0775ED;
	background: none;
}

mark.Abred {										/* Arial bold red */
	font-weight: bold;								/* 	<mark class="Abred">	*/
	font-family: Arial, Helvetica, sans-serif;
	color: #fa0000;
	background: none;
}


mark.TNRb {										/* Times New Roman bold */
	font-weight: bold;								/*	<mark class="TNRb">	text	</mark>	*/
	font-family: "Times New Roman", Times, serif;
	background: none;
}


mark.TNRbi {										/* Times New Roman bold italic */
	font-weight: bold;								/*	<mark class="TNRbi">	text	</mark>	*/
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	background: none;
}

mark.TNRblue {										/* Times New Roman blue */
	font-weight: normal;								/*	<mark class="TNRblue">text</mark>	*/
	font-family: "Times New Roman", Times, serif;
	color:#0775ED;
	background: none;
}

mark.TNRbblue {										/* Times New Roman bold blue */
	font-weight: bold;								/*	<mark class="TNRbblue">	text	</mark>	*/
	font-family: "Times New Roman", Times, serif;
	color:#0775ED;
	background: none;
	
}

mark.AblackN {										/* Arial black normal */
	font-weight: normal;								/* 	<mark class="AblackN">	*/
	font-family: Arial, Helvetica, sans-serif;
	background: none;								/* lower down on list = higher priority	*/
}

mark.Abblack {										/* Arial bold black */
	font-weight: bold;								/* 	<mark class="Abblack">	*/
	font-family: Arial, Helvetica, sans-serif;
	background: none;
}

mark.AblackN12 {									/* Arial black normal 12px */
	font-weight: normal;								/* 	<mark class="AblackN12">	*/
	font-family: Arial, Helvetica, sans-serif;					/* lower down in list = definitly higher priority */
	background: none;
	font-size: 12px;
}

mark.AblackN14 {									/* Arial black normal 14px */
	font-weight: normal;								/* 	<mark class="AblackN14">	*/
	font-family: Arial, Helvetica, sans-serif;					/* lower down in list = definitly higher priority */
	background: none;
	font-size: 14px;
}


mark.AblackN16 {									/* Arial black normal 16px */
	font-weight: normal;								/* 	<mark class="AblackN16">	*/
	font-family: Arial, Helvetica, sans-serif;					/* lower down in list = definitly higher priority */
	background: none;
	font-size: 16px;
}

mark.AblackB16 {									/* Arial black normal 16px */
	font-weight: bold;								/* 	<mark class="AblackB16">	*/
	font-family: Arial, Helvetica, sans-serif;					/* lower down in list = definitly higher priority */
	background: none;
	font-size: 16px;
}

mark.Abs {										/* Arial blue small */
	font-weight: normal;								/* used for board textbox labels */
	font-family: Arial, Helvetica, sans-serif;					/* 	<mark class="Abs">	*/
	background: none;								
	font-size: 10px;								
	color: #0775ED;
}
__________________________________________________________________________________________________________________________________________________________________________________________________________________________________ */
/* PARAGRAPH */


p.blue_header {										/* call a class like this: <p class="board_title"> */
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 17px;
    	color: #0775ED;
	font-weight: bold;
}


p.ab {											/* ab = my acronymn for arial bold */
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 17px;
    	color: black;
	font-weight: bold;
}


p.an {											/* an = my acronymn for arial normal */
    	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    	color: black;
	font-weight: normal;
}

p.board_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #0775ED;
	font-weight: bold;
}
__________________________________________________________________________________________________________________________________________________________________________________________________________________________________ */

/* TABLE */


/*td {*/
/*    	vertical-align: top;*/								/* <td style="vertical-align:middle"> USE THIS INSTEAD with top or middle</td> */
/*}*/


.centered-cell {									/* centers text in specific cells. add class to <td class="centered-cell"> */
 	text-align: center;
}


.pl_table td {										/* pl=page layout, <table class = "pl_table">		    */
    	padding:10px;									/* That way they don't get controlled by a global class */
    	/*border-collapse: collapse;*/							/* put before 1px solid black or else border will be invisible, also not obeying remotely */
	/*border: 1px solid black */							/* un-comment for border */
}


.no_pad_table td {									/* np = no padding */
    	padding:0px;
}


table.center {										/* need to add text-align:center; to body class for MSIE 5.5+ */
    	margin-left:auto; 
    	margin-right:auto;
}


.min_column {										/* overcomes wide table cells, rest of cell widths follow suit */ 
width: 1px; 										/*   <td class="min_column">   */ 
}

table.custom th, table.custom td {							/* used for light blue background and Arial font tables i.e. systems_of_measurement.htm */ 
  font-family: Arial, Helvetica, sans-serif;
  background : #e6faff; color : #000000;
}

table.custom2 {										/* used in combination with above custom table */ 
    border-collapse: collapse;
    border: 1px solid black
}

table.custom3 th, table.custom3 td {							/* used for Arial font tables  */
  font-family: Arial, Helvetica, sans-serif;
}


table.b10 {										/* 3D border effect for table */
	border-style:outset;border-width: 10px;						/* had to add inline style as well */
}
_________________________________________________________________________________________________________________________________________________________________________________________________________________________________ */
/* UNORDERED LIST */


/*.solid_circle_Ab li {	*/								/* changes font of ul or ol list itms */
/*    list-style: disc;	*/								/*	<ul class = "solid_circle_Ab">	*/
/*    font-family: Arial, Helvetica, sans-serif;*/					/* thought I had it working but it stopped, don't bother with this, eliminate the ul style from page tops and just style li's inline
											/* like so: <li><mark class="An"> Back Seated.</mark>*/
/*    font-weight: bold;*/
/*}

________________________________________________________________________________________________________________________________________________________________________________________________________________________________ */

</style>