@charset "utf-8";
html, body {
	border: 0;
	color: #000000;
	background: #4169E1;
	}		  /* zero's out borders; initial default color */
div, img, iframe {
	border: 0;
	margin: 0;
	padding: 0;
	}       /* zero's out margins, padding, borders; */
html, body, p, li, ul, ol, blockquote, q, a {
	margin: 0;
	padding: 0;
	font: normal normal normal 1em/1.25 Arial, Helvetica, sans-serif;
	}	   /* many browsers may override font choices if only defined in html, body */
h1, h2, h3, h4, h5, h6 {					
  	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}		/* initial default font family and zeroing out for headings */
h1 { font-size: 1.75em; }		  /* initial default font size for headings */
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
a, a:link, a:visited, a:active, a:hover { text-decoration: underline; }
a:link { color: #00f; }			/* default link colors, shades of blue */
a:visited { color: #009; }
a:hover { color: #06f; }
a:active { color: #0cf; }
em { font-style: italic; }    /* ensures italics */ 
strong { font-weight: bold; } 	 /* ensures bold */
small { font-size:.85em; }
big { font-size:1.2em; }
ul { list-style-type: none; } 
li { margin-bottom: 0.5em; }

/* Common Classes */
.clear { clear: both; }
.silent { clear:both; display: none;}.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0 auto; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.white {
	color: #FFF;
}
