body{
	margin: 10px !important;
	FONT-FAMILY: Verdana, Helvetcia;
	FONT-SIZE:11px;
	COLOR:#000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
}
.style79 {
	color: #760837;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.style184 {color: #DDA800}
.style185 {font-size: 9px}


.style40 {color: #358472}
.style221 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.style46 {color: #006633}
.style5 {font-size: 12px}
.style224 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; }
.style232 {font-weight: bold; color: #0000FF;}
.style234 {color: #006600}
.style238 {
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.style62 {font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 36px;
}
.style67 {color: #760837}
.style79 {color: #841A48}
.style80 {color: #760837; font-family: Georgia, "Times New Roman", Times, serif;}
.style81 {color: #760837; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; }
.style82 {font-size: 18px; color: #760837; font-family: Georgia, "Times New Roman", Times, serif;}
.style83 {font-size: 14px}
.style84 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; }
.style85 {color: #760837; font-size: 14px; }
.style86 {color: #006600; font-size: 14px; }
.style87 {font-family: Georgia, "Times New Roman", Times, serif; color: #006600;}
.style88 {font-family: Georgia, "Times New Roman", Times, serif}

.container{
	border: solid 3px #EFA900;
    background-color: white;
    padding: 2px;
    margin: 10px;
}
.container-border{
	border: solid 1px #EFA900;
	padding: 20px;
}
.content-wrapper{
	width: 80%;
	margin:auto;
}
header{
	text-align: center;
}
.content{
	text-align: left;
	max-width: 700px;
}
nav{
	font-weight: bold;
	font-size: 14px;
	margin:15px; 
}
.pro-col{
	text-align: center;
}
.pro-col img{
	min-height: 160px;
	max-height: 170px;
}
.pro-col p{
	font-size: 15px;
	font-weight: bold;
	color: #760837; font-family: Georgia, "Times New Roman", Times, serif;

}
h1{
	font-weight: bold;
}
footer{
	margin-top: 30px;
	margin-bottom: -10px;
	border: solid 3px #EFA900;
    background-color: white;
    padding: 2px;
    text-align: center;
    color: #760837;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;

}
.footer-border{
	border: solid 1px #EFA900;
	padding: 5px;
}
table{
	   border-collapse: inherit; 
}
select{
	font-size: 11px;
	padding:5px;

	margin-top: 5px;
}
label{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
	font-size: 15px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

	.content-wrapper{
	width: 100%;
	}
	.pro-col img{

	}
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}