@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/background.jpg);
}

.standard {
	font-family:Calibri;
	font-size:12px;
}

.bigtitle{
	font-family:Calibri;
	font-size:18px;
	color:#8E122A;
	font-weight:bold;
}

.subtitle{
	font-family:Calibri;
	font-size:16px;
}

.thegrey{
	color:#999;
	font-family:Calibri;
	font-size:12px;
}

.thered {
	color:#8E122A;
	font-size: 10px;
	font-weight:bolder;
	font-family:Calibri;
	vertical-align:middle;
}

.themenu {
	font-family:Calibri;
	font-size:14px;
}

.theborder {
padding:10px 10px; 
background:#FDF5EA;
border-top-left-radius: 1em 1em;
border-top-right-radius: 1em 1em;
border-bottom-right-radius: 1em 1em;
border-bottom-left-radius: 1em 1em;
-moz-border-radius:1em; /* Firefox 3.6 and earlier */
}

/*Copyright Section*/
.copyright {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #8E122A;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}


a#nds:link {
	color: #000;
	text-decoration: none;
}
a#nds:visited {
	color: #000;
	text-decoration: none;
}
a#nds:hover {
	color: #000;
	text-decoration: underline;
}
a#nds:active {
	color: #000;
	text-decoration: none;
}


<!--Contact Us Form-->