/* Start of CMSMS style sheet 'Styles' */
/* Heading Styles */
h1.title {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	color: #fff; */
        color: #073347;
	padding: 2px 0px;
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
	font-family: Arial, Helvetica;
	color: #1188b3;
	font-weight: bold;	
	padding-bottom: 4px;
}

h1 { font-size: 18px; }
h2 { font-size: 17px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

strong, b { font-weight: bold;font-size: inherit; }
em , i { font-style: italic; font-size: inherit; }
p {
	font-size: 13px;
	color: #052341;
	line-height: 20px;
	margin-bottom: 14px;
}

a:link, a:visited {
	color: #48a919;
	text-decoration: none;
	font-size: 13px;
}

a:hover, a:active {
	text-decoration: underline;;

}

ul, ol {
       margin-left: 30px;
       margin-bottom: 12px;
}

ul {
    list-style-type: square;
}

ol {
    list-style-type: decimal;
}

li {
      margin-bottom: 8px;
      font-size: 13px;
      color: #052341;
}


/* Tiny Styles */
.img_right {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
    clear: both;
}

.img_left {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    clear: both;
}
/* End of 'Styles' */

