/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#ffffff;
}

a:link{ color: #3333FF; }
a:visited{ color:#0000CC; }
a.NavLink, a.NavLink_active{
	color:#3333FF;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
}
a.NavLink_active{
	color:#0000CC;
}
a:hover{ color:#FF0000; }


table#Title, table#NavigationBar, div#Login, div#Content, div#Footer
{ width:900px; }

h1, h2, h3, h4 { font-family:"Times New Roman", Times, serif; }


table#Title{ 
	text-align:center; 
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
}
td.MainDate{ width:100px; font-size:11pt;}
td.TitleCell{  }
td.Editor{ width:100px; font-size:11pt; }

table#NavigationBar{ 
	margin-top:10px;
	margin-bottom:5px;
	font-size:18px;
}
td.NavigationCell, td.NavigationCell_last{ 
	text-align:center; 
	border-top: 1px solid #dddddd;
	border-right: 1px dotted #cccccc;
	border-bottom: 1px solid #999999; 
	padding-bottom: 3px;
	padding-top:3px;
	background-color:#fefefe;
}
td.NavigationCell_last{
	border-right: none;
}

td.NavigationCell_active{ 
	text-align:center; 
	border-right: 1px solid #cccccc;
	padding-bottom: 3px;
	padding-top:3px;
}

div#Login{
	background-color:#eeeeee;
	padding:2px;
	margin-top:5px;
}

#PageTitle{
	text-align:left;
	margin:0px;
}

div#Subnav
{
	font-size:10pt;
	text-align:left;
}


table#Content{
	text-align:left;
}

div#Footer{
	margin-top:20px;
	font-family:"Times New Roman", Times, serif;
}

.pageInfo
{
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin:10px;
}

.pageLinks
{
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	background-color: #f3f3f3;
	padding:5px;
}


.update_infobar
{
	background-color: #cccccc;
	color: #ffffff;
	margin-bottom: 5px;
}
.update
{
	background-color: #f9f9f9;
}

.update_inner
{
	font-size: 10pt;
	padding: 5px;
	padding-top:0;
}
.inconsp_heading
{
	font-weight: bold;
	margin-top: 4px;
	font-size: 12pt;
	color: #444444;
}

td.flash_player_cell { border: 1pt solid black; }

.form_prompt
{
	font-weight: bold;
	text-align: right;
}
.form_comment
{
	font-style: italic;
	font-size: 9pt;
	text-align: left;
}

.forum_poster, .forum_post { border: 1pt solid #cccccc; }
.forum_poster { background-color: #fdfdfd; }
.forum_post { background-color: #fcfcfc; }

.news_title
{
	background-color: #444444;
	color: #ffffff;
	font-size: 18pt;
	padding: 2px;
}
.news_blurb
{
	text-align: left;
	background-color: #f9f9f9;
	border: 1pt solid #dddddd;
	padding: 10px;
}
.news_info
{
	text-align: left;
	font-size: 10pt;
	margin-bottom: 20px;
}

.percentage_bar
{
	background-color: #6666FF;
	border: 1pt solid #000066;
	margin-bottom: 5px;
}

img { border-color: #000000; }
