h1.heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-style: normal; font-weight: bold; color: #003366; margin: 10px 0 0 0;}
h1.frontpage {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; font-style: normal; font-weight: bold; color: #003366; margin: 0 0 10px 0;}
td.fronttext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; color: #000000; padding: 0 15px; text-align: left;}
h2.frontpage {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; color: #003366; margin: 0 0 20px 0;}

.Main {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; color: #003366; line-height: 13pt;}
.heading {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; color: #003366}
.heading_med {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #003366}
.Main_red {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; color: red; line-height: 13pt;}
.heading_med_red {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: red}
.product_txt {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #003366; line-height: 14px;}
.menu_txt {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: white;
	}
.menu_txt a:hover {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: white; 	
}

/* ------------------------------ MENU -------------------------------------------- */
#menucontainer {
	margin-left:48px;
}

.menubutton {
	width:193px;
	float:left;
	margin-right:5px;
	margin-bottom:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	height:25px;
	background-color:#6b9fd9;
	line-height:25px;
}
.menubutton a {
	text-decoration:none;
	color:yellow;
	
}
.menubutton a:hover {
	font-weight:bold;
}

.menubutton2 {
	width:193px;
	float:left;
	margin-right:5px;
	margin-bottom:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	height:25px;
	background-color:orange;
	line-height:25px;
}
.menubutton2 a {
	text-decoration:none;
	color:black;
	
}
.menubutton2 a:hover {
	font-weight:bold;
}

#buyButton {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal; 
	height: 25px;
	line-height: 25px;
	background-color: orange;
	width: 75px;
	padding:0 10px;
	margin: 0 auto;
	text-align:center;
}
#buyButton a {
	text-decoration:none;
	white-space: nowrap; 
	color: #003366; 
}
#buyButton:hover {
	background-color: #ffcc00;
	color:#003366;
	text-align:center;
}

.menu_txt a {
	text-decoration:none;
	color:white;
}

/* ------------------------------ PRODUCTS -------------------------------------------- */
.productsDisplay {
	text-align:center;
}
.productContainer {
	float:left;
}
.productImage {
	/* used to alter the background of the image */
}
.productCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #003366; 
	line-height: 14px;
}
