html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align: baseline; background:none;}
ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
q:before,
q:after {content: "";}
table {border-collapse:collapse; border-spacing:0;}
input, textarea, select{
	font:11px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	margin:0;
	padding:0;
}
form, fieldset{border-style:none;}

body, td, input, select, textarea {
	color:#333;
	height:100%;
	font:12px/14px Arial, Helvetica, sans-serif;
}

img{border-style:none;}
a{
	text-decoration:none;
	color:#900;
}
a:focus {outline:none;}
a:hover{text-decoration:underline;}

a img { border:none; }

p {
	margin:1em 0;
}

hr {
	height: 0;
	overflow:hidden;
	padding: 0;
	margin: 1em 0;
	border: none;
	border-bottom:1px solid #dddddd;
}

h1 {
  font-size: 16px;
	margin:0 0 12px 0;
}


h2 {
	font-size: 14px;
	margin:10px 0;
	text-transform:uppercase;
}
/*
.contentpage h1 {
   	font-size: 22px;
    text-transform:uppercase;
	margin:0 0 12px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.contentpage h2 {
	font-size: 20px;
	margin:10px 0;
	text-transform:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
*/

h3 {
	font-size: 13px;
	margin:5px 0;
}

ul, ul li {
	margin-left:0;
	padding-left:0;
	list-style:none;
	position:relative;
}
ul li {
  /*background:url('/images/bullet.gif') 0px 6px no-repeat;*/
  margin:0 0 5px 15px;
  padding: 0 0 0 8px;
}

#content li { 	list-style:disc; }

sup {
	font-size:0.8em;
}

blockquote {
	margin:0;
	padding:0 0 0 25px;
}

table td {
	vertical-align:top;
}



/* COMMON WYSIWYG CLASSES ---------------------------------- */

.button-silver {
  background: url('images/button-silver.gif') bottom left repeat-x;
  padding: 2px 10px;
  color:#333;
}
.imgborder {
  padding:2px;
  border:1px solid #dddddd;
}
.imgright {
  float:right;
  margin:0 0 5px 10px;
}
.imgleft {
  float:left;
  margin:0 10px 5px 0;
}

.small {
	font-size:11px;
}
.smaller {  
  font-size:10px;
}
.normalsize {
	font-size:12px;
}
.big {
	font-size:13px;
}
.bigger {
  font-size:14px;
}

.tightop {
	margin-top:0;
}
.tight {
	margin:0;
}
.padbottom {
	margin-bottom:5px;
}

.bold{
	font-weight:bold;	
}

.unbold {
	font-weight:normal;
}

.paddedbox {
	padding:0 0 0 40px;
}

.white{
	color:#ffffff;
}	

.fancytext {
	font-size:16px;
	color:#999999;
}
