/* *********************** GENERAL SETTINGS     *********************** */

html, body{

	font: 76% Tahoma, Arial, Helvetica, sans-serif;

	color: #666666;

	background: #ffffff url(../images/index_bg.gif) repeat-y top left;

	padding: 0px 0px 10px 0px;

	background-position: center;

}

/* CSS global reset for all browsers */ 

* { padding: 0px; margin: 0px; }

/*  Global Formatting */

h1 {font-weight: bold; font-size: 20px; color: #1f1f1f; letter-spacing: -2px; line-height: 24px; text-transform: uppercase;}

h2 {font-weight: bold; font-size: 18px; color: #1f1f1f; letter-spacing: -1px; line-height: 18px; text-transform: uppercase;}

h3 {font-weight: bold; font-size: 14px; color: #333333; line-height: 20px; text-transform: uppercase;}

h4 {font-weight: bold; font-size: 13px; color: #333333; line-height: 14px; text-transform: uppercase; }

h5 {font-weight: bold; font-size: 12px; color: #333333; line-height: 13px; text-transform: uppercase; }

h6 {font-weight: bold; font-size: 11px; color: #333333; line-height: 12px; text-transform: uppercase;}

a {color: #333333; text-decoration: underline;}

a:hover {color: #333333; text-decoration: none;}

a.image, a.image:hover  {border:0;}

li{ margin-left: 25px; }

ul { }

fieldset {

	width: 90%;

	padding: 5px;

	border: 1px solid #eee;

}

.both {

	clear: both;

}

body.published {

background: #AADDFF;

}



body.mceContentBody {

background: white;

}

/* *********************** END GENERAL SETTINGS *********************** */

a:link { }



a:visited { }



a:hover { }



a:active { }




