﻿body 
{
	color: Black;
	font-size: 80%;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: White;
	background : White url(../images/ArgoBg.GIF) no-repeat fixed center;
	margin-left: 50;
	margin-right: 50;
}
a
{
	color: Navy;
	font-weight: bolder;
	text-decoration: none;
}
a:hover
{
    color: Red;
    text-decoration: none;
}
a.whitelink
{
	color: White;
}
a.whitelink:hover
{
	color: Red;
    text-decoration: underline;
}
a.biglink
{
	font-size: large;
}
.adclass
{
	color: Navy;
	text-decoration: none;
	font-weight: normal;
}
.leftalign
{
	text-align: left;
}
.redcentered
{
	text-align: center;
	color: Red;
	font-size: large;
}
.QA
{
	color: Red;
	font-weight: bold;
	font-size: large;
}
.faqpara
{
	text-align: center;
	font-size: x-small;
}
.docpara
{
	width: 90%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.bordered
{
	border-style: solid;
	border-width: thin;
	border-color: #4169e1;
}
