H1
{
    font-size: 14px;
    color: #99FF00;
    font-weight: bold;
}


H2
{
    font-size: 8pt;
    color: #999966;
    font-weight: bold;
}

H3
{
    font-size: 8pt;
    color: #99FF00;
    font-weight: bold;
}

H4
{
    font-size: 8pt;
    color: #999966;
    font-weight: normal;
}

H5
{
    font-size: 8pt;
    color: #99FF00;
    font-weight: normal;
}

H6
{
    font-size: 8pt;
    color: #FFFFFF;
    font-weight: normal;
}

table.textinset1 
{

}

table.textinset1 td
{
	padding: 5;
}

table.textinset2 
{
	width: 300px;
	border: 0 solid #000000; 
}
table.textinset2 td
{
	padding: 3;
}

.buttonpic 
{
	margin: 1 1 5 5;
/*	border: 1 solid #999966;	*/
}
.maxpic 
{
/*	border: 1 solid #999966;	*/
}

.line1
{
	visibility: hidden;
}

.line2
{
	color: #000000;
	height: 1px;
	text-align: left;
}

/* -------------------------------------------------------------------------------------------------------- */
/* editor elements ---------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */

TABLE.sitedefault
{
	border-collapse: collapse;
	border-left: solid 1 #C0C0C0;
	border-top: solid 1 #C0C0C0;
	padding: 2px;
}

TH.sitedefault
{
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-right: solid 1 #C0C0C0;
	border-bottom: solid 1 #C0C0C0;
	background-color: #F5F5F5;
	padding: 3px;
	text-align: left;
}

TD.sitedefault
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #C0C0C0 font:normal;
	border-right: solid 1 #C0C0C0;
	border-bottom: solid 1 #C0C0C0;
	background-color: #FFFFFF;
	padding: 3px;
}

.inlineimage
{
	padding: 4 4 4 4;
}
/* -------------------------------------------------------------------------------------------------------- */
/* admin interface ---------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
TABLE.formborder
{
	width: 100%;
	border-collapse: collapse;
	border: solid 1 #999999;
	background-color: #FFFFFF;
	padding: 2px;
}

TH.formborder
{
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	padding: 3px;
	background-color: #CCCCCC;
	border-bottom: 1 solid #999999;
}

TD.formborder
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	font: normal;
	padding: 3px;
	border-bottom: 1 solid #FFFFFF;
}

/* -------------------------------------------------------------------------------------------------------- */
/* system components -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
.logoff
{
	color: #FFFFFF;
	text-decoration: none;
}
.more
{
	color: #999966;
	text-decoration: none;
}
.moretitle
{
	color: #99FF00;
	text-decoration: none;
}
/* ---------------------------BREADCRUMBS------------------------------ */
.breadcrumbs
{
	color: #999966;
	text-decoration: none;
	font-size: 8pt;
}

.breadcrumbsUrhere
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
}

a.breadcrumbs
{
	color: #999966;
	text-decoration: none;
	font-size: 8pt;
}
a.breadcrumbs:hover
{
	color: #999966;
	text-decoration: underline;
	font-size: 8pt;
}
/* ---------------------------FOOTER------------------------------ */
.footer
{
	color: #999966;
	font-weight: normal;
}
a.footer
{
	color: #999966;
	font-weight: normal;
	text-decoration: none;
}

a.footer:hover
{
	color: #999966;
	font-weight: normal;
	text-decoration: underline;
}
/* ---------------------------MAIN PAGE TITLE------------------------------ */
.pagetitle
{
	font-family: Arial, helvetica, verdana;
	color: #FFFFFF;
	font-size: 20px;
}
/* --------------------------FORMS & BUTTONS------------------------------- */
.myselect, .mytextarea, select, .mycheckbox, .mylabel
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #FFFFFF;
}
.myinput
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #1F1F14;
	border: 1px solid #999966;
}
.myselect
{
	color: #FFFFFF;
	background-color: #1F1F14;
	border: 1px solid #999966;
}
.mybutton
{
	color: #FFFFFF;
	background-color: #1F1F14;
	border: 1px solid #999966;
}
.mytextarea
{
	color: #FFFFFF;
	background-color: #1F1F14;
	border-bottom: 1 solid #999966;
}
.mycheckbox
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	background-color: #1F1F14;
}
select
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	background-color: #1F1F14;
}
input
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
}


/* -------------------------------------------------------------------------------------------------------- */
/* styles ------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */

/* --------------------------GENERAL FORMATTING------------------------------- */
/* hyperlink style for content part */
.content a:link
{
	text-decoration: none;
	color: #99FF00;
}
.content a:visited
{
	text-decoration: none;
	color: #99FF00;
}
.content a:active
{
	text-decoration: none;
	color: #99FF00;
}
.content a:hover
{
	text-decoration: underline;
	color: #99FF00;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

