@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
body {
	background-image: url(./images/background.jpg);
	background-repeat: repeat;
	background-color: #ff3f62;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#layout_table {
	margin: 0px;
	padding: 0px;

}
a:link {
	color: #ff3f62;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #37832C;
}
a:hover {
	text-decoration: underline;
	color: #37832C;
}
a:active {
	text-decoration: none;
	color: #37832C;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #FF3F62;
	margin-top: 0px;
	font-style: normal;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	color: #37832C;
	margin-top: 0px;
	font-style: normal;
}
#navigation {
	width:800px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color:#FF3F62;
	
}
#header {
	width:800px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#footer {
	width:800px;
	background-color:#FF3F62;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px;
	border-bottom-color: #ffffff;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footertext a:link {
	color: #ffffff;
	text-decoration: none;
}
.footertext a:visited {
	text-decoration: none;
	color: #ffffff;
}
.footertext a:hover {
	text-decoration: underline;
	color: #fce8eb;
}
.footertext a:active {
	text-decoration: none;
	color: #fce8eb;
}
#content  {
	background-color:#ffffff;
	line-height: 1.5em;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
 
.smalltext {
	font-size: 10px;
}
.boldtext {
	font-weight: bold;
}
.sitelinks {
	vertical-align: top;
	font-size: 9px;
	text-align: center;
	color: #FF3F62;
}
.sitelinks a:link {
	color: #FF3F62;
	text-decoration: none;
}
.sitelinks a:visited {
	text-decoration: none;
	color: #FF3F62;
}
.sitelinks a:hover {
	text-decoration: underline;
	color: #37832C;
}
.sitelinks a:active {
	text-decoration: none;
	color: #37832C;
}
.pinktext  {
	color: #FF3F62;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
