/* CSS Document */
* {
font-family: "Lucida Sans, Verdana, Arial"; 
color: #666666; 
font-size: 12px
}

.main
{
text-align:justify
}

a:link {color: #FF9900; text-decoration: none; font:"Lucida Sans, Verdana, Arial";}
a:visited {color: #FF9900; text-decoration: none; font:"Lucida Sans, Verdana, Arial";}
a:hover {color: #005DAA; text-decoration: none; font:"Lucida Sans, Verdana, Arial";}
a.:active {color: #FF9900; text-decoration: none; font:"Lucida Sans, Verdana, Arial";} 

a.SubnavLinks:link {color: #005DAA; text-decoration: none; font:"Lucida Sans, Verdana, Arial"; font-size:smaller;}
a.SubnavLinks:visited {color: #005DAA; text-decoration: none; font:"Lucida Sans, Verdana, Arial"; font-size:smaller; }
a.SubnavLinks:hover {color: #FF9900; text-decoration: none; font:"Lucida Sans, Verdana, Arial"; font-size:smaller; }
a.SubnavLinks:active {color: #005DAA; text-decoration: none; font:"Lucida Sans, Verdana, Arial"; font-size:smaller; } 

a.NewsLink:link {color: #666666; text-decoration: none; font:"Lucida Sans, Verdana, Arial"; font-size:smaller; font-weight:bold;}
a.NewsLink:visited {color: #666666; text-decoration: none; font:"Lucida Sans, Verdana, Arial"; font-size:smaller; font-weight:bold; }
a.NewsLink:hover {color: #FF9900; text-decoration: none; font:"Lucida Sans, Verdana, Arial"; font-size:smaller; font-weight:bold; }
a.NewsLink:active {color: #666666; text-decoration: none; font:"Lucida Sans, Verdana, Arial"; font-size:smaller;  font-weight:bold;} 

table.Fees {
	border-width: medium;
	border-spacing: ;
	border-style: double;
	border-color: #666666;
	border-collapse: collapse;
	background-color: #666666;
}
table.Fees th {
	border-width: thin;
	padding: 1px;
	border-style: solid;
	border-color: #666666;
	background-color: #fffafa;
	-moz-border-radius: ;
}
table.Fees td {
	border-width: thin;
	padding: 1px;
	border-style: solid;
	border-color: #666666;
	background-color: #fffafa;
	-moz-border-radius: ;
}


table.main {
HEIGHT: 100%;
width:100%;
margin-top:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
} 
.PageTitle
{
font-family:"Lucida Sans, Verdana, Arial";
font-size:20px;
color:#666666;
font-weight:bold;
}

.ArticleSummary
{
font-family:"Lucida Sans, Verdana, Arial";
font-size:10px;
color:#666666;
font-style:italic;
}

.NewsHeader
{
font-family:"Lucida Sans, Verdana, Arial";
font-size:13px;
color:#666666;
font-weight:bold;
}

table.SubNav
{
border-left:none;
border-right:none;
border-bottom:none;
border-top:thin;
border-top-style:solid;
border-top-color:#FF9900;
}

.HRStyle
{
border-style:dotted;
color:#ff9900;
}


table.News
{
border-bottom:none;
border-right:none;
border-top:none;
border-left:thin;
border-left-style:solid;
border-left-color:#FF9900;
}

.slogan
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
color:#FF9900;
font-weight:bold;
}

