/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/bg.gif) repeat;
}
/*-------header----*/
.header-imgbg{
	background:url(images/header-imgbg.gif) no-repeat;
}
.header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
	color:#064E96;
	text-decoration:none;
}
/*---------body-----*/
.body-bg{
	background:url(images/body-bg.gif) #FFFFFF repeat-x;
}
.bodytext
{
font-family:tahoma,verdana;
font-size:10pt;
color:#051627;
line-height:13pt;
}
.categoryname
{
font-family:tahoma,verdana;
font-size:10pt;
color:#06519B;
font-weight:bolder;

}
/*--------footer---------*/
.footer-bg{
	background:url(images/footer-bg.gif) no-repeat;
	height:85px;
}
.yellow-text{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FAF657;
	text-decoration:none;
}
.white-text{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:16px;
	text-decoration:none;
}
.copyright{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#02468A;
	text-decoration:none;
}
.collapsed
{
  display:none;
}
.expanded
{
  display:normal;
}
