body 	{
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			background-image: url(/images/frontimages/background.jpg);
		}

.buttontextsmall
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			color: "#444444";
			text-decoration: none;
			cursor: hand;
		}	

.buttontextmedium
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-style: normal;
			color: "#444444";
			text-decoration: none;
			cursor: hand;
		}	


.buttontextlarge
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 17px;
			font-style: normal;
			color: "#444444";
			text-decoration: none;
			cursor: hand;
		}	

h1		
		{
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 24px; 
			color: #7e7e80;
			font-weight: normal;
			white-space:nowrap;
			padding: 0;
			margin: 0;
		}

			/* footer text */
.footer {	
			font-family: Arial, Helvetica, sans-serif;
			color: black;
			font-size: 12px;
			hover: blue;
			font-style: normal;
			text-decoration: none;
			cursor: hand;
		}


			/* Title text for news/events headings */
.title 	{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 15px; 
			color: black;
			hover: blue;
		}

			/* Mouse over hover  */		
a:hover {
			color: blue;
		}		

			/* text used for news/events grey text */
.text 	{		
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			color: black;
			text-decoration: none;
		}