body
{
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 10pt;
}
h1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	padding : 0;
	margin : 0;
}
h2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	padding : 0;
	margin : 0;
}
h3, h4, h5
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
.copyright
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
}
table
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
td
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

a:link
{
	font-size : 11px;
	color : #333333;
	text-decoration : none;
}
a:visited
{
	font-size : 11px;
	color : #333333;
	text-decoration : none;
}
a:active
{
	font-size : 11px;
	color : #333333;
	text-decoration : none;
}
a:hover
{
	font-size : 11px;
	color : #FF6600;
	text-decoration : underline;
}

a.f:active
{
	color: #0000cc;
    text-decoration: none
}
a.f:link
{
	color: #0000cc;
    text-decoration: none
}
a.f:visited
{
    color: #0000cc;
    text-decoration: none
}
a.f:hover
{
    color: #0000cc;
    text-decoration: underline
}

a.post:link
{
	font-size : 12px;
	color: blue;
	text-decoration: none;
}
a.post:hover
{
	font-size : 12px;
	color: blue;
	text-decoration: none;
}
a.post:visited
{
	font-size : 12px;
	color: purple;
	text-decoration: none;
}
a.post:active
{
	font-size : 12px;
	color: blue;
	text-decoration: none;
}

.Header
{
	font-weight : bold;
}
.Normal
{
	font-size : 8pt;
    color: black;
}
.WebSolutionBorder
{
    border: 1px gray solid; 
    background-color: #FFFFFF;
}
.WebSolutionHeader
{
    background-color: gray;
    color: white;
    font-size: 0.9em;
    font-weight:bold;

}
.WebSolutionFormControl
{
    font-size: 1.0em;

}
.WebSolutionErrorText
{
    color: red;
}
.WebSolutionQuote
{
    border-top: 1px gray solid; 
    border-bottom: 1px gray solid; 
}
td.wsRow
{
    background-color: #efefef;
}
td.wsRowHighlight
{
    background-color: #cfcfcf;
}
.WebSolutionSmallerFont
{
    font-size: 1.0em;
}

a.passive:link
{
	color : gray;
}
a.passive:hover
{
	color : gray;
}
a.passive:visited
{
	color : gray;
}
a.passive:active
{
	color : gray;
}
