/*typography*/
a {
	color: #333399;
}
a:link {

}
a:visited {
	/*color: #41439A;*/
}
a:active {

}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
	
h1 {
	font-family: myriad, verdana, arial, helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/* Both set to zero and padding in header div is used intead to deal with compound IE/Windows problems that are beyond summary in a simple comment.*/
}

h2 {
	font-family: myriad, verdana, arial, helvetica, sans-serif;
	font-size: 1.6em;
	margin: 1.2em 0em .5em 0em;
	font-weight: normal;
	font-style: italic;
}

h3 {
	font-family: myriad, verdana, arial, helvetica, sans-serif;
	font-size: 1.4em;
	margin: 1.5em 0em .5em 0em;
	font-weight: bold;
}

h4 {
	font-family: myriad, verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	margin: 1.0em 0em 0em 0em;
	font-weight: bold;
}

h5 {
	font-family: myriad, verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	margin: 1.0em 0em .5em 0em;
	font-weight: bold;
}

h6 {
	font-family: myriad, verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1.0em 0em .5em 0em;
	font-weight: bold;
}

img {
	border: 0;
}




ol, ul, li, dl, dd, blockquote {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}

ol, ul {
	margin-top: 0.7em;
	margin-bottom: 1.0em; 
}


p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0.7em 0em 1.0em 0em;
}


li > p {
	margin-top: 0.2em;
}


pre {/*Mozilla 1.0/1.1/1.2.1 & Netscape 7.0/7.01 make this a little bit small (but it is still perfectly legible, and user can increase size). We're not going to go larger because monospace fonts in IE tends to run into overflow pretty quick. Prior versions of Mozilla and Netscape are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}

em, i, .title {
	font-style: italic;
}






/* makes text a little smaller than default size */
.smaller {
	font-size: .9em;
}

/* makes text a lot smaller than default size */
.smallest {
	font-size: .8em;
}
/* CSS Document */

