html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,caption,tbody,tfoot,thead {
    margin:0;
    padding:0;
    outline:0;
    font-size:100%;
    vertical-align:top;
    background:transparent;
    border-collapse:collapse;
}
img{
	border:0px;
}
table {
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
}
body {
	font:12px/18px Arial,Tahoma,Geneva,Kalimati,sans-serif;
	margin:0px;
	padding:0px;
	background: #fff url(../images/background.gif) top left repeat-x;
}

/*------------------------------------------------------------------*/
.icon {
	float:left;
	margin-right:5px;
	border:0px;
	padding-top:5px;
}
.iconright {
	float:right;
	margin-right:5px;
	margin-left:5px;
	border:0px;
}
a {
	color:#000;
    text-decoration:none;
	cursor:pointer;
}
a:hover,a:active,a.active {
    text-decoration:none;
	cursor:pointer;
	color:#000;
}
.clear {
	clear:both;
    outline:0;
	font-size:0px;
	height:1px;
	line-height:0px;
	border:0;
	margin:0;
	padding:0;
}
.last{
	border:0px;
}
.breakline {
	clear:both;
	height:1px;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	border-bottom:1px #989898 dashed;
}
/*------------------------------------------------------------------*/
#wrapper {
	clear:both;
    width:100%;
    margin:0 auto;
	padding:0px;
}
#topMenuContent {
	height:48px;
	background: #fff url(../images/topMenu_bg.gif) top left repeat-x;
	padding:0px;
}
#topLogoSearch {
	height:48px;
	background: #fff url(../images/topLogoSearch_bg.gif) top left repeat-y;
	border-bottom:1px #b7b7b7 solid;
	padding:10px 5px;
}
#topContent {
	height:23px;
	color:#000;
}
#topContent a{color:#000;}
#mainContent{
}
/*------------------------------------------------------------------*/
#footerContent{
	clear:both;
	color:#484848;
	font-size:11px;
	min-height:50px;
	border-top:1px #005c00 solid;
	padding:10px;
	margin-top:10px;
}
