
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #4B453D;
	font-size: 12px;
}
a.top {
	color: #38342E;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	}
a.top:hover{
background-color:#D1D3BA;
}
A:active
{
    COLOR: black;
    TEXT-DECORATION: none
}
A:link
{
    COLOR: black;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: black;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR:black;
    TEXT-DECORATION: underline
}

.Normal
{
    font-size: 0.8em;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}
.WebSolutionBorder
{
    border: 1px #CCB499 solid; 
    background-color: #e9e9d3;
}
.WebSolutionHeader
{
    background-color: #CCB499;
    color: black;
    font-size: 0.7em;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
}
.WebSolutionFormControl
{
    font-size: 1.0em;
    font-family: Arial, Helvetica, sans-serif;
}
.WebSolutionErrorText
{
    color: red;
}
.WebSolutionQuote
{
    border-top: 1px #E5DACC solid; 
    border-bottom: 1px #E5DACC solid; 
}
TD.WebSolutionRow
{
    background-color: #D1D3BA;
}
TD.WebSolutionRowHighlight
{
    background-color: #E5DEC2;
}
.WebSolutionSmallerFont
{
    font-size: 0.85em;
}