@charset "utf-8";

body.style {
	text-align:center;
	margin-top:0px;
}

.fullwidth {
	width:100%;
}

.twentywidth {
	width:20%;
}

.twentyfivewidth {
	width:25%;
}

.eightywidth {
	width:80%;
}

.seventyfivewidth {
	width:75%;
}

.orange {
	background-color:#F2C95B;
}

.blue {
	background-color:#003171;
}

.topbutton {
	font-size:110%;
	font-weight:bold;
	color:#003171;
}

.center {
	text-align:center;
}

.heading {
	font-size:150%;
}

.bold {
	font-weight:bold;
}

table {
	border:0;
}

img {
	border:0;
}

img.abs {
	position:absolute;
}

:link {
	text-decoration:none;
}
:visited {
	text-decoration:none;
}
:link:hover {
	text-decoration:none;
}
:link:active {
	text-decoration:none;
}

