.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fontboldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
.fontbigboldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
}
.fontspecial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: 3136A4;
}
.fontsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bigbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
.bigboldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #3136A4;
}
.bigboldorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ED6D42;
	font-weight: bolder;
}

.title {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #1C195D}
.flame {
	background-color: #F1E4C2;
	background-image: url(img_hm/flame.gif);
	background-repeat: no-repeat;
}
.hometop {
	background-image: url(img_hm/vumculogo.gif);
	background-repeat: repeat-x;
}
.bg {
	background-color: #F1E4C2;
	background-image: url(img_hm/homebg.gif);
	background-repeat: repeat-x;
}
.imageborder-right {
	border: 1px solid black;
	margin: 0 0 15px 15px;
	text-align: right;
}

.reorderChecks div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 	12px;
	font-weight: bold;
	width: 150px;
	height: 20px;
	background: #3136a4;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border: double 4px #eddcb0;
	padding: 6px 0 0 0;
	text-decoration: none;
}

.reorderChecks div:hover {
	background: #ed6d42;
	border: double 4px #eddcb0;
	text-decoration: none;
}

.reorderChecks a {
	text-decoration: none;
}

.reorderChecks a:hover {
	text-decoration: none;
}