BODY
{
    line-height: 18px;
    font-size: 12px;
}

.td1 {

}

.td2 {
	background-color: #80CF50;
	}
	
a:visited
{
    font-size: 12px;
    text-decoration: none;
    color: dimgray;
}

a:hover
{
    text-decoration: underline;
    font-size: 12px;
    color: #cc00ff;
}

a:link {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.td3 a:hover
{
    left: 1px;
    color: #874b00;
    position: relative;
    top: 1px;
    text-decoration: none;
}

.td4 a:hover
{
    text-decoration: none;
    position: relative;
    top: 2px;
    color: black;
}
.td4 a:link
{
    
}


a.top:visited {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

a.top:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.top:link {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}



.buttom
{
    font-size: 12px;
    width: 60px;
    height: 18px;
    border-right: #6699ff 1px solid;
    border-top: #6699ff 1px solid;
    border-left: #6699ff 1px solid;
    border-bottom: #6699ff 1px solid;
    background-color: transparent;
    vertical-align: bottom;
    
}

.comment
{
    border-right: lightgrey 1px solid;
    border-top: lightgrey 1px solid;
    font-size: 12px;
    border-left: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
    height: 16px;
    background-position: 0% 0%;
    background-attachment: scroll;
    background-image: none;
    background-repeat: repeat;
}

.InputText
{
    border-right: #6699ff 1px solid;
    border-top: #6699ff 1px solid;
    font-size: 12px;
    background: aliceblue;
    border-left: #6699ff 1px solid;
    border-bottom: #6699ff 1px solid;
    height: 16px;
}

.filter2
{
    filter: DropShadow(Color=#dcdcdc, OffX=2, OffY=2, Positive=ture);
}