/* Colors *****************************************************************/
/*	color: #333333; /* body font color */
/*	border-top: 1px solid black; /* hr color */
/*	background-color: #ffffff;  /* body background color */
/*	color: #003366;  /* default link color */
/*	background-color: #CCFFFF; /* pageheader background color */
/*	background-color: #CCCCFF; /* maincontent background */
/*	background-color: #FFFFCC; /* calloutcontent background */
/*	background-color: black; /* pagebody bottom border */

/* TAGS *******************************************************************/
h1, h2, h3, h4, h5, h6, p, table, ol, ul, div, blockquote, li, hr, br, dt, dd, dl { margin: 0; padding: 0; border: none; }

p, ol, ul {
	margin: 1.2em 15px; 
	padding: 0;
	font-weight: normal;
	position: relative;
}
h1, h2, h3 {
	margin: 1.2em 15px; 
	padding: 0;
	font-weight: normal;
}
h4 {padding-top: 12px;}
table {margin: 0; padding: 0; /*border: solid 1px red;*/ font-size: 1em;}
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; font-weight: bold; }
h4 { font-size: 1em; font-weight: bold; }
p, td { font-size: 1.0em; line-height: 1.5em; }
form, tr { font-size: 1em;} /*lc*/
form td {padding: 2px 0;} /*lc*/
input, select, textarea { border: 1px solid #a1b95f; } 
ol, ul { padding: 0 0 0 15px;}
li { font-size: 1.0em; line-height: 1.2em; } 
strong {font-weight: bold;}
em {font-style: italic;}
a, a:link, a:visited, {	text-decoration: none; color: #003366; }
a:hover {text-decoration: underline;}
img { border: none; }	
hr {height: 1px; border: none; border-top: 1px solid #546f0b; /* hr color */}

	

