a:link, a:visited {
	color: #333333;
	text-decoration: none;
	}

a:hover, a:active, a:focus {
	color: #666666;
	text-decoration: underline;
	}

.hmenu {
	table-layout: auto;
	width: 100%;
	color: #000000;
	background: #999999;
	font-family: Arial, Helvetica, san-serif;
	font-size: 0.75em;
	font-weight: bold;
	white-space: pre;
	text-align: center;
	vertical-align: top;
	border: 1px solid #000000;
	}

.hmenu a {
	display: inline;
	padding: 0.2em;
	}

.hmenu a:link, .hmenu a:visited {
	text-decoration: none;
	color: #000000;
	}

.hmenu a:hover, .hmenu a:active, .hmenu a:focus {
	color: #FFFFFF;
	/*background: #666666;*/
	}

.button {
	color: #000000;
	font-family: Arial, Helvetica, san-serif;
	font-size: 0.8em;
	vertical-align: top;
	/*margin: 10px;
	padding: 10px;*/
	}

.button a:link, .button a:visited {
	display: inline;
	border: 1px #000000 solid;
	text-decoration: none;
	background: #FDF0BB;
	color: #000000;
	/*padding: 1px;
	margin: 1px;*/
	}

.button a:hover, .button a:active, .button a:focus {
	color: #ffffff;
	background: #333333;
	border: 1px #666666 solid;
	}

.title {
	font-family: Arial, Helvetica, san-serif;
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
	}

.content {
	font-family: Arial, Helvetica, san-serif;
	color: #333333;
	font-size: 0.75em;
	}	

.quotetable {
	table-layout: auto;
	color: #blue;
	background: #ffffff;
	border: 1px solid #000000;
	float:right;
	}	

.footermenu {
	font-family: Arial, Helvetica, san-serif;
	text-align: center;
	color: #333333;
	font-size: 0.75em;
	}

.footermenu a:link, .footermenu a:visited {
	text-decoration: none;
	color: #000000;
	}

.footermenu a:hover, .footermenu a:active, .footermenu a:focus {
	color: #000000;
	text-decoration: underline;
	}