/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	line-height: 15px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}



/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
	line-height: 28px;
        letter-spacing: -1px;
        font-weight: normal;
        color: #73bf31;
}

h2 {
	font-size: 18px;
        letter-spacing: -1px;
        font-weight: normal;
        color: #73bf31;
}

h3 {
	font-size: 18px;
        letter-spacing: -1px;
        font-weight: normal;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 10px;
}

p {
        color: #6e6d6d;
        line-height: 18px; 
}

a {
        text-decoration: none;
        color: #007843; 

}

a:hover {
        text-decoration: underline;
}

.red {
        color: #ff0000;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
}



/* `Selector
----------------------------------------------------------------------------------------------------*/

.selector h1,
.selector h2,
.selector h3 {
        color: #73bf31;
}


.selector p {
        color: #6e6d6d;
        line-height: 18px;
}

.selector_2 li a {
        color: #84a92e;
}



.selector_2 h3 {
        color: #73bf31;
	font-size: 17px;
}

.selector_2 table {
        color: #6e6d6d;
	font-size: 11px;
        line-height: 18px;
        font-weight: bold;
}

.detail h3 {
        color: #73bf31;
	font-size: 17px;
}


.detail table {
        color: #6e6d6d;
	font-size: 13px;
        line-height: 18px;
        font-weight: normal;
}


/* list_9 
----------------------------------------------------------------------------------------------------*/
.list_9_Item h2,
.list_9_Item h3 {
        color: #6e6d6d;
	font-size: 15px;
        font-weight: bold;
        
} 


legend {
        color: #73bf31;
	font-size: 17px;
}

/* `Footer
----------------------------------------------------------------------------------------------------*/

.footer p {
	color: #007843;
        font-size: 12px;
        text-align: right;
}

.footer a {
	color: #007843;
}
      
