@charset "UTF-8";

/* font styles */
.podtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.homepagetitlepod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CC3300;
	padding: 0px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #CC3300;
}
.listText{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

/* link styles */
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #006699;
}

/* arrow bullet image */
img.arrow{
	height:18px;
	width:18px;
}
