﻿/* General Tags */

body {
    font: 12px tahoma,verdana,sans-serif;
    color: #404040; 
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #656798;    
}

a:hover {
    text-decoration: underline;
    color: #286ea0;    
}

a img {
    border: 0px;
}

p {
    margin: 0px 0px 1.4em 0px;
}

hr {
    color: #800000;
    background-color: #800000;
    height: 4px;
}    

/* Reusable Classes */

h1 { font-size: 26px; font-weight: bold; margin-top: 0px; color: #800000; }
h2 { font-size: 18px; font-weight: bold; margin-top: 0px; color: #800000; }
h3 { font-size: 14px; font-weight: bold; margin-top: 0px; margin-bottom: 10px; }
.LeftFloat { float: left; display: inline; }
.RightFloat { float: right; display: inline; }
.Center { text-align: center; }
.BorderSolid { border: 1px #f0f0f0; border-style: solid; margin: 10px; padding: 10px; }
.ImageLeft { display: block; float: left; margin-right: 10px; margin-bottom: 10px; }
.ImageRight { display: block; float: right; margin-left: 10px; margin-bottom: 10px; }
img.RoundedLeft, div.RoundedLeft { float: left; margin-right: 6px; margin-bottom: 6px; }
img.RoundedRight, div.RoundedRight { float: right; margin-left: 6px; margin-bottom: 6px; }
.ClearBoth { clear: both; }
.ClearLeft { clear: left; }
.ClearRight { clear: right; }
