/* CSS Document from Psychosis Interface */

/* Use this section to edit the background and main font colours and appearance. */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

.heading {
	font-family      : Tahoma;
	font-size        : 13px;
	font-weight		 : bold;
	color			 : #71a1c5;
	text-decoration  : none;
}

.body {
	font-family      : Tahoma;
	font-size        : 13px;
	color			 : #000000;

}

.emphasize {
	font-family      : Tahoma;
	font-size        : 13px;
	color			 : #71a1c5;

}

/* Use this section to edit the link colours and appearance. */

a:link {  
	font-family      : Tahoma;
	font-size        : 13px;
	color			 : #000000;
} 

a:visited {  
	font-family      : Tahoma;
	font-size        : 13px;
	color			 : #000000;
}

a:hover {  
	font-family      : Tahoma;
	font-size        : 13px;
	color			 : #71a1c5;
}

a.mainlevel-nav:link, a.mainlevel-nav:visited {
	font-family      : Tahoma;
	font-size        : 13px;
	color			 : #FFFFFF;
	text-decoration	 : none

}
a.mainlevel-nav:hover {
	font-family      : Tahoma;
	font-size        : 13px;
	color			 : #999999;
	text-decoration	 : none

}


/* Extras. */

hr {
    height			:1px;
    width			:90%;
	color			: #999999;
   }
