/* CSS1 index style sheet by Didi */


body
	{
	background-color: #000000;
	font-family:  Arial, Verdana, sans-serif;
	color: #66cc66;
	font-size: 8pt;
	font-weight: normal;
	}

	a  { text-decoration: none;}

a.greenlink { color: #66cc66;}
a.greenlink:hover { color: #ffff00;}

a.yellowlink { color: #ffff00;}
a.yellowlink:hover { color: #d74823;}


/*
---------------------------------------------------------------------
 MENU AND FOOTER
--------------------------------------------------------------------
*/

a.menulink 
	{ 
	color: #66cc66; 
	font-size: 8pt;
	background-color: #003300; 
	display: block; 
	text-align: left;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

a.menulink:visited { color: #669966; }
a.menulink:hover
		{
		color: #003300; 
		background-color: #66cc66; 
		}


.menucurrent
	{
	color: #003300;
	font-size: 8pt;
	background-color: #ffff00;
	display: block; 
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

.fbtext
	{
	color: #669966;
	font-size: 7pt;
	font-weight: normal;
	text-align: center;
	}

address
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #669966;
	font-size: 8pt;
	font-weight: normal;
	}

.pagehead
	{
	font-family: "Times New Roman", serif;
	font-weight: bold;
	color: #99cc99;
	font-size: 22pt;
	}

/* --------------------------------- */
/* WHITE-HATS CONTENT STYLES */
/* --------------------------------- */


.subhead
	{
	font-weight: bold;
	color: #ffff00;
	font-size: 11pt;
	text-align: center;
	}

.maintext
	{
	color: #006600;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
	}

.backgrounded
	{
	font-weight: bold;
	color: #66cc66;
	font-size: 13pt;
	background-color: #003300;
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;
	font-family: "Times New Roman", serif;
	}

.smalltext 
	{
	color: #006600;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	}



.list 
	{
	color: #ffff00;
	font-size: 10pt;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: square;
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 30px;	
	padding-right: 30px;
	}

li
	{
	margin-bottom: 8px;
	}
	
/* --------------------------------- */
/* WHITE-HATS TABLE STYLES */
/* --------------------------------- */

TABLE.paypal
	{
	background-color: #66cc66;
	}

TABLE.table
	{
	background-color: #000e06;
	}
	

td.tablehead
	{
	color: #66cc66;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background-color: #003300;
	}

.tablesubhead
	{
	font-size: 10pt;
	font-weight: normal;
	}

.tablemaintext 
	{
	color: #006600;
	font-size: 10pt;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	}

.sessiontitle
	{
	font-size: 12pt;
	font-weight: normal;
	color: #66cc66;
	}

.sessiondetails
	{
	font-size: 8pt;
	font-weight: normal;
	color: #006600;
	margin-right: 10px;
	}

.speaker
	{
	font-size: 10pt;
	font-weight: normal;
	color: #66cc66;
	}

.speakertitle
	{
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #66cc66;
	}

.hr
	{
	font-size: 2pt;
	border: #003300;
	background-color: #003300;
	color: #003300;
	}

.previousdate
	{
	color: #66cc66;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	background-color: #003300;
	}



