body {
	font-size:75%;
	color:#222;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Basic Styles for Common Elements */

/* =[ Headers ]= */

h1 { 
    font-size: 36px; 
    font-weight: bold; 
    color: #579c2a; 
    letter-spacing: -1px;
		line-height: 48px;
}

h2 {
    font-size: 28px;
    font-weight: normal;
    color: #036;
		padding: 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    color: #036;
    line-height: 26px;
}

h4 {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

p {
	margin: 10px 0 10px 0;
	line-height: 1.5em;
}

em {
	font-weight: bold;
}

/* =[ Lists ]= */

ul, ol { padding: 0 25px; }

    ul { list-style: disc outside; }
    ol { list-style: decimal; }
    
    ul li, ol li { line-height: 18px; }
    
dl dt {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
dl dd {
	padding-bottom: 5px;
}
    
/* =[ Forms ]= */

#form { float: left; width: 400px; }

#form ul { 
    line-height: 18px; 
    list-style: none; 
}

    #form ul li { 
        float: left; 
        margin: 0 40px 0 0; 
    }
    
    #form ul div { 
        float: left; 
        width: 400px; 
        margin: 0 0 18px 0; 
        clear: both; 
        overflow: hidden; 
    }
    
    input.inside, textarea.inside {
      color:#999;
    }
    
    span.inline { float: left; display: block; padding: 0 5px 0 0; }
    
    span.inline input { margin: 0 0 2px 0; }
    
    span.inline label { 
        float: left; 
        display: block; 
        font-size: 11px; 
        color: #aaa; 
        clear: both; 
        font-weight: normal; 
    }
    
    span.req { color: #900; font-weight: bold; font-size: 14px; }

    label { font-weight: bold; }

    input.text, select { 
      padding: 2px;
      border-top: 1px solid #7c7c7c;
	    border-left: 1px solid #c3c3c3;
	    border-right: 1px solid #c3c3c3;
	    border-bottom: 1px solid #ddd;
    }

    select { padding: 1px; font-size: 12px; font-family:"Lucida Grande", Tahoma, Arial, sans-serif; }
    
/* =[ Links ]= */
     /*color: #085c93;*/
a, a:link {  text-decoration: none; }
a:visited { }
a:hover {  text-decoration: underline; }

hr {
  height: 3px;
  color: #cccccc;
  background-color: #cccccc;
  border: 0;
}

table th {
  text-align: left;
  padding-bottom: 10px;
}