body
{
    padding: 0;
    margin: 0;
    color: #000000;
}
br
{
    font-size: 10px;
}
.s
{
    font-family: Tahoma;
    font-size: 11px;
    color: #999898;
    text-decoration: none;
}
.s1
{
    font-family: Tahoma;
    font-size: 11px;
    color: #828281;
    text-decoration: none;
}
.s2
{
    font-family: Tahoma;
    font-size: 11px;
    color: #727272;
}
.green
{
    font-family: Tahoma;
    font-size: 11px;
    color: #72B21C;
}
.green1
{
    font-family: Tahoma;
    font-size: 11px;
    color: #72B21C;
    text-decoration: none;
}
.red
{
    font-family: Tahoma;
    font-size: 11px;
    color: #2C7F06;
}
.o
{
    font-family: Tahoma;
    font-size: 11px;
    color: #FFCC00;
}
.blue
{
    font-family: Tahoma;
    font-size: 11px;
    color: #6FA9B9;
}
.b
{
    font-family: Tahoma;
    font-size: 11px;
    color: #494949;
    text-decoration: none;
}
.b1
{
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}

.p1
{
    font-family: Tahoma;
    font-size: 12px;
    color: #828281;
    text-decoration: none;
}

.formtable
{
    width: 750;
    border: solid 1px black;
    font-family: Tahoma;
    background-color: Silver;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}
.innerformtable
{
    font-family: Tahoma;
    background-color: Silver;
    font-size: 11px;
    color: #333333;
}

.formtable td
{
    padding: 1px;
    background-color: Silver;
}
.formtable th
{
    padding: 3px;
    background-color: silver;
}
.formtablesubmit
{
    width: 750;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
}
.insideformtable
{
    font-family: Tahoma;
    background-color: Silver;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}
.insideformtable th
{
    font-family: Tahoma;
    border-bottom: solid 1px gray;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}
.insideformtable td.chart
{
    border: solid 1px gray;
    padding: 2px;
}

.chkb1
{
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}


.b2
{
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
}

.w, .w a:link, .w a:visited, .w a:active, .w a:hover
{
    font-family: Tahoma;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}

.lightboxlink
{
    font-size: 14px;
    font-weight: bold;
     color:Blue;
    text-decoration: none;
}
.lightboxlink:hover
{
    text-decoration: underline;
}


a:link, a:visited, a:active
{
    text-decoration: none;
    color: #72A2AF;
}

a:hover
{
    text-decoration: none;
    color: #A2D13F;
}

h4
{
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1em;
}

#input
{
    width: 160px;
    height: 21px;
}

#input1
{
    width: 134px;
    height: 21px;
}

#textarea
{
    width: 102px;
    height: 48px;
    border-width: 1px;
    border-style: solid;
    border: none;
    background-color: #F0EAE3;
    overflow: auto;
}

.inputtable
{
    background-color: #BAD1D8;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.inputtable .header
{
    text-align: right;
    background-color: #B0B0B0;
    padding: 2px 2px 2px 2px;
}

.inputtable td
{
    padding: 2px 2px 2px 2px;
}

.inputtable .command
{
    text-align: right;
    border-top: 1px solid #B0B0B0;
}

.smallheader
{
    background: url(../images/smallheader.gif) no-repeat;
    width: 766px;
}

.smallheader ul
{
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 310;
}

.smallheader li
{
    font-family: Tahoma;
    font-size: 14px;
    display: inline;
    padding-left: 5px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

