@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../images/top.png) top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.bigtext {
	font-size: 16px;
}

.bigtitle {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}

.menuwhite {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.menuwhitesub {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.footer_link {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0;
}

.footer {
	font-size: 11px;
	color: #FFFFFF;
	font-style: italic;
}

a {
	color: #CC0000;
	font-weight: bold;
}

a.external {
	color: #FFFFFF;
	font-weight: bold;
}

.box {
	height: 140px;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-top: 1px;
	border-bottom: 2px;
	border-left: 1px;
	border-right: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	height: 140px;
	background-color: #FFFFFF;
	vertical-align: middle;
	display: table-cell;
}

.boxmarginnewleft {
	width: 180px;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-top: 1px;
	border-bottom: 2px;
	border-left: 1px;
	border-right: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	background-color: #FFFFFF;
	vertical-align: middle;
	display: table-cell;
	margin-right: 10px;
}

.boxmarginnewright {
	width: 180px;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-top: 1px;
	border-bottom: 2px;
	border-left: 1px;
	border-right: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	background-color: #FFFFFF;
	vertical-align: middle;
	display: table-cell;
	margin-left: 10px;
}

.boxmargin {
	border: solid #063;
	border: 3px;
	border-color: #CCCCCC;
	border-style: solid;
	background-color: #FFFFFF;
	vertical-align: middle;
	display: table-cell;
	margin-right: 10px;
}

.boxmargin:hover {
	border: solid #063;
	border: 3px;
	border-color: #555;
	border-style: solid;
	background-color: #FFFFFF;
	vertical-align: middle;
	display: table-cell;
	margin-right: 10px;
}
