body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C23C79;
	border: 1px solid #FFFFFF;
}
input {
	border: 1px solid #C23C79;
}

.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.highlight {
	background-color: #FFFF00;
}


.innertable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #E1EAF7;
	border: 1px solid #274A7E;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #274A7E;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #274A7E;
}
a:hover {
	text-decoration: none;
	color: #C23C79;
}
a:active {
	text-decoration: underline;
	color: #C23C79;
}
h1 {
	font-size: 24px;
	color: #274A7E;
}
h2 {
	font-size: 18px;
	color: #C23C79;
}
h3 {
	font-size: 16px;
	color: #1A3155;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #21252E;
}
.outerborder {
	border: 1px solid #E9BCD1;
}
li {
	list-style-position: outside;
	list-style-image: url(images/check.jpg);
}

