/* $Id: lc1_base.css,v 1.2 2010/09/09 14:51:57 pmorrill Exp $ */

/*********************
*
* default styles: override (in lc1_layouts.css) rather than change this file
*
**********************/

/*
   the one and only body tag; the text-align attribute is to
   support older IE browsers that don't know how to handle
   margin: 0px auto
*/
html, body {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px;
	color: #333344;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

p { margin: 0px; margin-top: 10px; }

a:link, a:visited, a:active { color: #1429aa; text-decoration: none; }
a:hover { color: #818B94; }


h1,.heading1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #883355;
}

h2,.heading2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

h3,.heading3 {
	font-size: 1.1em;
	font-style: italic;
	color: #000000;
	font-weight: bold;
}

sup { font-size: 0.8em; }

blockquote {
	color: #455C26;
	font-weight: bold;
	text-align: justify;
}

textarea { font-family: Verdana,Arial,Geneva,Helvetica,sans-serif; font-size: 0.9em; }

li { padding: 4px 0px 0px 0px; margin-top: 0px;  }

table { border-spacing: 0px; }
td { text-align: left; padding: 2px; }

a img { border-width: 0px; }
