/* Contact begin */
.text {
		font-family: Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#000000;
		text-align:justify;
}
.maillink {
	color: #000000;
	font-family: verdana;
	font-size: 13px;
	text-decoration: none;
	line-height: 20px;
}
.maillink:hover {
	color:#000000;
	font-family: verdana;
	font-size: 13px;
	text-decoration: underline;
	line-height: 20px;
}
.contact {
	color: #000000;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}

.contact2 {
	color: #000000;
	font-family: verdana;
	font-size: 13px;
	border-left:1px solid #CCCCCC;
}

.contacttextbox {
	background-color:#ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	font-family: arial;
	font-size: 13px;
	color:#000000;
	width: 280px;
	height: 147px;
	overflow: auto;
	padding:0px;
	margin:0px;
}

.contacttext {
  	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	font-family: arial;
	font-size: 12px;
	color:#000000;
	width: 280px;
	height: 18px;
}

.contactbutton {
	border-style: solid;
	border-width: 0px;
	border-color:#8d8df4;
	font-weight: bold;
	background-color:#FFFFFF;
	font-family: arial;
	color:#000000;
	font-size: 13px;
}

.contactmsg {
	color: #163c99;
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
/* Contact end */