@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.footerLink {
	color: #999999;
	font-size:11px;
	font:11px Verdana, Regular;
}
.searchLink {
	color: #999999;
	font-size:14px;
	font:14px Verdana, Regular;
	
}

.heading {
	color: #666666;
	font:bold 16px Verdana;
	padding-left:25px;
}

.heading2 {
	color: #666666;
	font:bold 15px Verdana;
	padding-left:25px;
}
.heading3 {
	color: green;
	font:bold 15px Verdana;
	padding-left:25px;
}


.title {
	color: #ff0033;
	font: bold 23px Verdana;
}

.title2 {
	color: #ff0033;
	font: bold 20px Verdana;
	text-align: center;
}

.text-body {
	color: #000000;
	font: 16px Verdana;
	text-align: justify;
}

.name {
	color: #000000;
	font: normal 9px Verdana;
}

.selectedName {
	color: #000000;
	font:bold 12px Verdana;
}

.statement {
	color: #000000;
	text-align: justify;
	font: 12px Verdana ;
	font-style: italic
	
}

.text-normal {
	color: #000000;
	font: 14px Verdana ;
	text-align: justify;
}
.text-medium {
	color: #000000;
	font: 13px Verdana ;
	text-align: justify;
}

.text-medium2 {
	color: #000000;
	font: 13px Verdana ;
	text-align: center;
}

.text-small {
	color: #000000;
	font: normal 9px Verdana;
	text-align: justify;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}




.text-bold {
	color: #000000;
	font: bold 14px Verdana ;
}

.text-site {
	color: #000000;
	font: normal 11px Verdana ;
	text-align: justify;
}
.text-social {
	color: #000000;
	font: normal 10px Verdana ;
}
.fieldLabel {
	text-align:right;
	color: #000000;
	font:normal 12px Verdana ;
}

.resultText {
	color: #000000;
}

.text-message {
	color: red;
	text-align :justify;
	font : normal 14px Verdana ;
}

