body {
	margin: 0px 10px 10px 10px;
}

body {
	font-size: 70%;
	font-family: Helvetica, Arial , sans-serif;
	color: black;
}

.required {
	font-size : 11px;
	border-width : 1px;
	border-color : red;
	border-style : solid;
	background : White;
}

.inputStd {
	font-size : 11px;
	border-width : 1px;
	border-color : #7DBAB0;
	border-style : solid;
	background : White;
}

select  {
	font-size : 11px;
	border-width : 1px;
	border-color : #7DBAB0;
	border-style : solid;
	background : White;
}

.subheader {
	font-weight : bold;
	font-size: 100%;
	color : #7DBAB0;
	
}

.bodybd {
	font-size: 100%;
	font-weight: bold;
	font-family: Helvetica, Arial , sans-serif;	
	color: black;
}

.bodyit {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	font-family: Times, Helvetica, Arial , sans-serif;	
	color: blue;
	
}
.bodyb9 {
	font-size: 100%;
	font-weight: bold;
	font-family: Times, Helvetica, Arial , sans-serif;	
	color: gray;
	line-height: -2px;
	font-style: italic;
	}

a {
	color: #7DBAB0;
	text-decoration: none;
}

.imagebd{
	border : 1px solid #7DBAB0;
}

a:hover {
	color: #7DBAB0;
	text-decoration: underline;
}

.menu {
	padding: 0.2em 0px 0.2em 0;
	line-height: 100%;
	display: block;
	color: black;
	text-decoration: none;
	padding-left:0px;
	padding-top:4px;
	padding-bottom:4px;
}



.menu:hover {
	display: block;
	color: black;
	text-decoration: underline;
	padding-left:0px;
	padding-top:4px;
	padding-bottom:4px;
}

.menubld {
	padding: 0.2em 0px 0.2em 0;
	line-height: 100%;
	display: block;
	color: black;
	text-decoration: none;
	padding-left:0px;
	padding-top:4px;
	padding-bottom:4px;
	font-weight:bold;
}

.menubld:hover {
	display: block;
	color: black;
	text-decoration: underline;
	padding-left:0px;
	padding-top:4px;
	padding-bottom:4px;
}

.menustep {
	padding: 0.2em 0px 0.2em 0;
	line-height: 100%;
	display: block;
	color: black;
	text-decoration: none;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:4px;
}

.menustep:hover {
	display: block;
	color: black;
	text-decoration: underline;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:4px;
}

img
{
    display:block;
}

.mainHeading
{
    font-size:13pt;
    font-weight:bold;
    color:#7CB8AE;
}


p {
	margin: 0px 0px 10px 0px;
}


H1 {
	font-size: 200%;
	margin: 0px 0px 10px 0px;
}


H2 {
	font-size: 170%;
	margin: 0px 0px 10px 0px;
	color : #7DBAB0;
}


H3 {
	font-size: 130%;
	margin:0px 0px 10px 0px;
	color : #7DBAB0;
}

H4 {
	font-size: 100%;
	margin:0px 0px 0px 0px;
	color : #7DBAB0;
	font-weight : bold;
}

HR 
{
   margin:10px 0px 10px 0px;
} 

.copywrite 
{
    color:White;
    font-size:9px;
}

.copywritenav {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}

.copywritenav:hover {
	text-decoration: underline;
	color: black;
}