*
{
	margin:0px;
	padding:0px;
}
.container
{
	width:90%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.pressHeading
{
     color: #333333;
     line-height: 20px;
     text-align: center;
     font-size:10pt;
}



.main-heading
{
	color: #B82226;
	text-decoration: none;
	font-size:16px;
}

.sub-heading
{
	color:#000000;
	text-decoration: none;
	
}

.normal-text
{
	color: #333333;	
	line-height: 22px;
	text-align: justify;
	font-size:11pt;
}
.box_normal-text
{
	color: #333333;	
	line-height: 22px;
	text-align: justify;
	font-size:11pt;
}
.avatar
{
	border:1px solid #b7b7b7;
	width:90px;
	box-shadow:2px 2px 5px #656565;
}

.avatar-name
{
	color:#000000;
	text-decoration: none;
	
	vertical-align:top;
	font-size:14px;
	vertical-align:top;
}
.rounded-corner
{
	border-radius: 0px 8px 0px 8px; 
	-moz-border-radius: 0px 8px 0px 8px; 
	-webkit-border-radius: 0px 8px 0px 8px; 
	border: 1px solid #b7b7b7;
	Padding:7px;
	box-shadow:2px 2px 5px #b7b7b7;
}
input{
	border:1px solid #CCCCCC;
	/* font-family: tahoma; */
	font-size: 11px;
	font-weight: normal;
	width:364px;
	height:20px;

}

.textarea{
	padding: 0;
	outline: none;
	max-width: 800 !important;
	max-height: 100%;
	color: #625A57;
	/* font-family: tahoma; */
	font-size: 10pt;
	font-weight: normal;
}
legend{
	color: #000000;	
	line-height: 20px;
	text-align: justify;

}
label{
	color: #000000;	
	line-height: 20px;
	text-align: justify;

}

strong {
    color: #201f1f;
    line-height: 24px;
    text-align: justify;
    font-size: 12pt;
}
#topmenu a {
    text-transform: capitalize !important;
}