/* cascade style sheet */
/* CSS Document */

html, body, div, p, span, blockquote, h1, h2, h3, h4, h5, h6, table, tr, td, ul, li, ol, a {
	font-family: Arial, Tahoma;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #64656B;
	padding: 0;
	margin: 0;
	border: 0;
}


/* Content formating **************************************************************************** */

h1, h2, h3, h4, blockquote, p, ul, ol {
	margin-bottom: 10px;
}

h1 { font-size: 1.3em; font-family: Trebuchet MS; font-weight: bold; color: #c4000a; line-height: 1em; margin-bottom: 10px;}
/*h2 { font-size: 1.8em; font-weight: bold; font-family: Arial;}*/
h3 { font-size: 1em; font-weight: bold; color: #64656B; font-family: Trebuchet MS; padding: 0px; line-height: 1em; }
h4 { font-size: 1.8em; font-weight: bold; font-family: Arial;}

/* headers */
h2 { font-size: 1em; font-family: Trebuchet MS; font-weight: bold; margin-bottom: 5px; }
#content h2 { font-size: 1.2em; font-family: Trebuchet MS; font-weight: bold }
h2	{ color: #64656B } /* gray - text default */
h2.cl1	{ color: #DF4C18 } /* alt orange */
h2.cl2	{ color: #76777D } /* alt gray */
h2.cl3	{ color: #990000 } /* red */
h2.cl4	{ color: #005F9C } /* blue */
h2.cl5	{ color: #7DB713 } /* green */
h2.cl6	{ color: #FF6600 } /* orange */

span.strongColor {
	color: #242424;
	font-weight: bold;
}

.content_in table {
	margin-bottom: 16px;
}

table, td, th  {
	border: 0;
	border-collapse: collapse;
}

.content_in table td, .content_in table th  {
	padding: 3px 10px;
}

.content_in table th  {
	font-weight: bold;
}

.content_in table td p, .content_in table th p  {
	margin: 0;
}

table.noBorder, table.noBorder td, table.noBorder th {
	border: none;
}

table.noBorder td, table.noBorder th {
	padding: 3px 10px 3px 0;
}

ul {
	padding-left: 2.4em;
}

ul li {
	padding-left: 0.5em;
}

li ul, li ol {
	padding-top: 3px;
	padding-bottom: 5px;
}

ol {
	padding-left: 3em;
}

li p {
	padding: 0;
}

blockquote {
	padding-left: 3em;
}

a, p a {
	text-decoration: none;
	color: #C4000A;
}

a:hover, p a:hover {
	color: #990000;
	text-decoration: underline;
}

img, a img {
	padding: 0;
	margin: 0;
	border: 0;
}

img.top_left_image {
	float: left;
	margin: 0 10px 10px 0;
}

img.top_right_image {
	float: right;
	margin: 0 0 10px 10px;
}





.highlight { color: #C4000A; }


span.class1	{ color: #64656B } /* gray - text default */
span.class2	{ color: #DF4C18 } /* alt orange */
span.class3	{ color: #76777D } /* alt gray */
span.class4	{ color: #C4000A } /* red */
span.class5	{ color: #005F9C } /* blue */
span.class6	{ color: #7DB713 } /* green */
span.class7	{ color: #FF6600 } /* orange */
span.class8	{ color: #FFFFFF } /* white */
span.bigfont { font-size: 1.8em; font-weight: bold; font-family: Arial; color: #FF6600 }

