a:link 				{ color: blue; text-decoration: none }
a:visited			{ color: blue; text-decoration: none }
a:hover 			{ color: #66ffcc; text-decoration: underline }
a:active 			{ color: blue; }

a.menu:link 		{ color: #ffcc66; text-decoration: none }
a.menu:visited		{ color: #ffcc66; text-decoration: none }
a.menu:hover 		{ color: #66ffcc; text-decoration: underline }
a.menu:active 		{ color: #ffcc66; }

 
TABLE.Main  {
	background-color : #000000;
}

TABLE.SubMain  {
	background-color : #663300;
}

TABLE.Content  {
	background-color : #FFFFFF;
	color: none;}
}

TD  {
	font-family : Verdana, Arial, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #003366;
	margin: 8px;
}

P  {
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #003366;
}

LI  {
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #003366;
}

H1			{
	font-family : Verdana, Arial, sans-serif;
	font-size : 15pt;
	font-weight : bold;
	color : #003366;
	text-align: center;
}

H2			{
	font-family : Verdana, Arial, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : 996633;
}

H3			{
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : 996633;
}

.TopMenu  {
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #ffcc66;	
}

.LargeText  {
	font-family : Verdana, Arial, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}

.ConfTitle  {
	font-family : Arial, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	padding-top: 8px;
}

.LinkBox	{ 
	font-family : Verdana, Arial, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-align: right;
	margin: 3px 0px 3px 0px; 
	padding: 4px 12px 4px 12px; 
	border: 1px solid; 
	border-color: #999999; 
	background-color: #996633; 
}

.Emphasis  {
	font-style : italic;
	text-align : center;
	color : #996666;
}

.Note  {
	font-size : 8pt;
	font-style : italic;
}

.SmallText  {
	font-size : 8pt;
}

BLOCKQUOTE  {
	font-style : italic;
}

