/* CSS Document */

/* this is for the main body. */
body
{
	margin-top:5px;
	margin-left:5px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#314284;
	font-size:12px;	
}

/* this is for the link color. */
a
{
	font-family:Arial, Helvetica, sans-serif;
	color:#314284;
	text-decoration:underline;
	background-color:transparent:
}

/* this is for the link rollover color. */
a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#314284;
}

/* this is to help with search engines. */
#searchText
{
	color:#FCFCFC;
	font-size:3px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

/* set up a basic table text class. */
.basicText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#314284;
}

/* set up a class with white text. */
.basicWhiteText
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

/* set up the heading text. */
.headingText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#314284;
}

/* set up a basic footer text class. */
.footerText
{
	font-family:Arial, Helvetica, sans-serif;
	color:#314284;
	font-size:10px;
}

/* set up the different row colors. */
.tableRow1
{
	background-color:#FFFFFF;
}
.tableRow2
{
	background-color:#EEEEEE;
}

/* set up a paragraph tag that allows the lines to be closer. */
p
{
	margin-top:4px;
	margin-bottom:5px;
}

/* set up call out row colors. */
.callOutRow
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#314284;
	padding-left:10px;
	padding-right:10px;
}