﻿/* CSS Document */
body {
	color: #000;
	font-family: Arial, Helvetica, Geneva;
	font-size: small;
	background-color: ffffff;
}



h2 {

		color: #FF6633;

		font-family: Arial, Helvetica, Geneva;

		font-weight: bold;

		font-style: italic;

		}

.font  {
	font-size: 12pt;
}

	/* category  RED titles in Hours and Loc*/

	.subtitles	
	{
		color: #FF6633;
		font-family: Arial, Helvetica, Geneva;
		font-weight: bold;
		font-style: italic;
		font-size:20pt;
	}
	/* smaller RED titles in Hours and Loc*/
	.section	
	{
		color: #FF9966;
		font-family: Arial, Helvetica, Geneva;
		font-weight: bold;
		font-style: italic;
		font-size:13pt;
	}

	/* titles in services*/
	.section2	
	{
		color: #6699CC;
		font-family: Arial, Helvetica, Geneva;
		font-weight: bold;
		font-style: italic;
		font-size:13pt;
	}


	a:link
	{
	text-decoration: none;
	color: #FF9966;
	font-size: 14pt;
}
	a:active
	{
		text-decoration: none;
	}
	a:hover
	{
		color:#3366CC;
		text-decoration: none;
	}
	a:visited
	{
		text-decoration: none;
		color: #FF9966
	}
	.namelinks
	{
		font-weight:bold;
	}