body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-image: url(../images/background.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#9f978f;
	border: 0px;
}
.HeaderBG
{
	background-image: url(../images/header_background.jpg);
	background-position:center;
	background-repeat: no-repeat;
}
.WhitePanelBG
{
	background-image: url(../images/white_panel_background.png);
	background-position:center;
	background-repeat: repeat-y;
}
.BlueFooter
{
	background-image: url(../images/blue_panel_footer.png);
	background-position:center;
	background-repeat:no-repeat;
}
.BluePanel
{
	background-image: url(../images/blue_panel.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin: 0 auto;
}
.TextGeneral
{
	font: 100%/1.3 Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .1em;
	color: #666666;
	text-align:left;
}
.TextGeneralError
{
	font: 100%/1.3 Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .1em;
	color: #cc0000;
	text-align:left;
}
.TextGeneralLink
{
	font: 100%/1.3 Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .1em;
	color: #175ca1;
	text-decoration: underline;
}
.TextGeneralBold
{
	font: 100%/1.3 Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #666666;
}
.TextGeneralItalic
{
	font: 100%/1.3 Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .1em;
	color: #666666;
	text-align:left;
	font-style:italic;
}
.TextGeneralBoldRed
{
	font: 100%/1.3 Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #c63142;
}
.TextGeneralBoldLink
{
	font: 100%/1.3 Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #175ca1;
	text-decoration: underline;
}
.TextGeneralBoldLinkMap
{
	font: 100%/1.3 Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #175ca1;
	text-decoration: underline;
}
.RSSText
{
	font: 100%/1.3 Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.RSSText a:link
{
	font: 100%/1.3 Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c63142;
}
.RSSText a:visited
{
	font: 100%/1.3 Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c63142;
}
.RSSText a:hover
{
	font: 100%/1.3 Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #175ca1;
}
.RSSText a:active
{
	font: 100%/1.3 Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c63142;
}
.RSSPanel
{
	background-image: url(../images/rss_bg.png);
	background-position:center;
	background-repeat: no-repeat;
}
H1
{
	font-family: Arial, Helvetica, san-serif;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	vertical-align:bottom;
}
.TextHeader
{
	font-family: Arial, Helvetica, san-serif;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
}
.TextHeaderRSS
{
	font-family: Arial, Helvetica, san-serif;
	font-weight: bold;
	font-size: 16px;
	color: #999999;
	padding: 0px;
}
.TextHeaderRed
{
	font-family: Arial, Helvetica, san-serif;
	font-weight: bold;
	font-size: 16px;
	color: #c63142;
}
.TextGeneralRed
{
	font-family: Arial, Helvetica, san-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #c63142;
}
.TextGeneralBlue
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	text-align: left;
	color: #175ca1;
}.TextSignUpRed
{
	font-family: Arial, Helvetica, san-serif;
	font-weight: bold;
	font-size: 12px;
	color: #c63142;
}
.TextFooter
{
	font-family: Arial, Helvetica, san-serif;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
}
.TextFooterLink
{
	font-family: Arial, Helvetica, san-serif;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
}
.Footer a:link
{
	color: #666666;
}
.Footer a:visited
{
	color: #666666;
}
.Footer a:hover
{
	color: #333333;
}
.Footer a:active
{
	color: #666666;
}
.ImageBorder
{
	border: 1px solid #175ca1;
	margin-right: 5px;
	margin-left: 5px;
  margin-bottom: 5px;
	margin-top: 5px;
}
.ImageLeftBorder
{
	border: 1px solid #175ca1;
  margin-right: 10px;
  margin-bottom: 10px;
	margin-top: 10px;
}
.ImageRightBorder
{
	border: 1px solid #175ca1;
  margin-left: 10px;
  margin-bottom: 10px;
	margin-top: 10px;
}
.ImageNoBorderLeft
{
	border: 0px;
	margin-right: 10px;
	margin-left: 0px;
  margin-bottom: 5px;
	margin-top: 5px;
}
.ImageNoBorderRight
{
	border: 0px;
	margin-right: 0px;
	margin-left: 10px;
  margin-bottom: 5px;
	margin-top: 5px;
}
hr
{
  border: none;
	color: #175ca1;
	background-color: #175ca1;
	height: 1px;
	width: 100%;
}
li
{
	padding: 5px;
  list-style-type: disc;
	color: #c63142;
	font-size: 12px;
}
li a:link
{
	padding: 5px;
  list-style-type: square;
	color: #c63142;
	font-size: 12px;
	text-decoration: none;
}
li a:visited
{
	padding: 5px;
  list-style-type: square;
	color: #c63142;
	font-size: 12px;
	text-decoration: none;
}
li a:hover
{
	padding: 5px;
  list-style-type: square;
	color: #c63142;
	font-size: 12px;
	text-decoration: underline;
}
li a:active
{
	padding: 5px;
  list-style-type: square;
	color: #c63142;
	font-size: 12px;
	text-decoration: underline;
}
a:link
{
	color: #c63142;
	text-decoration: none;
}
a:visited
{
	color: #175ca1;
	text-decoration: none;
}
a:hover
{
	color: #175ca1;
	text-decoration:underline;
}
a:active
{
	color: #c63142;
}
.FormButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #c63142;
	font-weight: bold;
	border: 1px solid #000000;
	width: 60px;
}
.FormField
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #990000;
}
.E-zineBG
{
	background-image: url(../images/e-zine_bg.jpg);
	background-repeat: no-repeat;
}
.LineHeight
{
	line-height: 90%;
}