BODY  {
	font-family : Arial;
	font-size : small;
	font-weight : medium;
	font-style : normal;
	color : 000000;
	text-align : left;
	background-color : White;
	background-repeat : no-repeat;
	background-position : left;
}
.text  {
	font-family : Verdana;
	font-weight : bold;
	font-size : 10pt;
	color: black;
}
.tabtext  {
	font-family : Tahoma;
	font-weight : normal;
	font-size : 8pt;
	color: black;
}
.tabheadtext  {
	font-family : Tahoma;
	font-weight : bold;
	font-size : 8pt;
	color: black;
}
.tabheadtextI  {
	font-family : Tahoma;
	font-weight : normal;
	font-size : 8pt;
	color: Navy;
	font-style : italic;
}
.smalltext  {
	font-family : Verdana;
	font-weight : bold;
	font-size : 8pt;
	color: Aqua;
}
.smalltabtext  {
	font-family : Verdana;
	font-weight : bold;
	font-size : 8pt;
	color: #4682B4;
}
.tinytext  {
	font-family : Verdana;
	font-weight : bold;
	font-size : 6pt;
	color: #007FFF;
}
.verytinytext  {
	font-family : Verdana;
	font-weight : bold;
	font-size : 4pt;
	color: #007FFF;
}
.headtext  {
	font-family : Georgia;
	font-weight: bold;
	color: #107FFF;
	font-size : 13pt;
	font-style : italic;
}
.bigheadtext  {
	font-family : Tahoma;
	font-weight : bold;
	font-size : 13pt;
	color: #001FFF;
}
.subheadtext  {
	font-family : Tahoma;
	font-weight : normal;
	font-size : 11pt;
	color: #007FFF;
}
.thumbtext  {
	font-family : Verdana;
	font-weight : bold;
	font-size : 8pt;
	color: #00BFFF;
}
.button  {
	border-style : outset;
	border-width : 1pt;
	font-family : Arial;
	font-weight : bold;
	font-size : 10pt;
	width: 500px;
	background-color : 20b5ef;
	border-color : 00ffff;
	color : Navy;
}
.buttonmain  {
	border-style : outset;
	border-width : 0;
	font-family : Arial;
	font-weight : bold;
	font-size : 10pt;
	width: 500px;
	border-color : Transparent;
	color : Blue;
	background : transparent;
}
H3  {
	font-size : 24pt;
	font-family : Tahoma;
	font-weight : bold;
	color : 1055cc;
	font-style : italic;
	line-height : 12pt;
	margin-bottom : 2pt;
	margin-top : 8pt;
}
A  {
	color : #00BFFF;
	font-weight : bold;
	text-decoration : none;
	border-width : 0;
	border-style : outset;
	margin : 2;
}
A:Visited  {
	color : #00CD9D;
	font-weight : bold;
	text-decoration : none;
	border-width : 0;
	border-style : outset;
}
A:Active  {
	color : #800000;
	font-weight : bold;
	text-decoration : none;
	border-width : 0;
	border-style : inset;
}
A:Hover  {
	color : Navy;
	font-weight : bold;
	text-decoration : underline;
	border-width : 0;
	border-style : inset;
}

/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

.m0l0i {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	border : 1px solid #4470c0;
	padding: 1px;
}
.m0l0o {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 1px;
}
.m0l1i {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 1px;
}
.m0l1o {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 1px;
}
.m0l2i {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 1px;
}
.m0l2o {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 1px;
}
