BODY {
    background-color: #95af4e;
    SCROLLBAR-BASE-COLOR: #A7BACD;
    SCROLLBAR-ARROW-COLOR: #000000;
}


.pagebgnd{
	background-color: #95af4e;
	BORDER-COLLAPSE: collapse;
	bordercolor=#111111; 
	cellspacing: 0; 
	cellpadding: 6; 
	width: 100%;
	border: 0px
}

.formbutton {
    border: 1px solid #006699;
    background-color: #DEEEFF;
    color: #000000;
    font-family: Verdana;
    font-size: 12px;
}

.forminput {
    border: 1px solid #006699;
    background-color: #DEEEFF;
    color: #000000;
    font-family: Verdana;
    font-size: 12px;
}

.forminput1 {
    border: 1px solid #006699;
    background-color: #0a1321;
    color: #000000;
    font-family: Verdana;
    font-size: 12px;
}

.tablebutton
{
    border: 1px solid #006699;
    background-color: #9cc5e0;
}

.tablebuttonfont
{
    color: #000000;
    font-family: Verdana;
    font-size:12px; 
}

.table {
    border-top: 1px #006699 solid;
    border-right: 1px #006699 solid;

}

.tableheadercell {
    border-bottom: 1px #006699 solid;
    border-left: 1px #006699 solid;
    background-color: #6792BD;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffbf1d', endColorstr='#ffdd82', gradientType='0'); 
}

.categorycell {
    border-bottom: 1px #006699 solid;
    border-left: 1px #006699 solid;
    background-color: #84cfca;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#84cfca', endColorstr='#5c8fba', gradientType='0');
}

.tablecell1 {
    border-bottom: 1px #006699 solid;
    border-left: 1px #006699 solid;
    background-color: #e8eff9;
}

.tablecell2 {
    border-bottom: 1px #006699 solid;
    border-left: 1px #006699 solid;
    background-color: #f9f9d0;
}






.textsmall {
    font-family: Verdana;
    font-size:9px;
	font-style:italic;
    color: #333355;
}

.textlarge {
    font-family: Verdana;
    font-size:11px;
    color: #111155;
}

.textsubheading {
    font-family: Verdana;
    font-size:9px;
    color: #333355;
}

a:link,a:visited,a:active {
    font-weight:bold;
	text-decoration: none;
    color: #111144;
}

a:hover {
    text-decoration: underline;
    color: #555544;
}

.textheader {
    font-family: Verdana;
    font-size:10px;
    color: #000000;
}

.textheader a:link,.textheader a:visited,.textheader a:active {
    font-family: Verdana;
    font-size:10px;
    text-decoration: underline;
    color: #000000;
}

.textheader a:hover {
    font-family: Verdana;
    font-size:10px;
    text-decoration: underline;
    color: #000099;
}

.errortext {
    font-family: Verdana;
    font-size:10px;
    color: red;
}

.highlight {
    background: yellow;
    color: black;
}

.quote
{    
    color: #000000;
    border: 1px solid #006699;
    background: #B4C4D5; 
}
