/* CSS Doc */

/* edit the background and main font colours and appearance. */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cecece;
}

.backgroundA{
	background-image:url(images/backgroundgradient.gif);
	background-repeat:repeat-x;
	width:100%;
	height:500px;
	}

.heading {
	font-family      : Tahoma;
	font-size        : 11px;
	font-weight		 : bold;
	color			 : #605d5d;
	text-decoration  : none;
}

.body {
	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #000000;

}

.emphasize {
	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #605d5d;

}

/* 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			 : #605d5d;
}

a.mainlevel-nav:link, a.mainlevel-nav:visited {
	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #FFFFFF;
	text-decoration	 : none

}
a.mainlevel-nav:hover {
	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #999999;
	text-decoration	 : none

}


/* Extras. */

hr {
    height			:1px;
    width			:90%;
	color			: #999999;
   }
