body 	{margin-left: 3; margin-top: 3; border-left: 3; border-top: 3;}

P	{font-size: smaller; font-family: serif; font-weight: lighter;}

/* old bold color for p tags= #008B8B */
P B	{color: #008B8B ; font-family: arial}

H2	{text-align: center; font-family: 'arial'; color:#800000;}

H3 	{text-align: left; color: #800000;}

H4	{color:#800000;font-family: 'arial';}

H5	{color:#00008f; font-family: 'arial'; margin-bottom:2px;}

UL	{font-size: smaller;}

UL UL 	{font-size: normal;}

P.Special {font-family: 'book antiqua';  font-size: normal;}

/* Class type to align text to the right */

	.Right	{float: right;
		}

	.Left 	{float: left; 
		}
/* Class for Feature section on homepage */
	H3.Feature {color: #00008B; text-align: center; font-family: Tahoma;}
/* Control look of links */
	A 	{color: #800000; text-decoration: none;
		}

	A:Link 	{color: #800000; text-decoration: none;
		}

	A:visited {color: #800000; text-decoration: none;
		}

	A.Title	{font-variant: small-caps; color: #800000; 
		}


/* Class type to put "Back to Top" link -- visible for Help & hidden for manual */

	A.ToTop	{color: blue; text-align: right;  visibility: visible; font-size:smaller;
		}


/* Control behavior of the <A> rollover */

	A:Hover {color: purple; background-color: #fffff0;  text-decoration: underline;
		}
/* Paragraph tag for the terms and conditions pages */
	div.Terms {margin-left:25px; margin-right:25px; margin-bottom:25px; font-size:normal; }

	ol li.Terms {margin-bottom:15px; }
	ol li.Terms li {margin-bottom:2px; }
