.styledInput
{
    border: solid 1px #707070;
    COLOR: #347056;
    FONT-SIZE: 10pt;
    font-weight: bold;
    FONT-FAMILY: Tahoma, Verdana, Arial;
    BACKGROUND-COLOR: #E5E5E5;
}

a.styledLink
{
	COLOR: #347056;
}
.styledText
{
	COLOR: #347056;
}

.styledInputBtn
{
    border: solid 1px #000000;
    color: White;
    font-size: 10pt;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial;
    height: 20px;
    background-color: #347056;
    cursor: pointer;
}
.tableHeaderDark
{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #347056;
	text-align: center;
	border: thin none;
}

