/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.textStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#393c84;
}

.textStyleOrg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF6600;
}

a:link {
	color: #468d31;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #468d31;
}
a:hover {
	text-decoration: underline;
	color: #468d31;
}
a:active {
	text-decoration: none;
	color: #468d31;
}

.textStyle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		color:#393c84;
}

.textStyle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
		color:#393c84;
}



.txtBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#393c84;
	border:1px solid #393c84;
	height:20px;
}


.txtArea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#393c84;
	border:1px solid #393c84;
	width:85%;
}

.whiteTxt {
	color: #FFFFFF;
	font-weight: bold;
}

.cntDiv
{
width:95%;
_width:99%;
height:342px;
_height:362px;
overflow:auto;
padding:10px;
text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#393c84;
	margin-top:13px;
}
