/* CSS Document */

/*Navigation Bar at the top of the page */
.topnavbar{
	font-size:12px;
	font-family: sans-serif;
	color:white;
}
.topnavbar a{
	
	color:white;
}

/*Text for the headers */
.sidenavbar_header{
	font-size:14px;
	font-family: sans-serif;
	color:white;
}

/*Text for the nav bar on the side of the page*/
.sidenavbar_side{
	font-size:12px;
	font-family: sans-serif;
	color:black;
}
.sidenavbar_side a{
 color:black;
}
.normaltext {
	font-size:0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
}
.offertext {
	font-size:0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:white;
}
.termstext {
font-size:0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
}

.main-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: black;
	width:100%;
}
.main-menu a{
	color: black;
	text-decoration: none;
	width:100%;
}
.main-menu a{
	display:block;
	width:100%;
}
.main-menu a:hover{
	color: red;
	text-decoration: underline;
}

.main-menutop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: white;
	width:100%;
}
.main-menutop a{
	color: white;
	text-decoration: none;
	width:100%;
}
.main-menutop a{
	display:block;
	width:100%;
}
.main-menutop a:hover{
	color: red;
	text-decoration: underline;
}
