
.cm-txt a {
	color: #2c83c4;
	text-decoration: none;
}

.cm-txt p
{
	margin: 5px 0 5px 0;
}

.cm-txt a:hover {
	color: #DB0064;
	text-decoration: underline;
}

.cm-txt ul {
	list-style : square;
	padding-left: 24px;
	margin:0;
	text-align: left;
}

.cm-txt li{
	margin: 2px 0 2px 0;
	padding:0;
	
}

.cm-txt, #contentcell, .cm-txt ul, .cm-txt p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.cm-txt{
	text-align: justify;
}

.cm-padded {
	padding: 0;
}

#splashcontent .cm-padded{
	padding:0;
}

.cm-txt h1, .cm-txt h2, .cm-txt h3, .cm-txt h4, .cm-txt h5, .cm-txt h6
{
	font-family : Arial, Helvetica, sans-serif;
	color: #2c83c4;
	font-size: 11px;
	margin: 5px 0 0px 0px;
	font-weight: bold;
}

.cm-title2, .cm-txt h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 14px 0 5px 0px;
	color: #2c83c4;
}

.cm-txt h3 {
	font-size: 11px;
	margin: 8px 0 3px 0px;
}

.cm-txt h4 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	margin: 4px 0 2px 0px;
}

.cm-txt h4, .cm-txt h4{
	font-weight: normal;
}

h1.title, .cm-txt h1
 {
	color: #626262;
	font-family : Arial, Helvetica, sans-serif;
	margin: 9px 0 5px 0px;
	font-weight: bold;
	font-size: 15px;
}

/*Special styles for the splash*/

div.indented{
	margin-left:80px;
	width:140px;
}

div.graytitle{
	color: #999999;
	border-bottom: solid 1px #ccc;
	font-size: 9px;
	margin: 5px 0 8px 0;
}

div.graytitle span{
	position: relative;
	top: 3px;
	background-color: white;
	padding-right: 3px; 
}

td.cm-cont-leftborder{
	padding-left: 20px;
}

.cm-contenttable{
	padding-right: 5px;
}