@charset "utf-8";


body {
	margin:0px;
	background-color: #e9e9e9;
	font-family: Georgia;
	font-size: 16px;
	line-height: 20px;
}
.bordertop {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #b01c49;
}
.white {
	font-family: "Trebuchet MS";
	color:#fff;
	font-size:18px;
}
.boder {
	border: 1px solid #d5d5d5;
}
h1 {
	font-family: "Trebuchet MS";
	font-size:21px;
	color:#ad1e4b;
}
.grey {
	background:#f4f4f4;
	border:1px solid #f4f4f4;
	padding:20px;
}
.nav {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	border-radius:20px;
}
a:hover.nav {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #921036;
	text-decoration:none;
}
.nav2 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #921036;
	text-decoration:none;
}
.footerlinks {
	color:#fff;
}
.txtfield1 {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height:18px;
	border: 1px solid #999999;
	width:200px;
	height:15px;
}
.txtfield2 {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height:18px;
	border: 1px solid #999999;
	width:200px;
	height:100px;
}
.newstyler {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
}
.new {
	color:#000;
}


