﻿A {
	color: #6600CC; 
	font-size: 10pt; 
	text-decoration: none; 
	font-family: Arial;
	font-weight: bolder;
}

A:hover {
	color: #6600CC; 
	font-size: 10pt; 
	text-decoration: underline; 
	font-family: Arial;
	font-weight: bolder;
}

body{
	font-size: 8pt; 
	font-family: Arial;
}

.cm-heading {
	color: #660066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

.cm-sub-heading {
	color: #660066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}

.cm-item {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

.cm-text {
	font-size: 10pt;
	margin-top: -10px;
}

.warning {
	font-size: 10pt;
	font-style: italic;
	padding: 10px 0px;
}