/* Common style shared by all the pages*/
#search a{
text-decoration:none;

}
.hints {
	font-size:9pt;
	color:#555555;
	display: inline;
}
.mainContentSingle{
	margin-left:50px;
	
	margin-right:50px;
}

.small-bold
{
	font-size: 9pt; font-weight: bold;
}
.small-font
{
	font-size: 9pt; font-weight: bold;
}

.hr
{
border-bottom:0px dashed #999999;
border-top:1px dashed #999999;
color:#FFFFFF;
height:1px;
margin:8px 0px;
padding:0pt;
	
}
h2 {
color:#CC6600;
font-family:verdana,arial,helvetica,sans-serif;
font-size:medium;
}
h1 {
font-weight: bold;
font-family:verdana,arial,helvetica,sans-serif;
font-size:medium;
}

.box{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* END style8 */

br{
  clear: left;
}