html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	outline-width:0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	z-index:1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
  height: 100%;
  margin-bottom: 0px;
}
#fd_content img {
	padding:20px;
	border:1px solid #eee;
	display: block;
	margin-left: auto; 
	margin-right: auto;	
	margin-top:10px;
	margin-bottom:15px;	
}


body {
background: #fff;
color: #000000;
padding: 0px;
margin:0px auto;
text-align: center;
font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 13px;
line-height: normal;
overflow-y:scroll;
overflow-x:hidden;
}

#fd_content  p {
margin:0px;
margin-bottom:5px;
padding:0px;
text-align:left;
}

a {
color:#c52436;
text-decoration: underline;
}
a:hover {
color:#fff;
background:#c52436;
text-decoration: none;
}
a[name] {
  padding-top: 40px;
  margin-top: -40px;
  display: inline-block; /* required for webkit browsers */
  vertical-align: top;
}

#fd_all {

width:930px;
height:100%;
margin:0 auto;
background-color:white;
}

#fd_top {
 position: fixed; 
 top: 0; 
 width: 930px; 
}

#fd_content {
margin-top:36px;
padding:5px 15px;
padding-right:20px;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}


 ol {
padding: 5px;
padding-left:25px;
}
 ol li {
list-style:decimal inside;
padding:6px;
text-align:left;
}

 ul {
padding: 5px;
padding-left:25px;
}
 ul  li {
list-style:disc inside;
padding:3px;
text-align:left;
}

 h1 {
color: #c52436;
font-size: 1.2em;
text-align: left;
margin-bottom:15px;
margin-top:15px;
}
 h2 {
font-size: 1.1em;
text-align: left;
margin-bottom:5px;
margin-top:20px;
}

.float_left {
display:block;
float:left;
width:auto;
margin-right:15px;
}
.float_left img {
margin: 0px;
}
.float_right {
display:block;
float:right;
width:auto;
margin-left:15px;
}
.float_right img {
margin: 0px;
}

.clear_float_both {
clear:both;
}


