﻿/* == STYLESHEET FUNCTIONS - Global reset and base element styling
------------------------------------------------------------------------------------------------------------------------ 

/* == Global Reset 
------------------------------------------------------------------------------------------------------------------------ */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, 
a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
  

/* == Base Element Styling
------------------------------------------------------------------------------------------------------------------------ */

html{background: #DFDFDF;}
body{color:#6A7984;font-family:arial, franklin gothic, tahoma;font-size: 85%;text-align: center;margin:0; background: #fff;}

h1, h2, h3, h4, h5, h6{font-size: 130%;margin: 20px 0;font-weight: normal;color: #9a0173;font-family:Tahoma, Arial;}
h1{margin: 10px 20px 0 20px;}
h2{font-size: 120%;margin:0 0 0 20px;}
h3{font-size: 110%; margin: 0; color: #33796e; font-weight: bold;}
h4{font-size: 100%;}
h5{font-size: 100%;margin:0;}
h6{font-size: 100%;margin:5px;}

p{margin: 15px 0; line-height: 1.6}
blockquote{margin: 20px;}

ul{margin: 20px 0 20px 20px; list-style-type: disc;}
ul li{margin: 10px 0;}
ol{margin: 20px 0 20px 25px; list-style-type: decimal;}
ol li{margin: 10px 0;}
ul.plain{margin: 20px 0 20px 0;list-style: none;}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{border-collapse: collapse;}
thead{}
tfoot{}
th{border: solid 1px #aaa;padding: 3px; text-align:left;}
tr{}
td{border: solid 1px #ddd;padding: 3px;}

form{margin:0;}
fieldset{}
legend{font-weight: bold;}
input{padding:0;color:#666;}
input.text{margin: 3px 0;border: solid 1px #D5D5D5;border-top: solid 2px #D5D5D5;}
input.textOnly{border: 0; background: none;padding: 0;margin: 0;text-align: left;color: #C95500;font-size: 100%;font-family: Georgia, Times New Roman, Serif;cursor: pointer;}
input.textOnly:hover{text-decoration: underline;}

em{}

/* Cross browser hr styling */
hr{border: 0;border-top: solid 1px #ccc; height: 1px; margin: 5px 0;}
div.hr{margin: 5px 0px; border: none; border-top: 1px solid #ccc;clear:both;}
div.hr hr{display:none;}
div.hrImage{border: 0; height: 14px; background: transparent url(../_img/hr-bg.gif) no-repeat top left;}

a{color: #9a0173;}
a:hover{text-decoration: none;}
ul li a{text-decoration: none;}

img{vertical-align: bottom;}

/* = Independent Global Styles
------------------------------------------------------------------------------------------------------------------------ */

/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}
#wrapper img.floatLeft{margin-left: 0; margin-bottom: 0; margin-right: 10px;}
#wrapper img.floatRight{margin-left: 10px; margin-bottom: 0; margin-right: 0;}

/** clearing **/
.clr{clear: both;}

/** other **/
.hide{display:none}

/** Buttons **/


/** Arrows **/

