body
{
	font-size: 10px; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
 	color: #333;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
h3
{
	font-size:13px;
	font-weight:bold;
}

.topbar {
   margin: 0px;
   background: #001427 url(../images/topbar.jpg) repeat-x;
   height:98px;
}
.title
{
	font-size:13px;
	font-weight:bold;
	padding:1px;
	color:#004F75;
}
.headtitle, .headtitle a:link
{
	font-size:18px;
	font-weight:bold;
	color:#008DB0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.botbar {
   margin: 0px;
   background: #001427 repeat-x;
   padding: 10px;   
   height: 50px;
}
.chart
{
	font:Arial, Verdana, Helvetica, sans-serif
	font-size:9pt;

}

.page
{
	width:98%;
	border-left-width:10px;	
	border-left-color:#001427;
	border-left-style:solid;
	border-right-width:10px;	
	border-right-color:#001427;
	border-right-style:solid;
 
}
p{
	margin:2px;
	padding:2px;
}
.col
{
	font: Verdana, Arial, Helvetica, sans-serif 10px;
}

.topic
{
	font:Arial, Helvetica, sans-serif 14px;
}

.success
{
	border:1px solid #64FF64;
	background-color:#FFFCE8;
	color:#007900;
	font-weight:bold;
}

.error
{
	border:1px solid #FF6C6C;
	background-color:#FFEAEA;
	color:#FF0000;
	font-weight:bold;
}
.bold
{
	font-weight:bold;
}
.green
{
	color:#004800;
}
.red
{
	color:#000000;
}

a:link
{
	text-decoration: none;
    font-weight: normal;
    color: #0000ff;
}

a:visited
{
	text-decoration: none;
    font-weight: normal;
    color: #000080;
}

a:hover
{
	text-decoration: none;
    font-weight: normal;
    color: #00ffff;
}

a:active
{
	text-decoration: none;
    font-weight: normal;
    color: #ffffff;
}


.toplink a:link
{
	text-decoration: none;
    font-weight:normal;
    color: #ffffff;
}

.toplink a:hover
{
	text-decoration: none;
    font-weight: normal;
    color: #ff0000;
}

.toplink a:active
{
	text-decoration: none;
    font-weight: normal;
    color: #ff00ff;
}

.colorbox
{
	background: #FF8000;
	border: 2px dotted #663300;
	padding:1px 4px 1px 4px;
}

ul.secondary_set {
    float: right;
    display: block;
    list-style: none;
    margin: 0px 0px 0px 5px;
    padding-left: 4px;
    padding-right: 2px;
    font-size: 12px; }

.secondary_set li {
      float: right;
      display: block;
      margin: 0px 30px 0px 5px; }

.secondary_set li a:link {
     font-size: 12px; 
     font-weight: bold; 
     color: #ffffff; }
	 
.headline {
	font-size: 14px;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	
.headline a:hover{
     color: #990000; } 
	 
.secondary_set li a:visited {
     font-size: 12px; 
     font-weight: bold; 
     color: #ffffff; }
     
.secondary_set li a:active {
     font-size: 12px; 
     font-weight: bold; 
     color: #ff00ff; }
     
.secondary_set li a:hover {
      color: #ff0000;
      font-weight: bold; 
      text-decoration: none; }

.clearfix_right
	{ clear: right;}

.clearfix_left
	{ clear: left;}
	
.clearfix_both
	{ clear: both;}
	
	
.top10
{
	margin-top:10px;
}
