/* Start of CMSMS style sheet 'Styles' */
a:link, a:active, a:visited {
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #0000ee;
		text-decoration: none;
}

a:hover {
       color: #880000;
}

ul, ol {
       margin-left: 30px;
       margin-bottom: 12px;
       list-style-type: square;
}

li {

      margin-bottom: 4px;
      font-size: 14px;
      color: #585753;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 8px;
	font-weight: normal;
	font-family: Arial narrow, Arial
}

h1.title { font-size: 26px; border-bottom: solid 1px #eee; } 
h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

#content p {
	margin-bottom: 12px;
       font-size: 12px;
}

#content img {
        border: solid 1px #000;
}

.content_img_right {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
    clear: both;
}

.content_img_left {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    clear: both;
}

#sub_footer a:link, #sub_footer a:visited {
	text-decoration: none;
	color: #666666;
}

#sub_footer a:active, #sub_footer a:hover {
	color: #880000;
}


/* End of 'Styles' */

