a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.float-left {
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
}
.float-right {
	margin-left: 5px;
	float: right;
	margin-bottom: 5px;
}
.arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.arial15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.arial18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.arial27 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
}
.verdana10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.color-dkblue {
	color: #362679;
}
.color-ltblue {
	color: #88AFDB;
}
.color-red {
	color: #CC0000;
}
.color-white {
	color: #FFFFFF;
}
.li-blue {
	list-style-image: url(images/bullet_title_blue.gif);
	list-style-type: none;
}
.li-red {
	list-style-image: url(images/bullet_title_red.gif);
	list-style-type: none;
}
.bullet-link {
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
}
.bullet-sphere {
	list-style-image: url(images/bullet-sphere.gif);
	list-style-type: none;
}
.bullet-check {
	list-style-image: url(images/bullet-check.gif);
	list-style-type: none;
}
