﻿/********************************************** **/
/**                                             **/
/**  ContentStyle.css                           **/
/**                                             **/
/**  Styles that appear in the Styles dropdown  **/
/**  list in the content editor                 **/
/**                                             **/
/********************************************** **/
/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.78em;
	color:#303030;
}
h1, h2, h3, h4, h5, h6 {
	color: #444444;
}
/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	font-weight: bold;
}
a {
	text-decoration: underline;
	color: blue;
}
a:hover {
	text-decoration: none;
	color: blue;
}
.fixedFont {
	font-family: Monospace;
}
.arrowLink {
	background: url('/Images/Links/arrowLink.gif') no-repeat left top;
	padding-left: 18px;
}
.noWrap 
{
    white-space:nowrap;
}
    