@charset "utf-8";

/* page properties *********************************************************/


body,td,th {
	font-size: 16px;
	}


h1 {
font-size:20px;
}

h2 {
font-size:18px;
}


h3 {font-size:18px;
}

h4 {font-size:16px;
}



.small {font-size:14px;}

.vsmall {font-size:13px;}

/*******************************************************************************

Menus layout

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 18px;
	cursor: default;
	width: auto;
}
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px;
	font-size:14px;
}