/* @override 
	http://ocsc.dev/styles/basics.css
*/

body  {
	font-size: 62.5%;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	line-height: 1.2em;
	}



h1 {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.76em;
	letter-spacing: .01em;
	padding-bottom: .88em;
	}

	h1.shim {
		padding-top: .88em;
		}

h2  {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.25em;
	padding-bottom: 0em;
	}

	h2.shim {
		padding-top: 1.15em;
		}

h3, legend {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0;
	padding-bottom: 0em;
	}

	h3.shim {
		padding-top: 1.36em;
		}


p, ul, dl, ol, fieldset
{
	font-size: 1.1em;
	line-height: 1.5em;
	padding-bottom: 1.5em;
	color: #333;
	letter-spacing: .01em;
	word-spacing: .15em;
}

	p.shim,
	ul.shim,
	ol.shim,
	dl.shim,
	label.shim {
		padding-top: 1.36em;
		}
	li.shim {
		margin-top: 1.36em;
		}

.closing {
	padding-bottom: 0em;
	}

img.closing {
	margin-bottom: 0em;
	}


p ul, p ol, p dl,
fieldset ul, fieldset ol, fieldset dl, fieldset p, 
ul ul, ul ol, ul dl, ul p, ul h1, ul h2, ul h3, ul h4, ul h5, ul h6,
ol ul, ol ol, ol dl, ol p, ol h1, ol h2, ol h3, ol h4, ol h5, ol h6,
dl ul, dl ol, dl dl, dl p, dl h1, dl h2, dl h3, dl h4, dl h5, dl h6 {
	font-size: 1em;
	}


ul.twoCol,
ol.twoCol {
	display: inline;
	}

	ul.twoCol li,
	ol.twoCol li {
		float: left;
		display: block;
		width: 50%;
		}

blockquote {
	margin-left: 2em;
	font-style: italic;
	color: #444444;
	}

div.hr {
	height: 1px;
	background-color: #cccccc;
	margin-bottom: 1.4em;
	}

div.hrBold {
	height: .1em;
	background-color: #666666;
	}

	div.hr hr,
	div.hrBold hr{
		display: none;
		}

strong {
	font-weight: bold;
	}

em {
	font-weight: bold;
	font-style: italic;
	padding-right: .2em;
	}

a, a:link {
	color: #2465BF;
	text-decoration: none;
	outline-style: none;
}
a:visited {}
a:hover { color: black;}
a:active  { text-decoration: underline; }

