﻿
html
{
	width:100%;
	height:100%;
	margin:0 0 0 0;
}

body
{
	/*background-color:#F2FFBE;*/
	width:100%;
	height:100%;
	margin:0 0 0 0;
	font-style:normal;
	font-variant:normal;
	font-stretch:normal;
	font-weight:normal;
	line-height:normal;
	font-family: Tahoma, Franklin Gothic Medium, Verdana, Arial;
	font-size:10pt;
}

.link
{
	color:#000000;
}

.link_pink
{
    color:#d000a6;
}

.lineTextSpace
{
	height:8px;
	width:100%;
}

#Main_Header
{
	height:236px;
	width:100%;
	background-repeat:repeat-x;
	background-image:url(parts/Main_Header_background.jpg);
}

#Main_Content
{
	min-height:160px; /*364px;*/
	width:100%;
	background-color:#ffffff;
	/*background-repeat:repeat-x;
	background-position:bottom;
	background-image:url(parts/Main_Content_background.jpg);*/
}

.page_title
{
    font-size: 32pt;
    font-family:Impact, Tahoma;
}

.page_subtitle
{
    font-size: 18pt;
    font-weight:bold;
    font-family:Verdana, Tahoma;
}

.page_smalltitle
{
	font-size: 14pt;
}

.mediumtext
{
	font-size:12pt;
	font-family:Tahoma;
}

.newsletterError
{
    font-size:8pt;
    color:Red;
}

.newsletterSuccess
{
    font-size:8pt;
    color:Green;
}
