﻿/* 
 * This produces the gradient fill background all across the body.
 */
div#body {
/*	background-image: url("../images/GradientFill.gif");
	background-repeat: repeat-x;*/
}

.BoxTitle {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.BoxTitleExtra {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	float: right;
	text-align: right;
}

.ReadMore {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	float: left;
	text-align: left;
}

.InnerFrame {
	border-style: none;
	border-width: 1px;
	border-color: #E6E6FA;
}

.ScrollText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
}

.NewsItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Quote {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11.7px;
	color: red;
}

.Author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: black;
}

a.style1:link {
   color: #00008B;
   text-decoration: none;
}

a.style1:visited {
   color: #800080;
   text-decoration: none;
}

a.style1:active {
   color: #FF0000;
   text-decoration: none;
}

a.style1:hover {
   color: #0000FF;
   text-decoration: none;
}

a.style2 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
    color:  #006699;
    font-weight:bold;
    text-decoration: underline;
}


a.style2:hover {
   color: #0000FF;
   text-decoration: underline;
   font-weight:bold
}


