
A.f:link, A.f:visited, A.f:active
{
	COLOR:  #0000cc;
    TEXT-DECORATION: none;
}
 

A.f:hover
{
    TEXT-DECORATION: underline;
}

td.bodytext {
  table-layout: fixed;
  overflow: hidden;
  font-size: 12px;
}


.Normal
{	
    font-size: 11px;
    color: black;
	line-height: 150%;
}
.WebSolutionBorder
{
    border: 1px #7694c8 solid; 
    background-color: #FFFFFF;
}
.WebSolutionHeader
{
    background-color: #7694c8;
    color: white;
    font-size: 14px;
    font-weight:bold;

}
.WebSolutionFormControl
{
    font-size: 10pt;

}

.WebSolutionErrorText
{
    color: red;
}
.WebSolutionQuote
{
    border-top: 1px #7694c8 solid; 
    border-bottom: 1px #7694c8 solid; 
}

  
TD.wsRow
{

	background-color: #eef3fb;
}
TD.wsRowHighlight
{
    background-color: #D4D9EC;
}
.WebSolutionSmallerFont
{
    font-size: 1.0em;
}
	.crayon {color: #000; 
				cursor: pointer; 
				border: 1px solid #333; 
				float: left; 
				font-family: Fixed, monospace; 
				margin: 1px; 
				text-align: center; 
				width: 1em; 
		}
