body{ margin-top: "10"; background: #F1F4F9; color: #996695; margin-top: 50px; margin-left: 50px; font-family: Arial, Verdana, Helvetica; font-size: 100%; background-image:url(images/bgfade.jpg); background-repeat: repeat-x; }
p { text-decoration: none font-size: 100%;}
h1 { text-decoration: none font-size: 150%;}
h2 { text-decoration: none font-size: 125%;}
h3 { text-decoration: none font-size: 110%;}
li { text-decoration: none font-size: 100%;}

a { color: #5050FF; }
a:link { text-decoration: none }
a:active { text-decoration: none }
a:visited { text-decoration: none }
a:hover { text-decoration: underline }

th
{
	text-align: center;
}

td
{
	background: #F1F4F9;
	text-align: left;
	padding: 4px;
}

.headersonleft th
{
	background: #9194f9;
	border: 2px;
	border-color: black;
	border-style: solid;
	text-align: right;
}

.headersonleft td
{
    text-align: left;
    padding: 4px;
}

.heading
{
	font-size: 120%;
	font-weight: bold;
}

.login
{
	background: #F1F4F9;
	border-style: solid;
	border-color: black;
	border-width: 2px;
}

.smallprint
{
	font-size: 80%;
}


.post
{
	border-style: solid;
	border-width: 2px;
	border-color: #999999;
}
.postheader
{
	padding: 4px;
	font-size: 110%;
	font-weight: bold;
}
.posttext
{
	padding: 4px;
}
.question
{
	color: #c60;
	font-weight: bold;
	font-size: 110%;
}
.answer
{
	color: #3f7194;
	font-weight:bold;
	font-size: 110%;
}
.faqquestion
{
	font-size: 100%;
	font-weight:bold;
	vertical-align: -100%;
}
.faqanswer
{
	font-size: 100%;
	padding-bottom: 30px;
}