/* CSS Document */
body{
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
line-height:15px;
color:#585757;
text-align:justify;

}
/*
.content{
padding:0;
margin:0;
font-family: Arial, Helvetica, sans-serif 
font-size:12px;
color:#7a7a7a;

}
*/
td{ 
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
line-height:15px;
color:#585757;
text-align:justify;
}

.mid_table{
	border:1px solid #EBEBEB;
	background-color:#FFFFFF;
	height:180px;
	width:270px;
}

.mid_txt{
margin:0 5px 15px 5px;
}   

.grey_col{
background-color:#EFF0F1;
}

.grey_col a:link, .grey_col a:visited{
display: block;
background-color:#EFF0F1;
color:#777878;
font-weight:bold;
font-size:11px;
text-decoration:none;
text-align:center;
height:30px;
line-height:26px;
}

.grey_col a:hover, .grey_col a:active{
background-color:#F7F8F9;
}

/*
.footer{
background-color:#A2A7AA;
text-align:center;
color:#FDFDFD;
font-size:11px;
}

.footer a:link, .footer a:visited{
color:#FDFDFD;
font-size:11px;
font-family:verdana;
text-transform:uppercase;
text-decoration:none;
margin-right:10px;
margin-left:10px;
line-height:21px;
}

.footer a:hover, .footer a:active{
text-decoration:none;
}*/    
/* --------------------------- JS BOX ------------------------------
topLeft
topGrad
topRight
midLeft
midGrad
midRight
bottomLeft
bottomGrad
bottomRight
*/
.helpBox{
	width:165px;
	color:white;
	position:relative;
}
.helpBox #topLeft,.helpBox #topGrad,.helpBox #topRight,.helpBox #bottomLeft,.helpBox #bottomGrad,.helpBox #bottomRight{
	background-repeat:no-repeat;
}
.helpBox #topLeft,.helpBox #topGrad,.helpBox #topRight{	/* top row */
	height:46px;
}
.helpBox #bottomLeft,.helpBox #bottomGrad,.helpBox #bottomRight{ /* Bottom row */
	height:21px;
}
.helpBox #topLeft,.helpBox #midLeft,.helpBox #bottomLeft{ /* Left Column */
	width:22px;
}
.helpBox #topRight,.helpBox #midRight,.helpBox #bottomRight{ /* Right Column */
	width:11px;
}
.helpBox #topGrad,.helpBox #midGrad,.helpBox #bottomGrad{ /* Middle Column */
	width:132px;
}

.helpBox #topLeft{
	background-image:url(../images/box/topLeft.jpg);
}
.helpBox #topGrad{
	background-image:url(../images/box/topGrad.jpg);
	font-weight:bold;
}
.helpBox #topRight{
	background-image:url(../images/box/topRight.jpg);
}

.helpBox #midLeft{
	background-image:url(../images/box/midLeft.jpg);
}
.helpBox #midGrad{
	background-image:url(../images/box/midGrad.jpg);
	background-repeat:no-repeat;
	background-color:#C82564;
}
.helpBox #midRight{
	background-image:url(../images/box/midRight.jpg);
}

.helpBox #bottomLeft{
	background-image:url(../images/box/bottomLeft.jpg);
}
.helpBox #bottomGrad{
	background-image:url(../images/box/bottomGrad.jpg);
}
.helpBox #bottomRight{
	background-image:url(../images/box/bottomRight.jpg);
}

























