/**@import url("css_rte.css"); **/
body {
	font-family:Arial;
	font-size:14px;
	background-color:#FFFFFF;
	text-align:center;
 }
content {
	font-family:Arial;
	font-size:14px;
	background-color:#FFFFFF;
	text-align:left;
	}
h1 {
	font-size:14px;
	font-weight: bolder;
	text-decoration:none; 
	/*font-variant:small-caps;*/
	font-style: normal;
	background:inherit;  
	margin:0.2em 0 0.3em 0;
	border-bottom:1px solid;
	padding-top:1em;
}
P, OL, UL, DIV, H1, H2, H3, H4 {
	font-family: verdana, arial;   
   font-size: 12px;
/* font-color:#565656; */
	color: #565656;
	line-height:18px;
}
/**TABLE {
	width: 400px;
    margin-top: 5px;
    margin-bottom: 15px;
}

TH, THEAD TR TD {
	background-color: #374B8F;
    font-weight: bold;
    color: white;
    padding: 5px;
   	vertical-align: top;
}

THEAD TR TD P {
    font-weight: bold;
    color: white;
    margin: 0px;
    padding: 0px;
}

TD P {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
    line-height: 150%;
}

TD {
	background-color: #EEEEEE;
	padding: 5px;
	vertical-align: top;
}
**/
