﻿ /* RESET */
        body, div, span, ul, li, embed, object, h1, h2, h3, h4, h5, h6, p, img, form, fieldset, legend, label, input
        {
            margin: 0;
            padding: 0;
            border: 0;
            font-weight: inherit;
            font-style: inherit; /*font-size:100%;*/
            font-family: inherit;
            vertical-align: baseline;
        }
        blockquote:before, blockquote:after, q:before, q:after
        {
            content: "";
        }
        blockquote, q
        {
            quotes: "" "";
        }
        
        a img{border: none;}
        a, a:link, a:visited{text-decoration: none;}
        a:hover{text-decoration: underline;}
        /* END RESET */
        
        body
        {
            text-align: center;
            background-color: #5e0413;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 100%;
        }
        
        img{}
        
        h1{font-size:0.9em;margin-top:10px;margin-bottom:10px}
        
        p
        {
            text-align: left;
            padding: 10px 10px;            
            font-size: 0.70em;
            line-height: 1.5em;
        }
        div#content
        {         
            margin: 5% 20%;
            background-color: #fff;
        }
        .alignleft a#gobacklnktop, .alignleft a#gobacklnkbottom
        {
            padding-left: 20px;
            background-image: url('back-arrow.gif');
            background-repeat: no-repeat;
            background-position: left;
            color:#CC0000;
            text-decoration: underline;
            font-size:0.825em;
            line-height:1.8em;
            white-space:normal;
        }
        
        .alignleft a#gobacklnktop:hover, .alignleft a#gobacklnkbottom:hover
        {
            color:#FF0000;
            text-decoration:none;
        }
        .alignleft
        {
        	text-align:left;
        	width:100%;        	        	
        	margin-left:20px;
        }
        
        a#ShowContentLnk
        {        	
            color:White;
            font-size:0.825em;
            text-decoration: underline;
        }
        
        a#ShowContentLnk:hover
        {
        	text-decoration:none;
        }
        
        .headerstrip{background-color:#39080C;text-align:left;}
        .rightAlign
        {
        	position:absolute;
            right:20%;                         
        	}