/*	
	Everything defined in thise stylesheet will be displayed in the CMS WYSIWYG editor. 
	All standard HTML elements should be defined here as well as any custom classes that
	we want the users to have access to from the - Styles - dropdown.  This stylesheet
	should be included on the front end before any other stylesheets.
*/

/* SET STANDARD ELEMENTS - reset html elements to fit our site */
body{background:#91b4dc;font:10pt Arial;color:#666}

input{font:8pt Arial;color:#999; margin: 2px 0; padding: 2px 0}

img{border:none}

a{text-decoration:none;color:#666}

.clear{clear:both}

h1{font-size:2.1em;font-weight:bold;margin:.5em 0;text-transform:uppercase;color:#cb343c}
h2{font-size:1.5em;text-transform:uppercase}
h3{font-size:1.3em;font-weight:bold;margin:.5em 0;text-transform:uppercase}
h4{font-size:1.2em;font-weight:bold;margin:.5em 0;text-transform:uppercase}

p{margin:1em 0}
strong, b { font-weight:bold; }
em, i { font-style:italic; }
hr { height:1px; width:100%; border-bottom:1px solid #000 color:#000; clear:both; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* CUSTOM STYLES THAT USERES CAN USE */
.note { font-style:italic; }
.notice { color:#DA0C19; }
.req { color: #DA0C19; }
.tableStyle1 {
	display:block;
	border-collapse:collapse;
}
.tableStyle1 td, .tableStyle1 th {
	font-size:1.1em;
	padding:10px;
	border:1px dashed #CCC;
}
.tableStyle1 th {
	text-align:center;
	background-color:#F5F5F5;
}
.detailText1 {
	font-size:0.9em;
}
.detailText2 {
	color:#666;
	font-size:0.9em;
}

