/********************** html tags ***********************/
body { 
	font-family:Arial, Helvetica, sans-serif; 
	margin:0px; 
	padding:0px; 
	background-color:#FFFFFF;
	/*color:#5B5B5B;*/
	color:#000000;
}
table{
	font-size:12px;
}
img { 
	border:0px; 
}


/**************** Menus ***************/
td.topMenu{
	font-size:10px; 
	color:#ffffff; 
	font-weight:bold; 
	width:85px; 
	height:20px; 
	text-align:center;
}
td.topMenuYellow{
	font-size:10px; 
	color:#f3b100; 
	font-weight:bold; 
	width:85px; 
	height:20px; 
	text-align:center;
}
td.subMenu{
	font-size:10px; 
	color:#407cb2; 
	font-weight:bold; 
	width:124px; 
	height:20px; 
	text-align:center;
}
td.headings{
	font-size:13px;
	font-weight:bold;
	color:#003689;
	background:url(../images/lineTitle.gif) no-repeat;
	border-bottom:2px solid #FFFFFF;
	padding-left: 30px;
	height:30px;
}
/*************** Main body content ****************/
td.smallfonts{
	font-size:11px; 
	font-weight:bold; 
}
td.copyRight{
	font-size:10px; 
	color:#000000; 
	font-weight:bold; 
}
a.copyRight{
	color:#0000ff;
}
.titleText{
	font-size:13px; 
	color:#003689; 
}
.newsText{
	font-size:8pt; 
	text-align:Left;
}
.text-box{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	color:#000000;
	border: 1px solid #626262;
	width:175px;
}
.defaultButton{
	background-image: url('images/bgMain.gif'); 
	border:1px solid #626262; 
	height:20px; 
	color:#000000; 
	font-size:8pt; 
	width:75px; 
	margin:0px;
}

/************* Links ****************/
a.topMenuLink{
	text-decoration:none; 
	color:#ffffff; 
}
a.topMenuLink:hover{
	text-decoration:none; 
	color:#000000;
}
a.subMenuLink{
	text-decoration:none; 
	color:#003689;
}
a.subMenuLink:hover{
	text-decoration:none; 
	color:#000000;
}
a.titleTextLink{
	text-decoration:none; 
	color:#003689; 
}
a.titleTextLink:hover{
	text-decoration:none; 
	color:#47A2DF; 
}
