/* Start of CMSMS style sheet 'Styles' */
body {
	font-family: Arial, Arial, sans-serif;
	font-size: 12px;
	color:#535353;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

a:link, a:visited {
	color: #0099CC;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#content p { padding-bottom: 12px; }

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

#content li { margin-bottom:4px; }

h2, h3, h4, h5, h6 {
	color: #999900;
	margin-bottom: 8px;
}

h1 {
    font-size: 27px;
    border-bottom: dotted 1px #fff;
    color: #717107;
    margin-bottom: 10px;
    font-weight: normal;
}
h2 { font-size: 18px }
h3 { font-size: 16px }
h4 { font-size: 14px }
h5 { font-size: 13px }
h6 { font-size: 12px }

/* Content & Image Styles */
#content img {
	padding: 1px;
	border: solid 1px #a9b76a;
}
.right {
	float: right;
	margin: 0px 0px 12px 20px;
}

.left {
	float: left;
	margin: 0px 20px 12px 0px;
}

.separator {
     border-bottom:1px solid #D7DBCC;
     clear:both;
     display:block;
     font-size:1px;
     height:10px;
     line-height:10px;
     margin-bottom:10px;
}
/* End of 'Styles' */

