@CHARSET "UTF-8";
html {
	height: 100%;
	}
body {
	height: 100%;
	padding : 0px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #2B2B2A;
}

.home_bold {
	font-size: 14px;
	font-weight: bold;
	color: #383935;
	margin-bottom: 7px;
}
.home_normal {
	font-size: 13px;
	color: #2B2B2A;
}

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
    
 .right_menu_item{
 	width:195px;
 	padding-top: 6px;
 	cursor: pointer;
 	left: 50px;
 	padding-left: 20px;
 	padding-top: 3px;
 	height: 20px;
 }
  .right_menu_item_over{
  	width:195px;
  	background-color: #C6D130;
 	padding-top: 6px;
 	cursor: pointer;
 	left: 50px;
 	padding-left: 20px;
 	padding-top: 3px;
 	height: 20px;
 }
 

 a {
 	color: #4D1A5F;
 	text-decoration: none;
 	font-weight: bold;
 }
 h1{
 	font-size: 18px;
 	font-weight: bold;
 	color: #91345A;
 	margin-bottom: 0px;
 }
  h2{
 	font-size: 16px;
 	font-weight: bold;
 	color: #9B9B9B;
 }
  h3{
 	margin-top:10px;
 	font-size: 13px;
 	font-weight: bold;
 	color: #2B2B2A;
 }
  h4{
 	margin-top:15px;
 	margin-bottom: 15px;
 	font-size: 13px;
 	font-weight: bold;
 	color: #4D1A5F;
 }
 .classh4{
 	margin-top:15px;
 	font-size: 13px;
 	font-weight: bold;
 	color: #4D1A5F;
 }
 .line {
 	height: 1px;
 	border-bottom: 1px solid #CDCDCD;
 	margin-: 10px;
 	margin-bottom: 10px;
 	margin-top: 10px;
 }
 .clientImages {
 	float: left;
 	width: 133px;
 	height: 102px;
 	border-top: 1px solid #CDCDCD;
 	border-left: 1px solid #CDCDCD;
 	background-repeat: no-repeat;
 }
  
