/* layout css is in oneColElsCtrHdr.css */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c06;
	background-color: #ffc;
	margin-top: 0;
	margin-left: 0;
	left: auto;
	}
/*elements*/
h1, h2, h3, h4, p, address, ul, li {
	color: #c06; 
	text-align: left; }
h1 { text-align: center; }
h2,h3 { margin-left: 0.5em; }
h4 { font-size: 1em; font-weight: bold; margin: 1.33em 0 1.33em 0.5em; }
p { font-size: 1em; margin-right: 0.5em; margin-left: 0.5em; }
img { border-style: none; }
address { font-size: 80%; font-style: italic; }
ul { list-style-type: none; margin: 1em; }
a:link { color: #c06; text-decoration: underline; }
a:visited { color: purple; text-decoration: underline; }
a:hover { color: red; text-decoration: none; }
a:active { color: #c69; text-decoration: underline; }
/*classes*/
.center { 
	text-align: center; 
	}
.left {
	text-align: left;
	}
.strike { 
	text-decoration: line-through;
	}
.size80 { font-size: 0.8em; }
.size120 { font-size: 1.2em; }
.noborder { border-style: none; }
hr {
	color: #c06; }
/* images */
img.right { 
	float: right; 
	margin-left: 0.25em; 
	padding: 0.25em; 
	border-style: none; }
img.left { 
	float: left; 
	margin-right: 0.25em; 
	padding: 0.25em; 
	border-style: none; }
