/* CSS Document from Psychosis Interface */


/* Use this section to edit the background and main font colours and appearance. */

body { 
	background-color: fff;
	margin:0px;  }

.heading {
	font-family      : times;
	font-size        : 18px;
	font-weight		 : bold;
	color			 : maroon;
	text-decoration  : none;	}

.heading_lite {
	font-family      : times;
	font-size        : 16px;
	font-weight		 : normal;
	color			 : maroon;
	text-decoration  : none;	}

.heading_lite_sw {
	font-family      : times;
	font-size        : 16px;
	font-weight		 : normal;
	color			 : #000000;
	text-decoration  : none;	}

.heading_white {
	font-family      : times;
	font-size        : 16px;
	font-weight		 : normal;
	line-height		 : 1.1em;
	color			 : #FFFFFF;
	text-decoration  : none;	}

.heading_gross { 
	color			: #690; 
	font-size		: 20px; 
	font-family		: Tahoma; 
	font-weight		: normal; 
	text-decoration	: none;		}

.body {
	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #000000;	}

.body_white {
	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #FFFFFF;	}

.body_agb {
	font-family      : Tahoma;
	font-size        : 9px;
	color			 : #000000;	}

.emphasize {
	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #690;	}

.emphasize_blau { 
	color			: #039; 
	font-size		: 11px; 
	font-family		: Tahoma;	}



/* Use this section to edit the link colours and appearance. */

a:link {  

	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #000000;	} 

a:visited {  
	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #000000;	}

a:hover {  
	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #cf6606;	}

a.mainlevel-nav:link, a.mainlevel-nav:visited {
	font-family      : times;
	font-size        : 13px;
	color			 : maroon;
	text-decoration	 : none		}

a.mainlevel-nav:hover {
	font-family      : times;
	font-size        : 13px;
	color			 : black;
	text-decoration	 : none;	}

.activelink
{
  font-weight: bold;
}

/* Extras. */

hr {
    height			:1px;
    width			:90%;
	color			: #999999;	}


