.headerbody
{
	background-color : White;
	color			 : Black;
	
	margin-top    : 0px;
	margin-bottom : 0px;
	margin-left   : 0px;
	margin-right  : 0px;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 10px;
	font-weight : normal;
	font-style  : normal;
}

.submenubody
{
	background-color : White;
	color			 : Black;	
	
	margin-top    : 10px;
	margin-bottom : 0px;
	margin-left   : 10px;
	margin-right  : 0px;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight : normal;
	font-style  : normal;
}

.contentbody
{
	background-color : White;
	color			 : Black;
	

	margin-top    : 14px;
	margin-bottom : 10px;
	margin-left   : 20px;
	margin-right  : 0px;
/*
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	*/
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size 	: 11px;
	font-weight : normal;
	font-style 	: normal;
}

.footerbody
{
	background-color : White;
	color			 : Black;	
		
	margin-top 	  : 5px;
	margin-bottom : 0px;
	margin-left   : 0px;
	margin-right  : 0px;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 10px;
	font-weight : normal;
	font-style  : normal;
}

.submenu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight : normal;
	font-style  : normal;
}
a.submenu:link {
	text-decoration  : none;
	background-color : transparent;	
	color            : #C80000;
}
a.submenu:visited {
	text-decoration  : none;
	background-color : transparent;	
	color            : #C80000;
}
a.submenu:hover {
	text-decoration  : underline;
	background-color : transparent;
	color            : #C80000;
}
a.submenu:active {
	text-decoration  : none;
	background-color : transparent;
	color            : Black;
}

a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight : normal;
	font-style  : normal;
}
a:link {
	text-decoration  : underline;
	background-color : transparent;
	color            : #C80000;
}
a:visited {
	text-decoration  : underline;
	background-color : transparent;
	color            : #C80000;
}
a:hover {
	text-decoration  : underline;
	background-color : transparent;
	color            : #C80000;
}
a:active {
	text-decoration  : none;
	background-color : transparent;
	color            : #C80000;
}

.thinborder
{
	border-width : 1px;
	border-style : solid;
	border-color : #AAAAAA;
}

.bold
{
	font-weight : bold;
	font-style  : normal;	
}

.normalfont
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight : normal;
	font-style  : normal;	
}

.phrase
{
	background-color : transparent;
	color            : #888888;
	
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 13px;
	font-weight : bold;
	font-style  : normal;
	
	padding-top    : 0px;
	padding-bottom : 0px;
	
/*	margin-top    : 50px;
	margin-bottom : 0px;
	margin-left   : 0px;
	margin-right  : 0px;
	*/
}

p, th, td, li, input, textarea, select
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight : normal;
	font-style  : normal;
}

ul
{
        list-style : outside square;
}


p {
	/*background-color : #EEE8AA;*/

	margin-top    : 5px;
	margin-bottom : 8px;
	margin-left   : 0px;
	margin-right  : 0px;

}

dt
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight : bold;
	font-style  : normal;
}

dd
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight : normal;
	font-style  : italic;
}

pre
{
	font-family : "Courier New", Courier, monospace;
	font-size   : 12px;
	font-weight : normal;	
	font-style  : normal;
}

h1
{
	background-color : transparent;
	color            : Black;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 22px;
	font-weight : bold;
	font-style  : normal;
        
    padding-top    : 0px;
	padding-bottom : 0px;
	
    margin-top    : 25px;
    margin-bottom : 15px;
	margin-left   : 0px;
	margin-right  : 0px;
}

h2
{
	background-color : transparent;
	color            : Black;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 18px;
	font-weight : bold;
	font-style  : normal;
	
	padding-top    : 0px;
	padding-bottom : 0px;
	
	margin-top    : 10px;
	margin-bottom : 20px;
	margin-left   : 0px;
	margin-right  : 0px;
}

h3
{
	background-color : transparent;
	color            : Black;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 19px;
	font-weight : normal;
	font-style  : normal;
	
	padding-top    : 0px;
	padding-bottom : 0px;
	
	margin-top    : 10px;
	margin-bottom : 20px;
	margin-left   : 0px;
	margin-right  : 0px;
}

h4
{
	background-color : transparent;
	color            : #888888;
	
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 13px;
	font-weight : bold;
	font-style  : normal;
	
	padding-top    : 0px;
	padding-bottom : 0px;
	
/*	margin-top    : 50px;
	margin-bottom : 0px;
	margin-left   : 0px;
	margin-right  : 0px;
	*/
}

h5
{
	background-color : White;
	color            : #555555;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 12px;
	font-weight : bold;
	font-style  : normal;
/*      
	padding-top    : 0px;
	padding-bottom : 0px;
	
	margin-top    : 0px;
	margin-bottom : 10px;
	margin-left   : 0px;
	margin-right  : 0px;
	*/
/*
	border-style : solid;
	border-color : #F4B1B2;
	border-width : 1px 0px 0px 0px;
	*/
}

h6
{
	background-color : transparent;
	color            : Black;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight : bold;
	font-style  : normal;
	
	padding-top    : 0px;
	padding-bottom : 0px;
	
	margin-top    : 10px;
	margin-bottom : 3px;
	margin-left   : 0px;
	margin-right  : 0px;
}