/* ********* ********* ********* ********* ********* */ 
/* TEMPLATE CLASSES */

body 		{ background-color: #d0cdcd; font: 12pt verdana; margin: 10px; text-align: center;}
a:link		{ color: 0033ff; }
a:visited	{ color: 0033ff; }
a:hover		{ color: 0033ff; }

h1		{ color: #ffffff; font-size: 2px;}
h2 		{ color: #ff3300; font-size: 24px;}
h3 		{ color: #000000; font-size: 16px;}

.tblMain  { font: 12pt verdana; }
.Content  { background-color: #ffffff; padding: 5px;} 

.TopImage	{ float: right; padding: 10px; }
.Box		{ padding: 10px; margin: 5px; border: 1px solid #000000; }
	 	
.EmailForm	{ padding: 10px; background-color: #ccffcc; }	
.Error		{ font-weight: bold; color: #ff0000; }

.Warning	{ font-weight: bold; color: #ff0000; }
.Red 		{ color: #ff0000; }
.Underline	{ text-decoration: underline; }
.Bold		{ font-weight: bold; }
.Italic		{ font-style: italic; }

.PostIt		{ font-size: 10pt; }
.PostIt table	{ font-size: 10pt; }

.ScrollOuter	{padding: 5px; overflow: auto; height: 300px; }
.ScrollInner	{padding: 0px; }

.Testimonal	{background-color: #e0ffe0; border: 1px solid #000000; padding: 10x;  margin: 5px;}
.TestimonalSignature	{text-align: right;}


/* ********* ********* ********* ********* ********* */
/* checklist */

.checklist {
	padding: 0px;
}

.checklist ul {
	/* margin: 0; removes indent IE and Opera*/
	/* padding: 0; removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

.checklist li {
	margin: 0 0 20px 0; /* creates space between items */
	padding: 0 0 0 30px; /* create custom indent */
	background-image:url('images/check-small.gif');
	background-repeat: no-repeat;
}	

