/*
----------------------------------------------------------------------------------
START General Tag and Page Styles
----------------------------------------------------------------------------------
*/

/* START Reset Browser Defaults */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { line-height:20px;margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { background: #ffffff; margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { Content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
a { outline: none; }
input,textarea { margin: 0; }
/* END Reset Browser Defaults */

/* START Default Fonts and Styles */
body,h1,h2,h3,h4,h5,p,ul,ol,div,dl,dt,dd,pre,fieldset,blockquote,th,td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}
sup { font-size: 10px; }
input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 14px;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1 { font-size: 24px; line-height: 32px; font-weight: normal; }
h2 { font-size: 20px; line-height: 22px; margin-bottom: 10px; }
h3 { font-size: 19px; line-height: 21px; margin-bottom: 8px; }
h4 { font-size: 14px; line-height: 16px; margin-bottom: 2px; }
h5 { font-size: 13px; line-height: 15px; margin-bottom: 2px; }

p { margin: 0 0 8px 0;color:#FEFEFE; }
ul { margin: 0 0 10px 30px; list-style-type: disc;color:#FEFEFE; }
ol { margin: 0 0 10px 30px; list-style-type: decimal; }

a { color: #333333; font-weight: bold; text-decoration: none; outline:none; }
a:hover { font-weight: bold; text-decoration: underline; }

blockquote { margin: 0 30px 0 30px; }
strong, b, .bold { font-weight: bold; }
em, i { font-style: italic; }
pre, code { white-space: pre; }
pre, code { font: 12px monospace; line-height: 15px; } 
hr { width:95%; height: 1px; margin: 9px 0 13px 0; *margin: 2px 0 6px 0; border: 0; color: #333333; background-color: #333333; text-align: left; }
/* END Fonts and Styles */

/* START TABS Default */
ul.tabs { margin: 0; padding: 0; }
ul.tabs li { float: left; list-style: none; margin: 0; padding: 0; }
ul.tabs li a { display: block; }
/* Clearing Floats Class */
ul.tabs { display: inline-block; }
ul.tabs:after { Content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html ul.tabs { height: 1%; }
ul.tabs { display: block; }
/* END TABS Default */

/* START Clearing Floats Class */
.clear { display: inline-block; }
.clear:after { Content: "."; display: block; height: 0; clear: both; visibility: hidden; }
table.clear:after { Content: normal; } /* This line is just to fix an IE8 spacing issue when the clear class was added to tables */
* html .clear { height: 1%; }
.clear { display: block; }
/* END Clearing Floats Class  */

/* START Misc Helper Classes */
.block { display: block; }
.inline { display: inline; }
.hide { display: none; }
.show { display: inherit; }
.bg-test { background-color: #888888; }
.bg-none { background: none; }
.border-none { border: none; }
.spacer-2x2 { width: 2px; height: 2px; }
.spacer-5x5 { width: 5px; height: 5px; }
.spacer-10x10 { width: 10px; height: 10px; }
.spacer-20x20 { width: 20px; height: 20px; }
.center { text-align: center; }
.text-caption { display:block; text-indent:-50000px; }
/* END Misc Helper Classes */

/*
----------------------------------------------------------------------------------
END General Tag and Page Styles
----------------------------------------------------------------------------------
*/
