/* text styles */
body,td,th,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	color: #62005A;	
	font-weight: bold;
}
a:link {
	color: #62005A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #62005A;
}
a:hover {
	text-decoration: underline;
	color: #ee3c96;
}
a:active {
	text-decoration: none;
	color: #ee3c96;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #62005A;
}
h2 {
	font-size: 12px;
	color: #62005A;
}

.bg1 {
	background-color: #effbec;
}
.bg2 {
	background-color: #fde8f3;
}

.boldtext {
	font-weight: bold;
}

.italictext {
	font-style: italic;
}

.smallitalic {
	font-style: italic;
	font-size: 10px;
}
.message {	
	color: #ee3c96;
}

.formtable {
	background-color: #effbec;
	font-size: 11px;	
}

.formtable2 {
	background-color: #fde8f3;
	font-size: 11px;	
}

.selectbox {
	font-size: 11px;
	border: 1px solid #999999;
}

.inputbox {
	font-size: 11px;
	border: 1px solid #999999;
}

 .heading {		
		color: #ee3c96;
		font-size: 12px;
		font-weight:bold;
		background-color: #f0f0f0;
		line-height: 20px;
	
	}
	