body { background-image:url(images/bg.gif);
}

/* All Background */

.table_bg { background-color:#F1F3EE;
}
.left_bar { background-image:url(images/left_bar.jpg);
			background-repeat:repeat-y;
}
.right_bar { background-image:url(images/right_bar.jpg);
				background-repeat:repeat-y;
}
.right_v-line { background-color:#C5D8C2;
}
.right_box_bg { background-color:#DDE9DB;
}
.dark_green_line { background-color:#008000;
}
.r_bx_h-line { background-image:url(images/r_bx_h-line.jpg);
				background-repeat:repeat-x;
}
.bottom_l-green { background-color:#ACDBA4;
}
.bottom_link_bg { background-color:#6BA163;
}

table.reference {
	border:1px solid #c3c3c3;
	border-collapse:collapse;
}

table.reference td {
	border:1px solid #c3c3c3;
	vertical-align:top;
	padding:3px 8px;
	line-height:18px;
}


/* All Text */

.text { font-family:Tahoma;
		font-size:12px;
		color:#000000;
		line-height:15px;
}
.text li{ font-family:Tahoma;
		font-size:12px;
		color:#000000;
		line-height:17px;
		margin-left:-15px;
		list-style-type:square;
}
.green_text { font-family:Tahoma;
		font-size:12px;
		color:#008000;
		font-weight:bold;
		line-height:15px;
}
.bottom_text { font-family:Tahoma;
				font-size:11px;
				color:#FFFFFF;
}
.copyright_text { font-family:Tahoma;
					font-size:11px;
					color:#7F7F7F;
}


/* All Links */

.mail_link { font-family:Tahoma;
				font-size:12px;
				color:#FFFFFF;
				text-decoration:underline;
}
.mail_link:hover { font-family:Tahoma;
				font-size:12px;
				color:#FFFFFF;
				text-decoration: none;
}
.more_link { font-family:Tahoma;
				font-size:12px;
				color:#008000;
				text-decoration:underline;
}
.more_link:hover { font-family:Tahoma;
				font-size:12px;
				color:#008000;
				text-decoration: none;
}

.bottom_link { font-family:Tahoma;
				font-size:11px;
				color:#FFFFFF;
				text-decoration:none;
}
.bottom_link:hover { font-family:Tahoma;
				font-size:11px;
				color:#FFFFFF;
				text-decoration: underline;
}
.greenhead {
	font-family: Tahoma;
	font-size:13px;
	font-weight:bold;
	color:#008000;
	text-decoration:none;
	}
.redtext {
	font-family: Tahoma;
	font-size:11px;
	color: #FF0033;
	text-decoration:none;
	}
.hlink{
	font-family:tahoma;
	font-size:11px;
	color:#f0f4ee;
	text-decoration:none;
	}
.hlink:hover{
	font-family:tahoma;
	font-size:11px;
	color:#f0f4ee;
	text-decoration:none;
	}	
.button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:29px;
}
.button a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:29px;
	padding-left:8px;
	display:block;
}
.button a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	background-color:#116b11;
	text-decoration:none;
	line-height:29px;
	padding-left:8px;
	display:block;
}
