a:link {
	color: #FF33CC;
	text-decoration: none;
	font-size: 16px;
	font-weight: bolder;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	color: #FF33CC;
	text-decoration: none;
	font-size: 16px;
	font-weight: bolder;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
}
h3 {
	font-family: Charlesworth, Georgia, "Times New Roman";
	font-size: large;
	font-weight: bold;
	color: #002953;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
#ulbullet {
	padding-left: 7em;
	list-style-image: url(images/bullet_icon_small.gif);
}
.lispace {
	margin-bottom: 10px;
	margin-top: 10px;
}
.divmenu {
	text-align: center;
	border-bottom: dotted;
	border-bottom-color: #FFB3D8;
	width: 650px;
}
.tablesize {
	width: 30%;
}

