/*@charset "UTF-8"; CSS Document */

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse;border-spacing:0; }
fieldset,img,abbr,acronym { border:0; }
address,caption,cite,code,dfn,em,th,var,strong { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after {content:''; }

/* Need to define focus styles */
:focus {
  outline: none;
}

.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}
.inline {display:inline;}
.fl-left {float:left;}
.fl-right {float:right;}
.fl-none {float:none;}
img.fl-left {float:left; margin: 8px 8px 8px 0; border:5px solid #431903;}
img.fl-right {float:right; margin: 8px 0 8px 8px; border:5px solid #431903;}

span.fl-right {float:right; margin: 8px 0 8px 12px;}
/*.clr { display:block;clear:both;line-height:1px;font-size:1px;height:1px;overflow:hidden;}*/

/* Temporary */
strong, b { font-weight: bold;}
br { clear: ;}