/***************
General layout/appearance .....

// xx-small 
// x-small 
// small 
// medium 
// large 
// x-large 
// xx-large 

BODY, P, H1, H2, H3, H4, H5, H6, TD, DIV, OL, UL, DL {
font-family: Verdana,Arial,"Trebuchet MS",Geneva, Helvetica, sans-serif;
background-color: #FFFFFF;
//color: #000088;
}



*************/
BODY {
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 1.0em;
	margin:5px;		/* to ensure 800x600 support. With 760px widths, total width is 770px, leaves 30px */
}

h1 {
	font-family: sans-serif;
	font-size: 0.9em;
	color: #3399CC;
}

h2 {
	font-family: sans-serif;
	color: #000066;
}

p {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 160%;
}

TH {
	font-family: Arial;
	font-size: 11pt;
	font-weight: 600;
}
TD {
	font-family: Arial;
	font-size: 11pt;
}

a.menu:link		{text-decoration:none;}
a.menu:visited		{text-decoration:none;}
a.menu:link:hover 	{text-decoration:none;color:#FF0033;
}

hr {
	width:100%;
	color:#3399CC; //#191970; /*#336633;*/
	height: 1px 
}

