/* CSS Document */

.language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline blink;
	background-color: #FFFFFF;
	background-position: center center;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	margin: auto;
	padding: 3px;
	height: auto;
	width: auto;
	border: thin solid #000000;
}

.language:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline blink;
	background-color: #CCCCCC;
	background-position: center center;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	margin: auto;
	padding: 3px;
	height: auto;
	width: auto;
	border: thin solid #0000FF;
}

.contactme {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF00;
	margin: 3px;
	padding: 3px;
	height: auto;
	width: auto;
}

.contactme:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
	margin: 3px;
	padding: 3px;
	height: auto;
	width: auto;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	display: block;
	background-color: #a2a2a2;
	padding: 8px;
	max-width: 170px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #999999;
	font-style: normal;
	text-decoration: none;
	display: block;
	background-color: #993300;
	padding: 8px;
	max-width: 170px;
	vertical-align: top;
}

.navig_menu_hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	display: block;
	background-color: #a2a2a2;
	padding: 8px;
	max-width: 170px;
}