/* stylefaq.css


*/
/* MY OTHER style rules */

table.grid {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 600px;
	}

table.grid2 {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 450px;
	}
    
    
    
th {
	padding: 0 0.5em;
	text-align: left;
	}

tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	}

td.c1 {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	}

/*
* this wouuld mess the header table up forcing the first column to be 550px wide
td:first-child {
	width: 550px;
	}

*td +td must inherit from the first td element, I had to add additional selectors to first td element as below
td+td {
	border-left: 1px solid #CCC;
	text-align: center;
	}

   */ 

td.c2 {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	border-left: 1px solid #CCC;
	text-align: center;
	}

td.c3 {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	border-left: 1px solid #CCC;
	text-align: right;
    background-color: red;
    font-color: white;
    font-weight:bold
	}


h5 {font-family: Verdana; color: #005AA0}
h6 {font-family: Verdana; color: white}

/* Main Line Text.... Contact Us, About Us.... */ 
p.c1 {font-family: Tahoma, Arial, Helvetica, sans-serif; color: #0202cb; font-weight: bold; text-align: left}

p.c2 {font-family: Tahoma, Arial, Helvetica, sans-serif; color: #0202cb; font-weight: bold; text-align: center}

p.c3 {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 90%}

p.c4 {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 100%}


p.c8 {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 90%; text-align: right}

p.c9 {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 80%; text-align: left}

p.c7 {color: #000000; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; text-align: center}

li.c3 {list-style-type: square font-family: Tahoma, Arial, Helvetica, sans-serif} 

ul.l2 {list-style-type: square; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 100% }

/* <p align="center"><font face="Arial, Helvetica, sans-serif"><b><font size="3"> */

/* END MY OTHER style rules */
