html, body, form, fieldset, legend {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin-top: 0;
}

fieldset, img {
    border: 0;
}

legend {
    color: #000;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

abbr, acronym {
    border-bottom: .1em dotted;
    cursor: help;
}:focus {
    outline: 0;
}

/*** end reset ***/
body {
    font: 12px Arial, Helvetica, sans-serif;
    color: #555555;
}

pre{
	font-family:inherit;
}

a {
    color: #1d546a;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0 0 6px 0;
}

h1 {
    font-size: 22px;
	color:#a54122;
}

h2 {
    font-size: 18px;
	color:#2b596d;
}

h3 {
   /* font-size: 16px;
	color:#5f0a00;*/
	font-size: 14px;
	color:#a54122;
}

h4 {
	
	color:#2b596d;
}

h5 {
	
}

.alphaList
{
	margin-bottom:10px;
}

#backtotop
{
	display:block;	
	position:fixed;
	margin-left:790px;
	top:12px;
	width:70px;
	text-align:center;
	background:#686868;
	color:#fff;
	padding:5px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
	
}
