@charset "UTF-8";
/* CSS Document */

/* THIS IS FOR TYPOGRAPHY AND FONT TREATMENT */


p, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#7f7c7c;
	margin-bottom: 5pt;
	margin-top: 0px;
}

.superscript {
	vertical-align: super;
}

.content {
}

.content a {
	text-decoration: none;
}

.content a:link {
	color: #ED3020;
	text-decoration: none;
}

.content a:visited {
	color: #ED3020;
	text-decoration: none;
}

.content a:hover {
	color: #ED3020;
	text-decoration: underline;
}

.content a:active {
	color: #ED3020;
	text-decoration: none;
}


h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #275682;
	letter-spacing: -0.05em;
	margin-top: 6px;
	margin-bottom: 6px;
}

h2, h3, h4, h5, h6 {
	font-size: 12pt;
	font-weight: bold;
	color: #6495C4;
	letter-spacing: -0.05em;
	margin-top: 10px;
	margin-bottom: 2px;
}


/* RIGHT COLUMN STYLING */

.colRight p, .colRight td, .colRight tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#7f7c7c;
	margin-bottom: 5pt;
	margin-top: 0px;
}

.colRight h1 {
	font-size: 11pt;
	font-weight: bold;
	color: #275682;
	letter-spacing: -0.05em;
	margin-top: 10px;
	margin-bottom: 2px;
}



.colRight a:link {
	text-decoration: none;
	color:#ED3020;
}

.colRight a:visited {
	color:#ED3020;
	text-decoration: none;
}

.colRight a:hover {
	text-decoration: underline;
	color:#ED3020;
}

.colRight a:active {
	text-decoration: none;
	color:#ED3020;
}


.colRight hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ED3020;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	/*width: 190px;*/
	height: 1px;
}

/* LIST ITEM REDEFINITION */

ul {
	padding-left: 0px;
	margin-left: 4px;
}

li {
	padding-bottom: 6px;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: url(../images/bullet.gif);
}
