/* ----------------- Body Area ----------------- */

body {
	background-color: #285130;
	margin: 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#table_left {
	background-image:url(../_elements/table_left.gif);
	width: 19px;
}

#table_middle {
	background-image:url(../_elements/table_middle.gif);
	width: 23px;
}

#table_right {
	background-image:url(../_elements/table_right.gif);
	width: 21px;
}


/* ----------------- Text Area ----------------- */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6a718c;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 12px;
	color: #333333;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #194700;
}


.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #194700;
}

.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #777777;
}


/* ----------------- Links ----------------- */


.links1{
	background-color: transparent;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #194700;
}

a.links1:hover{
	color: #194700;
	text-decoration: none;
}


.links2{
	background-color: transparent;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #666666;
}

a.links2:hover{
	text-decoration : underline;
	color: #194700;
	
}


.links3{
	background-color: transparent;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #666666;
	line-height: normal;
}

a.links3:hover{
	color: #CCCCCC;
}

.links4{
	background-color: transparent;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #FFFFFF;
	line-height: normal;
}

a.links4:hover{
	color: #CCCCCC;
}
