body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.rightBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #00804E;
	font-weight: bold;
	
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.majorheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.oddRow {
	background-color: #CCCCCC;
}
.majorheadingGRN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #00804E;

}
.majorheadingBLU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	background-color: #000066;
	color: #ffffff;

}
.srchHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #00804E;
}
.srchLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.defaultLarger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}
.productTblHead {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	background-color: #00804E;
}
.tblBorder {
	border: 1px solid #999999;

}
.productMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #003399;


}
.productOddRow {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: 00804E;


}
.productHeading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #00804E;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.productMenuNew {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
.biggestbold
{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 18pt; 
	color: #000066
}

.bigbolditalic
{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 16pt; 
	font-style: italic; 
	color: #000000
}

.bolditalic
{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12pt; 
	font-style: italic; 
	color: #000000
}
.boldblueitalic
{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12pt; 
	font-style: italic; 
	color: #000066
}
.bigbold
{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 16pt; 
	color: #000000
}

.whitebigbold
{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14pt; 
	color: #ffffff
}

.medbold
{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12pt; 
	color: #000000
}

.redbold
{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 10pt; 
	color: #ff0000
}

.bold
{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 10pt; 
	color: #000066
}

A:link
{
    FONT-WEIGHT: bold;
    COLOR: #000066;
    TEXT-DECORATION: none
}
A:active
{
    FONT-WEIGHT: bold;
    COLOR: #000066;
    TEXT-DECORATION: none
}
A:visited
{
    FONT-WEIGHT: bold;
    COLOR: #000066;
    TEXT-DECORATION: none
}
A:hover
{
    FONT-WEIGHT: bold;
    color: #00804E;
    TEXT-DECORATION: underline
}

A.red:link
{
    FONT-WEIGHT: bold;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}
A.red:active
{
    FONT-WEIGHT: bold;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}
A.red:visited
{
    FONT-WEIGHT: bold;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}
A.red:hover
{
    FONT-WEIGHT: bold;
    color: #00804E;
    TEXT-DECORATION: underline
}

A.reditalics:link
{
    FONT-WEIGHT: bold;
    FONT-STYLE: italic;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}
A.reditalics:active
{
    FONT-WEIGHT: bold;
    FONT-STYLE: italic;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}
A.reditalics:visited
{
    FONT-WEIGHT: bold;
    FONT-STYLE: italic;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}
A.reditalics:hover
{
    FONT-WEIGHT: bold;
    FONT-STYLE: italic;
    color: #00804E;
    TEXT-DECORATION: underline
}

A.bigpurple:link
{
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
    COLOR: #a032f3;
    TEXT-DECORATION: none
}
A.bigpurple:active
{
    FONT-WEIGHT: bold;
    COLOR: #a032f3;
    TEXT-DECORATION: none
}
A.bigpurple:visited
{
    FONT-WEIGHT: bold;
    COLOR: #a032f3;
    TEXT-DECORATION: none
}
A.bigpurple:hover
{
    FONT-WEIGHT: bold;
    color: #a032f3;
    TEXT-DECORATION: underline
}

A.bigred:link
{
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}
A.bigred:active
{
    FONT-WEIGHT: bold;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}
A.bigred:visited
{
    FONT-WEIGHT: bold;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}
A.bigred:hover
{
    FONT-WEIGHT: bold;
    color: #00804E;
    TEXT-DECORATION: underline
}

A.small:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #000066;
    TEXT-DECORATION: none
}
A.small:active
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #000066;
    <!--BACKGROUND-COLOR: white;-->
    TEXT-DECORATION: none
}
A.small:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #000066;
    TEXT-DECORATION: none
}
A.small:hover
{
    FONT-SIZE: 8pt;
    color: #00804E;
    TEXT-DECORATION: underline
}

A.smallnormal:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000066;
}
A.smallnormal:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000066;
}
A.smallnormal:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000066;
}
A.smallnormal:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    color: #00804E;
}

A.bigbold:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #000000;
    TEXT-DECORATION: none
}
A.bigbold:active
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #000000;
    TEXT-DECORATION: none
}
A.bigbold:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #000000;
    TEXT-DECORATION: none
}
A.bigbold:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    color: #00804E;
    TEXT-DECORATION: underline
}

A.menu:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    TEXT-DECORATION: none
}
A.menu:active
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    TEXT-DECORATION: none
}
A.menu:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    TEXT-DECORATION: none
}
A.menu:hover
{
    FONT-SIZE: 10pt;
    color: #000000;
    TEXT-DECORATION: underline
}
.small
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
}

.smallbold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
}

.smallitalics
{
    FONT-STYLE: italic;
    FONT-SIZE: 10pt;
}

img.bordr { border: 10px solid white; }
.footer {font-family: arial,helvetica; font-size: 8pt; }

a.myimage:hover{ background-color:white; }
a.myimage:link img, a:visited img{ border:1px solid #fff; }
a.myimage:hover img{ border-bottom:1px solid #000; }
IMG.myimage {border:1px solid #fff;}
IMG.myimage:hover {border-bottom:1px solid #7e27bf;}


A.bigredbold:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18pt;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}
A.bigredbold:active
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18pt;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}
A.bigredbold:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18pt;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}
A.bigredbold:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18pt;
    color: #00804E;
    TEXT-DECORATION: underline
}
