body {
	font-size: 12px;
	font-family: Arial;
	color: #57245A;
}

.head {
	font-size: 16px;
	color: #51B74A;
	font-weight: bold;
}

.sub-head {
	font-size: 12px;
	color: #F38025;
	font-weight: bold;
	text-decoration: underline;
	line-height: 16px;
}

a {
	color: #AE48B5;
	text-decoration:none;
	
}

a:hover {
	text-decoration: underline;
	color: #5E388A;
}

.bg-content {
	background-image: url(/images/content2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.nav a {
	font-size: 12px;
	font-weight: bold;
	color: #AE48B5;
	
}

.nav a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #5E388A;
	text-decoration:none;

}


.nav {
	font-size: 12px;
	font-weight: bold;
}
.home-button {
	padding: 4px;
	border: 1px solid #f8d9bd;
	background-color:#fff2e9;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
.home-button:hover {
	background-color:#FFFFFF;
}
.home-button a {
	color: #217321;
}
.home-button a:hover {
	text-decoration: none;
}
.text-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;

}
.text-box-100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	width: 99%;

}
.text-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #000000;
	color: #ffffff;

}
.text-buttond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #ec0404;
	color: #ffffff;

}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}