BODY
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	background-color: white;
	margin: 0px 0px 0px 0px;
}

P
{
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 2px;
	padding-top: 2px;
}

INPUT
{
	background-color: transparent;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 2px;
	padding-top: 2px;
}

.dropdown
{
	border: solid 1px #999999;
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 12px;
}

.listbox
{
	border: solid 1px #999999;
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 12px;
}

.inputbox
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 12px;
	background-color : White;
	border: solid 1px #328F58;
}

.button
{
	border: solid 1px #D39548;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: normal;
	font-size: 12px;
	cursor: hand;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #EBCF14;
	background-color: #328F58;
}

TABLE.Header
{
	background-color: White;
	border: solid 1px #D39548;
	padding: 5px;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 0px;
}

TABLE.Content
{
	border-right: #D39548 1px solid;
	border-top: White 0px solid;
	font-size: 12px;
	border-left: #D39548 1px solid;
	border-bottom: #D39548 1px solid;
	background-color: White;
	width: 90%;
}

.BoxTable
{
	border: solid 1px #D39548;
	background-color: White;
	padding: 4px 4px 4px 4px;
}

.YellowHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	color: #EBCF14;
}

.BSFHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	color: #333333;
}

.DataB
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #333333;
}

.Data
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: #333333;
}

.DataRed
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: #FF0000;
}

.BiggerText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	color: #333333;
}


TABLE.Footer
{
	border: 0px;
	padding: 5px 5px 5px 5px;
	width: 90%;
	background-color: #328F58;
}

.HeaderText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color: #333333;
}

.FooterText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	color: #EBCF14;
}

.YellowLine
{
	background-color: #D39548;
	height: 1px;
}

.Spacer2
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

TABLE.ImageTable
{
	padding: 2px 2px 2px 2px;
}

.ImageText
{
	font-weight: bold;
	font-size: 13px;
	color: #328F58;
}

.TabsBg {
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	background-color: #328F58;
    border-top: solid 1px #D39548;
    border-left: solid 1px #D39548;
    border-right: solid 1px #D39548;
    border-bottom: solid 1px #D39548;
}

.SelTabsBG {
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
    background-color: White;
    border-top: solid 1px #D39548;
    border-left: solid 1px #D39548;
    border-right: solid 1px #D39548;
    border-bottom: solid 1px White;
}

.LinkLight
{
    text-decoration:none;
    color: #EBCF14;
}

A.LinkLight:link    {
    text-decoration:    none;
    color: #EBCF14;
}
A.LinkLight:visited {
    text-decoration:    none;
    color: #EBCF14;
}
A.LinkLight:active  {
    text-decoration:    none;
    color: #EBCF14;
}
A.LinkLight:hover   {
    text-decoration:    underline;
    color: #FFE075;
}

.LinkDark
{
    text-decoration:none;
    color: Black;
}

A.LinkDark:link    {
    text-decoration:    none;
    color: #328F58;
}
A.LinkDark:visited {
    text-decoration:    none;
    color: #328F58;
}
A.LinkDark:active  {
    text-decoration:    none;
    color: #328F58;
}
A.LinkDark:hover   {
    text-decoration:    underline;
    color: #276D41;
}

.bottomline
{
    border-bottom: solid 1px #D39548;
}

.icon
{
	margin-left: 2px;
	margin-right: 2px;
	border-bottom-width: 0px;
}

UL LI
{	
	list-style-type: square ;
	font-size: 12px;
	color: #333333;
}