.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D1D3D4;

}
a:link {
	text-decoration: none;
	color: #004cc2;

}
a:visited {
	text-decoration: none;
	color: 004cc2;

}
a:hover {
	text-decoration: underline;
	color: 004cc2;

}
a:active {
	text-decoration: none;
	color: 004cc2;

}
.bluemedium {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	color: #004cc2;

}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 2px;
	padding: 2px;
	border: 1px solid #000000;
}
.paleblueborder {
	border: 1px solid #48b1df;
	background-color: #FFFFFF;
}
.darkblueborder {

	border: 1px solid #004cc2;
	background-color: #FFFFFF;
}
.redheader {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	color: #c92728;
}
.graybody {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color: #666666;
}
.blackbody {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color: #000000;

}
.bulletlist {
	list-style-position: outside;
	list-style-image: url(images/smallarrowbullet.gif);
}
.grayborder {

	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.graydivider {
	background-color: #FFFFFF;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;

}
.whitemedium {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	color: #FFFFFF;
}
.bluelarge {

	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 18px;
	color: #004cc2;
}
.blackmedium {

	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	color: #000000;
}
.smallblack {

	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}
.whitesmall {

	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color: #FFFFFF;
}
