/*content style (text=pageContent)*/

A:link {
	color: #78AEFF;
	text-decoration: none;
}
A:visited {
	color: #0038E0;
	text-decoration: none;
}
A:active {
	color: #C80C06;
	text-decoration: none;
}
A:hover {
	color: #002396;
	text-decoration: underline;
}

.text-header
{
	font-size: 15px;
	font-family: Arial;
	color: #8F2500;	
	font-weight: bold;
}

.text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: black;
}
.mediumtext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: black;
}
.smalltext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #5A5A5A;
}
.smallwhttext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: white;
}
.mainhead {
	font-family: Calisto, Georgia, Times Roman;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
}
.header {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration : underline;
	color: #8F2500;
}
.mediumhead {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5A5A5A;
}
.smallhead {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #5A5A5A;
}

.crumbtext {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	font-variant: normal;
	color: white;
}

.pageContent 
{
	font-size: 11px;
	font-family: Arial;
	color: black;	
}

.pageContent a 
{
	font-size: 11px;
	font-family: Arial;
	color: black;	
}


/* top elements */

.company
{
	font-size: 18px;	
	font-family: Arial;
	color: #8E8E8E;
	letter-spacing : -1px;
}

.slogan
{
	font-size: 14px;	
	font-family: Arial;
	color: #C80C06;
	font-weight: bold;
}

/*bottom menu*/

.abmenu
{
	font-size: 9px;	
	font-family: Arial;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}


/*copyright*/

.footer
{
	font-size: 11px;	
	font-family: Arial;
	color: black;
}

.top_line
{
	background-color: #5A5A5A; /*dk red*/
}

.submenu-bg
{
	background-color: #FFF0AA; /*dk red*/
}

.txtheader-bg
{
	background-color: #FFF0AA; /*lt gold*/
}

.txtheader-border
{
	margin: 2px; border: 1px solid #FFBA00; /*dk gold*/
}