@charset "utf-8";

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

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


h1 {
font-size:16px;
}

h2 {
font-size:14px;
}


h3 {font-size:14px;
}

h4 {font-size:12px;

}

.small {font-size:10px;}

.vsmall {font-size:9px;}

.softie {
height:100px;}

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

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: 14px;
	cursor: default;
	width: auto;
}


/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px;
	font-size:10px;
}