body {
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: #F37F1A;
	margin-top: 0em; 
	}
img {
    border: 0;
    padding: 0;
    margin: 0;
	}
a, a:link, a:visited, a:active {
    text-decoration: none;
	font-size: 13px;
	font-weight: bold;			
	color : #008DD6;
	}
a:hover {
	color : #008DD6;
    text-decoration: none;
	}
div, td {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
h1	{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;	
	color: #2D7CA3;
	padding-top: 20px;
	padding-bottom: 6px;
	}
h2	{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;	
	color: #FA9F05;
	padding-bottom: 0px;
	}
h3	{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;	
	color: #99CC67;
	min-height: 20px;
	height: auto !important;
	height: 22px;
	padding: 6 6 6 0;
	}
/* MENU */
.parentX {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #008DD6;
    font-size : 13px;
    font-style : normal;
    font-weight : bold;
    text-decoration : none;
    text-align : center;
    padding-top : 8px;
	background-image: url('../images/lmenuback.gif');
    height : 30px;
	width : 200px;
    margin-bottom : 1px;
    cursor : pointer;
}
.parentX:hover {
		color : #008DD6;
}	
