﻿@charset "utf-8";
/* CSS Document */



/* This is the header */
#topbar{
	font-size:9px;
	font-weight: normal;
	background-color:#FF6600;
	margin-top:10px;

}


.MenuTop {
	font-family: Verdona, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: black;
	text-align:center;	
}

#menutable{
table-layout:fixed;
vertical-align:middle;
}

#MenuTopSep{
	height:3px;
	background:#E1F9FF;
}

.MenuTop A {
	text-decoration:none;
	color: #FF6600;
	display: block;
	padding:4px;

}

.MenuTop A:hover {
	color: #000000;
	display: block;
	font-weight: bold;
	background-color: #FF6600;
	background-repeat: repeat-x;
}


/* This is the footer */

#bottombar{
	font-size:9px;
	font-weight: normal;
	background-color:#FF6600;
	margin-top:10px;

}

.MenuBotm {
	font-family: Verdona, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: black;
	text-align:center;	
}

#MenuBotmSep{
	height:3px;
	background:#E1F9FF;
}

.MenuBotm A {
	text-decoration:none;
	color: #FF6600;
	display: block;
	padding:4px;

}

.MenuBotm A:hover {
	color: #000000;
	display: block;
	font-weight: bold;
	background-color: #FF6600;
	background-repeat: repeat-x;
}
