@charset "utf-8";
/* CSS Document */

body{
margin:0px ;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:18px;
text-align:justify;
text-decoration:none;
margin:0px; padding:0px;
}

.body-text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:18px;
text-align:justify;
text-decoration:none;
}

.heading-text{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#000000;
line-height:25px;
text-align:justify;
text-decoration:none;
}
.boldbody-text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:18px;
text-align:justify;
text-decoration:none;
font-weight:bold;
text-transform:uppercase;
}
.more{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ff0000;
text-decoration:none;
}
.italic-text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#000000;
text-align:justify;
text-decoration: none;
font-style:italic;
}


.footer-text{
color:#8e8e8e;
line-height:28px;
}


.menu_div
{
width:2PX;
background-image:url(../images/menu-bg.jpg);
background-repeat:repeat;
}
.menu_td{
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	height:39px;
	text-align:center;
}
.menu_active{
	background-image:url(../images/menu-over-bg.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-transform:uppercase;
	height:39px;
	cursor:pointer;
	padding-left:15px;
	padding-right:15px;
}
.menu_inactive{
	background-image:url(../images/menu-bg.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-transform:uppercase;
	padding-left:15px;
	padding-right:15px;
}


.form-text{
font-size:12px;
padding-left:10px;
}

.text-box{
border:1px dotted #cccccc;
width:180px;
} 

.text-box-over{
border:1px dotted #830505;
width:180px;
} 


.client-td{
border:1px dotted #cccccc;
cursor:pointer;
padding:2px;
font-size:11px;
}

.client-td:hover{
border:1px dotted #830505;
cursor:pointer;
padding:2px;
font-size:11px;
font-weight:bold;
}

.client-td span{
padding-left:10px;
}

.submit{
background:url(../images/submit.jpg);
width:59px;
height:22px;
background-repeat:no-repeat; 
border:0px;
cursor:pointer;
}
.reset{
background:url(../images/reset.jpg);
width:59px;
height:22px;
background-repeat:no-repeat; 
border:0px;
cursor:pointer;
}

.paging_link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF0000; 
}
a:link, a:visited, a:hover{
	color:#000000;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
	color:#FF0000;
}
