/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.image-bottombg{
	background-image:url(images/image-bottombg.gif);
	background-repeat:repeat-x;
	height:13px;
}
/*---------menu---------*/
.topmenu{
	font-family:Tahoma;
	font-size:10px;
	font-weight:normal;
	color:#404289;
	text-decoration:none;
	text-transform:uppercase;
	margin-left:15px;
}
.topmenu:hover{
	font-family:Tahoma;
	font-size:10px;
	font-weight:normal;
	color:#f69044;
	text-decoration:none;
	text-transform:uppercase;
	margin-left:15px;
}
.hovereffect{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#404289;
	text-decoration:none;
	text-transform:uppercase;
	margin-left:15px;
}
/*----------body----------*/
/*------orange-------*/
.orangbg{
	background-image:url(images/orang_bg.gif);
	background-repeat:repeat-x;
	height:51px;
}
.orangeborder{
	border-left:1px solid #f69044;
	border-right:1px solid #f69044;
	border-bottom:1px solid #f69044;
}
/*------green--------*/
.greenbg{
	background-image:url(images/green-bg.gif);
	background-repeat:repeat-x;
	height:51px;
}
.greenborder{
	border-left:1px solid #9fc852;
	border-right:1px solid #9fc852;
	border-bottom:1px solid #9fc852;
}
/*-------blue------*/
.bluenbg{
	background-image:url(images/blue_bg.gif);
	background-repeat:repeat-x;
	height:51px;
}
.blueborder{
	border-left:1px solid #404288;
	border-right:1px solid #404288;
	border-bottom:1px solid #404288;
}
.headertext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.normaltext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#3d3d3d;
	text-decoration:none;
	text-align:justify;
}
/*----------footer----------*/
.footerbg{
	background-image:url(images/footerbg.gif);
	background-repeat:repeat-x;
	height:15px;
}
.copyright{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.headertextBlack{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.headertextBlack:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}