body
{
	cursor:	default;
}
.smallText	
{
	font-size:11px;
}

.financialTitle
{
	font-weight:bold;
	font-size:10px;
}

.financialText	
{
	font-size:10px;
}

a.style2{
	text-decoration:underline;
	color:#0000FF;

}
	
.title	{
	font-size: 20px;
	color: #000000;}

.border	{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;}

.welcomeText {
	color:#0033CC;
	font-weight:bold;
}

.border a{
	color:#FFFFFF;}

.financial{
	font-size:11px;}

.inquiry{
	font-size:11px;}

.warning{
	color:#FF0000;}

.text	{
	color: #000000;}
	
.textbold	{
	color: #000000;}	
		
.subtitle	{
	font-style:italic;
	font-size:11px;
	color: #000000;}
	
body {
behavior: url(csshover.htc);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ABC1E7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} /* WinIE behavior call */
	
h1
{
	color: #AAA; 
	border-bottom: 1px solid; 
	margin-bottom: 0;
}
h2
{
	color: #AAA; 
	border-bottom: 1px solid; 
	margin-bottom: 0;
}
	
#main {
	color: #CCC; 
	margin-left: 7em; 
	padding: 1px 0 1px 0%;
  	border-left: 1px solid;}

table {
	font-size: 12px;}
	
table.content{
	font-weight: bold;
	color: #000000;}

table.bussiness a.anchor{
	text-decoration:none;
	color:#000000
}

table.bussiness a{
	text-decoration:underline;
	color:#0000FF;}
			

a { 
	text-decoration:none}

a:hover
{
	color:#FF0000
}

a.style1
{
	text-decoration:underline;
	color:#0000FF;
	font-size:12px
}

input
{
	font-size: 11px;
}

select
{
	font-size:11px;
}
	
textarea
{
	font-size:11px;
}

/*   The Menu */
.navigation
{
	width:			148px;
	border:			1px solid #AAA;
	padding:		0px;
}
/* IE6 */
*.navigation
{
	#width:			148px;
	#border:		1px solid #AAA;
	#padding:		0px;
	#position:		relative;
	#left:			10px;
}
.navigation > ul
{
	width:			148px;
	text-align:		center;
}
.navigation ul
{
	padding:		0px;
	margin:			0px;
	list-style:		none inside;
	text-align:		center;
}
/* Standard item - non hovered */
.navigation ul li
{
	background:		url("images/titlebar.gif");
	padding-top:	4px;
	padding-bottom:	4px;
	cursor:			pointer;
}
*.navigation > ul li
{
	#background:	url("images/titlebar.gif");
}
.navigation ul li a
{
	display:		block;
	color:			#FFF;
	#position:		relative;
	#left:			-8px;
}
/* The second level */
.navigation ul li ul
{
	display:		none;
}
.navigation ul li ul li
{
	background:		#AAA;
}
/* The third level */
.navigation ul li ul li ul
{
	display:		none;
}
.navigation ul li ul li ul li
{
	background:		#777;
}

/* Main widgets */
.widget_titlebar
{
	background-image:	url('images/titlebar.gif');
	text-align:			center;
	padding:			0px;
	border-bottom:		1px solid #000;
}
.widget_content
{
	text-align:		left;
	padding:		5px;
	background:		url('images/widget_border.gif') repeat-y;
}

/* Main page content */
.main_titlebar
{
	background-image:	url('images/titlebar.gif');
	text-align:			center;
	padding:			0px;
	border-bottom:		1px solid #000;
}
.main_content
{
	text-align:		left;
	padding:		5px;
	background:		url('images/main_border.gif') repeat-y;
}

/* News widgets */
.news_titlebar
{
	background-image:	url('images/titlebar.gif');
	text-align:			center;
	padding:			0px;
	border-bottom:		1px solid #000;
}
.news_content
{
	text-align:		left;
	background:		url('images/news_border.gif') repeat-y;
}