.page {
	/*background-color: #E9E9E9;*/
	background-color: #F7F6F7;
	margin: 0 0 0 0;
	font-family: 'Verdana';
	font-size: 0.9em;	
}

.align-left {
	float: left;	
}

.align-right {
	float: right;	
}

.menu-font-black {
	color: black;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.menu-font-black2 {
	color: black;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}

.menu-font-white {
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.spacer1 {height: 1px;}
.spacer2 {height: 2px;}
.spacer5 {height: 5px;}
.spacer10 {height: 10px;}
.spacer20 {height: 20px;}
.spacer30 {height: 30px;}
.spacer50 {height: 50px;}

a.menu-whitelink:link  {
	color : white;
	text-decoration : none;
	font-size : 14px;
	font-weight: 500;
}

a.menu-whitelink:active  {
	color : white;
	text-decoration : none;
	font-size : 14px;
	font-weight: 500;
}

a.menu-whitelink:visited  {
	color : white;
	text-decoration : none;
	font-size : 14px;
	font-weight: 500;
}

a.menu-whitelink:hover  {
	color : white;
	text-decoration : underline;
	font-size : 14px;
	font-weight: 500;
}

.greybar-padding2 {
	padding-left: 20px;
	padding-top: 17px;
}

.greybar-padding3 {
	padding-left: 8px;
	padding-top: 20px;
}

.menu-selectbox-padding {
	padding: 14px;
}

.menu-selectbox {
	background-color: white;
	/*color : #449A39; */
	font-size : 14px;
	width: auto;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	/*border: 1px solid #449A39;*/
	float: left;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

a.menutablink  {
	color : white;
	text-decoration : none;
	font-size : 14px;
	font-weight: 500;
}

a.menutablink:active  {
	color : white;
	text-decoration : none;
	font-size : 14px;
	font-weight: 500;
}

a.menutablink:visited  {
	color : white;
	text-decoration : none;
	font-size : 14px;
	font-weight: 500;
}

a.menutablink:hover  {
	color : white;
	text-decoration : underline;
	font-size : 14px;
	font-weight: 500;
}