body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small !important; 
	font-size /**/: x-small;	/*	Trick ie5	*/
	line-height: 1.3;
	background-color: #fff;
	color: #666;
	}
* html body {
	line-height: 1.225;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p, h2 {
	margin: 8px 0;
	}

h1.pagetitle {
	font: 180% /1 "Times New Roman", Times, serif;
	color: #888;
	margin-top: 10px;
}

h1 {
	font: italic 160% /1 "Times New Roman", Times, serif;
	color: #888;
	margin-top: 10px;
}

h2 {
	font: 153% /1 "Times New Roman", Times, serif;
	color: #888;
	border-bottom: 1px dotted #ccc;
	}
	
.makeMeRed{
background-color:#ED1C24;
color:#FFF;
padding:10px 20px 10px 20px;
}

.style12{
	font-style:italic;
}

table {
  border-collapse: collapse;
}

#content h2 {
	margin-top: 22px;
}

h3 {
	font: bold 135% /1 "Times New Roman", Times, serif;
	color: #888;
}
#masthead h3 {
	font: 138% /1 "Times New Roman", Times, serif;
}

h4 {
	font: bold 85% /1.3 Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 143%;
	padding: 10px 10px 0 10px;
	margin-bottom: 0.1em;
	font-weight: normal;
}

h6 {
	font-size: 112%;
	padding: 10px 10px 0 10px;
	margin-bottom: 0.1em;
}

p, ul, ol, pre, blockquote, td, th {
	font-size: 97%;
	line-height: 1.2;
	}

blockquote {
	margin: 8px 0 8px 24px;
	}

blockquote p {
	font-size: 100%;
	}

ul, ol {
	margin-top: 8px;
	margin-bottom: 8px;
	}

ul li ul, ul h4, ul p {
	font-size: 100%;
	}

li {
	margin-bottom: 6px;
	list-style-type: circle;
	/*list-style-image: url(/images/bullet.gif);*/
	}

td, th {
	vertical-align: top;
	}



a:link {
	color: #03c;
	}

a:visited {
	color: #6f7e9c
	}

a:hover {
	color: #de0033;
	}

a img {
	border: 0 none;
	}

img.logo {
	float: left;
	margin: 0 10px 10px 0;
	}

abbr, acronym {
	border-bottom: 1px dashed #ccc;
	cursor: help;
	font-style: normal;
	}

hr {
	clear: both;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border-width: 0;
	}

html>body hr {
	margin: 2em 10px;
	}

.border {
	border: 1px solid #ccc;
	}



/* -----------------------------------------  SCMS USer Styles ------------------------------------------ */

.highlighted {
	color: #DE0032;
	}

.leftalign {
	text-align: left;
	}

.centeralign {
	text-align: center;
	}

.rightalign {
	text-align: right;
	}

img.imgleft {
	clear: left;
	float: left;
	margin: 0 10px 10px 0;
	}

img.imgright {
	float: right;
	margin: 0 0 10px 10px;
	}

p.more {
	text-align: right;
	margin: 0;
	}

.more a:link {
	padding-right: 8px;
	background: #fff url(/images/more-arrow.gif) no-repeat bottom right;
	}

.more a:visited {
	padding-right: 8px;
	background: #fff url(/images/more-arrow3.gif) no-repeat bottom right;
	}

.more a:hover {
	padding-right: 8px;
	background: #fff url(/images/more-arrow2.gif) no-repeat bottom right;
	}

