/* the news box */
#news 
{
	width:180px;
	background:#fff;
}
#news a
{
	color:#000;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:250px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
.pageTitle
{
    font-family: Verdana, Arial, sans-serif;
	font-size: 24pt;
    font-weight: bold;
    color: #FFFFFF;
}
.pageSubHead
{
	font-size: 12pt;
	font-weight: bold;
}
.pageFooter
{
	height: 40px;
	background: #CCCCCC;
	text-align: center;	
}
HR
{
  	height:1px;
}
iframe { 
overflow-x: hidden; 
overflow-y: scroll; 
} 
#mainFrame {

}
/* tag redefinition */
html
{
height: 100%;
}
body
{
	height: 100%;
	margin: 0px;
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}
a img
{
	border: none;
}
a 
{
    font-size: 10pt;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
	color: #0033FF;
}
a:visited 
{
    font-size: 10pt;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
}
a:hover
{
    font-size: 10pt;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
td
{
	font-size: 10pt;
    font-family: Verdana, Arial, sans-serif;
}
table
{
    font-size: 10pt;
    font-family: Verdana, Arial, sans-serif;
}
.goboFormat td
{
	border-left:1px solid #fff;
	padding:0px 15px 0px 15px;
}
