:link:focus, :visited:focus {
	-moz-outline: 0px;
}

body, table, tr, td {
    font-family: Arial;
    font-size: 11px;
    color: #f9f9f9;
}

A {
	color: #4b853e;
	text-decoration: none;
}

A:hover {
    color: #4b853e;
	text-decoration: underline;
}

.HeaderText {
    font-family: Arial;
    font-size: 22px;
    color: #4b853e;
    text-decoration: none;
}

.lnkMenu {
    color: #ffffff;    
    text-decoration: none;
}

.lnkMenu:hover {
    color: #ffffff;
    text-decoration: underline;
}

.FooterText {
    font-family: Arial;
    font-size: 12px;
    color: #4b853e;
    text-decoration: none;
}

.FooterText:hover {
    font-family: Arial;
    font-size: 12px;
    color: #4b853e;
    text-decoration: underline;
}



.frmTextbox {
    font-size: 11px;
    height: 18px;
    color: #000000;
    border-width: 1pt;
    border-color: #CCCCCC;
    border-style: Solid;
    background-color: #FFFFFF;
}

.frmButton {
    font-size: 11px;
    color: #000000;
    border-width: 1pt;
    border-color: #000000;
    border-style: Solid;
    background-color: #CCCCCC;
}


