
html{
	font-size: 16px;
		overflow-y: scroll;
}
body{
	color: #4a4a4a;
	text-align: right;
	font-size: 0.625em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	height: 100%;
	text-align:center;
	background: #c9cacc url(../images/bodyBG.gif) repeat-x 0 0;
}

a{	
outline:none;
color: #34559f;
}
a:link,a:visited{}
a:hover{
color:#b22222;
text-decoration: none;

}

.textcontent a:link,
.textcontent a:visited{

	text-decoration:none;
	
}
.textcontent a:hover{
	text-decoration:underline;

}


h1{
	font-size:20px;
	line-height: 32px;
	font-weight: bold;
	color:#34559f;
	/*margin:0.5em 0;*/
    margin:0.5em 0.5em 0 0;
}
#textcontent{
font-size:12px;
line-height:18px;

}




#textcontent h2,
#textcontent h3,
#textcontent h4,
#textcontent h5,
#textcontent h6{
	font-family: Arial, Helvetica, sans-serif;
color:#4A4A4A;
line-height: 25px;
}

strong
{
	font-weight:bold;
}
#textcontent h2{
font-size:14px;
font-weight: bold;
}
#textcontent h3{
font-size:13px;
font-weight: bold;

}
#textcontent h4,
#textcontent h5,
#textcontent h6{

font-size:12px;
font-weight: bold;

}



#textcontent ul li{
	background: url(../images/bullet.png) no-repeat left center;
	padding:0 0 0 20px;
	margin-left:7px;
}

body.rtl_page #textcontent ul li{
	padding:0 20px 0 0px;
	background-position: right 7px;
}


#textcontent ol li{
list-style-type: decimal;
list-style-position: inside;

	
}


#textcontent ul,
#textcontent ol{
	margin: 0;
	
}

#textcontent ul,
#textcontent p{
	margin-bottom: 1em;
	line-height: 21px;
}

.hpcube a{
	display: block;
	text-align: right;
	font-size: 11
	px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: bold;
	
	
}




/***********************************/

