/* Cascading Style Sheet, Level 1 */
/* Add the following command in the <HEAD> section of your HTML file *//* <LINK REL=STYLESHEET TYPE="text/css" HREF="style.css"> */

body  {
	font-family: Verdana, Heletica, Arial, Sans-Serif;
	background: black;
	margin: 0 5px;
}
p, li, td {
        color: white;
        font-family: Arial,Helvetica,Geneva;
		font-size: 10pt;
}
.center {
	text-align:center;
}

pre {
        margin-top: -15pt;
}

pre.indent {
        margin-top: -6pt;
}

caption {
        color: #DDD;
        font-family: Arial,Helvetica,Geneva, Sans-Serif;
        font-size: 9pt;
        font-weight: bold;
}

dt {
        color: #EEE;
        font-family: Arial,Helvetica,Geneva, Sans-Serif;
        font-size: 10pt;
}

th {
        color: #EEE;
        font-family: Arial,Helvetica,Geneva, Sans-Serif;
        font-size: 14pt;
        font-weight: bold;
}


a:link    { 
	color:wheat ; 
	font-family : Verdana,Helvetica, Arial, Sans-Serif; 
	text-decoration: none;
	}
a:active  { 
	color: red; 
	}
 a:visited  { 	
 	color: silver; 	
	}
a:hover   { 
	color: cyan ; 
}


.textTrans {
	background-color: black;
    font-family: Verdana,Helvetica,Geneva, Sans-Serif;
	text-decoration:none; 
    padding: 1px 1px 1px 1px;
	width:104px; 
	filter:blendTrans(duration=1) 
}

a.textTrans:link { 
	color:wheat ; 
    font-family: Verdana,Helvetica,Geneva, Sans-Serif;
	text-decoration:none;
}

table.contentArea {
	width:80%;
	border: 0;
	margin: 0 auto;
	padding: 2px;
}

/* big title italic  for serif */
#p1, #p1 A {color: #EEEEEE; font: italic 30px/1 "Times New Roman"  }
/* bold italic company names serif */
#p3, #p3 A {color: #DDD; font: italic 16px/1 "Times New Roman" }
/* Title italic   sans serif */
#p2, #p2 A {color: #DDDDDD; font: italic  30px/1 "verdana" }
/* bold italic Corporate /management  names serif */
#p4, #p4 A {color: gold; font: bold 18px/1 "arial" }
/* all gold  title italic  for serif */
#em, #em A {color: #E90; font: italic 25px/1 "Times New Roman"  }
/* note rgb hex required for some browsers like Opera */
/* page top gold titling should be h1 */

h1 {
        color:#E90;
        font-family: Tahoma, Arial,Helvetica,Geneva, Sans-Serif;
        font-size: 18pt;
        font-weight: bold
}

h1.blue {
	color: #03C;
}

/* Subtitle in smaller text gold.... assign that to h2 tag */

h2 {
        color:silver;
        font-family: Tahoma, Arial,Helvetica,Geneva, Sans-Serif;
        font-size: 14pt;
        font-weight: bold
}

h3 {
        color: #EEEEEE;
        font-family: Tahoma, Arial,Helvetica,Geneva, Sans-Serif;
        font-size: 13pt;
        font-weight: bold;
}
/* page top accentuated paragraphs only */
h4 {
        color: #eeee00;
        font-family: Tahoma, Arial,Helvetica,Geneva, Sans-Serif;
        font-size: 12pt;
        font-weight: bold;
}
/* standard body text should be h5 */
/*NOTE: THAT WAS OLD coding style, TRACY is phasing this out!!!*/
h5 {
        color: white;
        font-family: Arial,Helvetica,Geneva, Sans-Serif;
        font-size: 10pt;
		font-weight: normal;
}

h6 {
        color: silver;
        font-family: Arial,Helvetica,Geneva, Sans-Serif;
        font-size: 8pt;
		font-weight: normal;
}
em {
        color: #E90;
        font-family: Times New Roman,serif;
		font: italic;
        font-size: 11pt;
        font-weight: normal;
}

.quotables p{
	font-size: 11pt;
	color: white;
}
.quotables .src {
	font-style: italic;
	font-weight: bold;
}

#homeNavLeft, #homeNavLeft p {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	margin:0;
	margin-right: 0;
	padding:0;
	text-align: left;
}

#sidebar1NavLinks, #sidebar1NavLinks p {
	font-size: 8pt;
	font-weight: bold;
	margin:0;
	padding:0;
	text-align: left;
}


.noSpace {
	margin: 0;
	padding: 0;
}

p.center {
	text-align: center;
}

div.sponsors {
	border: 2px groove #900;
	margin: 2px;
	padding: 6px;
	text-align: left;
	background-color: #333;
}

.sponsors img {
	vertical-align: middle;
	padding: 6px;
}

.sponsors p {
	margin: 6px 6px 6px 30px;
}
