h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	color:#000000;
       align="left"
}

h5{
	font-size: 12px;
	color:#e58a25;
}

h6{
	font-size:9px;
	color:#828d99;
}
h7 {
	font-size: 23px;
	color:#ff6600;
}
h8{
	font-size: 20px;
	color:#740c0d;
}

h9{
	font-size: 15px;
	color:#e0dfe3;
}

h10{
	font-size: 15px;
	color:#ffffff;
}


#content fieldset  {
  -moz-border-radius:1px;
  border: 1px solid #9aa5ad;
}
#content a fieldset  {
    -moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:1px solid #ff8000;