/*Basic Definitions*/

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
/*	background-image:url(Images/background.gif); */

	}
p,li,ul { 
	font-size: 14px;
}
h1 {
	font-size:24px;
	}
h2 {
	font-size:18px;
	}
h3 {
	font-size:14px;
	}
/*Basic Title Definitions*/

.tinyTitle {
	font-size:14px;
	}
.yellowTitle {
	font-size: 18px;
	color: #FFFF00;
	font-weight:bold;
}
.redTitle { /*changed this to be green akp*/
	color: #000000;
	font-weight:bold;
}
.blueTitle {
	color: #0000FF;
	font-weight:bold;
	}

/* Basic Anchor Definitions*/
a {
	color: #0000FF;
	text-decoration: none;
	}
a.yellowTitle {
	color: #FFFF00;
}

a.yellowTitle:visited {
	text-decoration: none;
	color: #FFFF00;
}

a.yellowTitle:hover {
	color: #ff0000;
	text-decoration: none;
	background-color: #FFFFFF;
}
/*Basic Page Definitions*/


li {
	list-style-image: url(Images/blue_button.gif);
	padding:0 10 0 0;
	line-height:22px;
	margin:0 0 0 0;
}

.services {
	line-height:35px;
	font-style:normal;
	font-weight:bold;
	}

.redTitle2 {
	font-size: 24px;
	color:#000000;
}
