/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
	font-family:"Trebuchet MS";	
	font-size:80%;
	color: #333333;
	background-color: #5f6366;
	background-image: url(/images/page-bg.gif);
	background-repeat: repeat-x;
	background-position:top;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
	padding:0;
	margin:2px 0;
	letter-spacing:0px;
	font-size:1.6em;
	color: #c67202;
}
 
h2 {
	letter-spacing:0px;
	font-size:1.1em;
	padding:10px 0 20px 0;
	color:#3b3a3a;
}
 
h3 {
	font-size:1.1em;
	font-weight:bold;
}

h4 {
	font-size:0.9em;
	font-weight:bold;
	padding:30px 0 15px 0;
}
 
/***** Common Formatting *****/
 
p, ul, ol {

}
 

blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

hr {
	border: none 0;
	border-top: 1px dashed #000000;/*the border*/
	height: 1px;
}

 
/***** Links *****/

a, a:link, a:visited, a:active {
	text-decoration:none;
	color: #000000;
	font-weight: normal;
}

a:hover {
	text-decoration:underline;
	color: #000000;
	font-weight: normal;
}
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.clearfloat 	{ clear:both;height:0;font-size: 1px;line-height: 0px; }
.float-left    { float:left;}
.float-right   { float:right;}

br {
	height:50px;
	margin:0;
	padding:0;
	}
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.footnote	    {font-size:0.85em;}
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.img-left-brd      { float:left;margin:4px 10px 4px 0;border:3px solid #cccccc;padding:5px; background-color:#FFFFFF;}
.img-right-brd     { float:right;margin:4px 0 4px 10px; border:3px solid #cccccc;padding:5px; background-color:#FFFFFF;}
.img-brd-only     { border:3px solid #cccccc;padding:5px; background-color:#FFFFFF;}

 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

