a{	color: #ba342b;}
a:link,a:visited{}
a:hover{

text-decoration: underline;}
html{
	font-size: 16px;
}
body{
	color: #8d8d8d;
	text-align: left;
	font-size: 0.625em;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	color: #ba342b;
	font-family:Tahoma;
	font-size:24px;
	font-weight:bold;
	margin-bottom:24px;
}

strong
{
	font-weight:bold;
}

#maincontent{
	
	font-size: 1.2em;

}

#maincontent h2{
	
	font-size:16px;
	
	color: #ba342b;
	
	font-weight: bold;
	
}

#maincontent h3{
	font-size:12px;
	
	color: #ba342b;
	
	font-weight: bold;
}

#maincontent h4,
#maincontent h5,
#maincontent h6{
	color: #575c62;
	font-size:12px;
	font-weight:bold;
	
}

#textcontainer ul li{
	padding: 0px 0px 0px 14px;
	background-image: url(../images/menudots.gif);
	background-repeat: no-repeat;

	background-position: left 6px;

}

#maincontent ul{
	margin: 0.2em 10px 1em 9px
}

#maincontent ol{
	margin: 0.2em 10px 1em 29px;
	list-style:decimal !important;
}

#maincontent ol li{
	
	list-style:decimal !important;
}

#maincontent p{
	margin-bottom: 1em;
}

body.rtl_page #textcontainer ul li{
	padding: 0px 14px 0px 0px;
	background-image: url(../images/menudots.gif);
	background-repeat: no-repeat;

	background-position: right 6px;

}


body.rtl_page #maincontent ul{
	margin: 0.2em 9px 1em 10px
}

body.rtl_page #maincontent ol{
	margin: 0.2em 29px 1em 10px;
	list-style:decimal !important;
}

body.rtl_page #maincontent ol li{
	
	list-style:decimal !important;
}






