
.disclaimer { color: gray; font-size: 8px; font-family: Verdana, Helvetica, Arial }
.newsdate { color: #ffffff; font-size: 12px; font-family: Verdana, Helvetica, Arial }
.whites { color: #ffffff; font-size: 12px; font-family: Verdana, Helvetica, Arial }

a:link		{
	color: Navy;
	background-color:transparent;
	text-decoration : none;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial;
}
a:visited {
	color: Navy;
	background-color:transparent;
	text-decoration : none;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial;	
}
a:active  {
	color:##A94337;
	background-color:transparent;
	text-decoration : underline;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial
}
a:hover   {
	color:#A94337;
	background-color:transparent;
	text-decoration : underline;
}

body { color: #99CC99; font-size: 12px; font-family: Verdana, Helvetica, Arial }
h1 { color: #A94337; font-size: 17px; font-family: Verdana, Helvetica, Arial, sans-serif }
h2 { font-size: 15px; font-style: normal; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight : bold  }
h3 { color: black; font-size: 13px; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight : bold }
.heading1  {font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 18px; color : #000000; font-weight : bold }
.heading2	{font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 15px; color : #000000; font-weight : bold }
.heading3	{font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 13px; color : #000000; font-weight : bold }
.heading6	{font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 13px; color : #000000; font-weight : bold }
p { color: black; font-size: 12px; font-family: Verdana, Helvetica, Arial }
ul { color: black; font-size: 12px; font-family: Verdana, Helvetica, Arial }
ol { color: black; font-size: 12px; font-family: Verdana, Helvetica, Arial }
li { color: #666666; font-size: 12px; font-family: Verdana, Helvetica, Arial }
td { color: black; font-size: 12px; font-family: Verdana, Helvetica, Arial }
.heading { color: black; font-size: 19px; font-style: normal; font-family: Verdana, Helvetica, Arial }
.footer { color: black; font-size: 10px; font-family: Verdana, Helvetica, Arial }
.inter { font-size: 11px; font-style: normal; font-family: Verdana, Helvetica, Arial; color: #0000ff }
/*format tables*/
.tablelines
{
 background-color:#A94337;
}/*color of the narrow line deviding up the table cells*/
.tabletitle{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#000000;
	background-color:#EEEEEE;
}/*alter background color and font color. 
Not on all tables, only present if table has an extra heading*/
.tablehead{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	background-color:#EEEEEE;
}/*alter background color and font color. 
Contains headings of table rows or columns.*/
.tablebody{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
}
/*alter background color and font color. 
Contains main body of the table.*/
.tabletotal{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	background-color:#EEEEEE;
}

/* styles to make round cordered boxes, can also be square depending on images used*/
.tableSubHeading{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#A94337;
}
.bgTop
{
	background-image: url(../images/stylesheets/bg_top.gif);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #A94337;
	font-weight : bold;
}
.bgColorContent
{
	background-color : #E4E4E4;
	font-size : 10px;
}
.cornerTopLeft
{
	background-image : url(../images/stylesheets/corner_top_lft.gif);
}
.cornerTopRight
{
	background-image : url(../images/stylesheets/corner_top_rgt.gif);
}
.cornerBottomLeft
{
	background-image: url(../images/stylesheets/corner_bottom_lft.gif);
}
.cornerBottomRight
{
	background-image: url(../images/stylesheets/corner_bottom_rgt.gif);
}
.bgLeft
{
	background-image: url(../images/stylesheets/bg_lft.gif);
}
.bgRight
{
	background-image: url(../images/stylesheets/bg_rgt.gif);
}
.bgBottom
{
	background-image: url(../images/stylesheets/bg_bottom.gif);
}

 /* styles to make round cordered boxes end*/