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


.horwrapper {
	height: 330px;
	width: 870px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backstripe.jpg);
	overflow: hidden;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.classescolumn {
	float: left;
	height: auto;
	width: 669px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.horcolum {
	height: 270px;
	width: 200px;
	float: left;
}

.classescolumn td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
}
#download {
	height: 50px;
	width: 300px;
}

.horcolum td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.orangecell {
	background-color: #FF6600;
}
.greencell {
	background-color: #669966;
}

