HTML,BODY,SPAN,APPLET,OBJECT,IFRAME,
H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,A,ABBR,
ACRONYM,ADDRESS,BIG,CITE,CODE,DEL,DFN,EM,
FONT,IMG,INS,KBD,Q,SAMP,SMALL,STRIKE,
STRONG,SUB,SUP,VAR,FIELDSET,FORM,LABEL,LEGEND
 {
	padding:0;
	margin:0;
	border:none;
	outline:none;
	vertical-align:baseline;
	font-style:normal;
	font-family:inherit;
	}

HTML {
	font-size:100.01%;
	}
body {
	font-family:Verdana, sans-serif;
/*  font-size:110%;*/
/*	font-size: 0.688em; /* 11px */
	font-size: 0.75em; /* 12px */
/*	font-size: 12px;*/
	color:#333;
 	}

body.mceContentBody {
	color: #333;
	font-size:12px;
	}




UL {
	list-style:none;
	}

:focus
       {
	outline:none;
	}


h1{
	color:#999;
	font-size:1.8em;
	line-height: 1.0em;
	letter-spacing: -1px;
	font-weight:bold;
}

h2{
	font-size: 1.4em;
    padding: 10px 0 5px 0;
	font-weight:bold;
}

h3{
	font-size: 1.3em;
    padding: 10px 0 5px 0;
	font-weight:bold;
}


h4 {
    padding: 10px 0 5px 0;
	font-size: 1.1em;
	font-weight:bold;
}

h5 {
	font-size: 0.84em;
	font-weight:normal;
}

h6 {
	font-size: 0.80em;
	font-weight:normal;
}

p {
	font-size: 1em;
    line-height: 1.25em;
	padding-top:5px;
	padding-bottom:5px;

}

a,
a:link {
	color:#3399CC;
	text-decoration: none;
}

a:visited
		{
	text-decoration: none;
	color:#3399CC;
		}
a:hover
		{
	/*color:#FB723B;*/
	text-decoration: underline;
		}


form {
	margin:0;
}


textarea  {
	background: #FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;}

strong {
	font-weight:bold;
}

img		{
	border: 0;
		}

li {
   padding:3px 0 3px 0;
}


