.menu 
{
	font-family: "Century Gothic";
	font-size: 12px;
	line-height: 16pt;
	margin-top: 11px;
}

.submenu
{
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 2em;
}

.menu a:link {color: #A41F20; text-decoration: none;}
.menu a:active {color: #CCCCCC; text-decoration: none;}
.menu a:visited {color: #A41F20; text-decoration: none;}
.menu a:hover {color: #FF0000; text-decoration: none;}

.contentheader 
{
	font-size: 16px;
	font-family: Century Gothic, Helvetica, sans-serif;
	color: #A41F20;
	line-height: 30px;
	margin-top: 4px;
	font-weight: bold;
}

.contentheader a:link {color: #A41F20; text-decoration: none;}
.contentheader a:active {color: #CCCCCC; text-decoration: none;}
.contentheader a:visited {color: #A41F20; text-decoration: none;}
.contentheader a:hover {color: #FF0000; text-decoration: none;}

.content 
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-indent: 0em;
	line-height: 18px;
	margin-bottom: 18px;
	text-align:justify;
}

.content a:link {color: #A41F20; text-decoration: none; font-weight: normal;}
.content a:active {color: #CCCCCC; text-decoration: none;}
.content a:visited {color: #A41F20; text-decoration: none;}
.content a:hover {color: #FF0000; text-decoration: none;}

.picture-right
{
	position:static;
	float: right;
	margin-top:8px;
	margin-left:8px;
	margin-bottom:8px;
	font-size: 12px;
	font-family: Century Gothic, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
	font-weight:bold;
	border-width:0;
}

.picture-left
{
	position:static;
	float: left;
	margin-top:8px;
	margin-right:8px;
	margin-bottom:8px;
	font-size: 12px;
	font-family: Century Gothic, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
	font-weight:bold;
	border-width:0;
}

.picture-right a:link {border-width:0;}
