/* ================= Body Elements ================= */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
Body {Background-color:#FFFFFF;}

/* ================= Hyperlinks ================= */
a:link {
	color: #000000;
	text-decoration:none;
	}
a:visited {
	text-decoration: none;
	color: #000000;
	}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
	}
a:active {
	text-decoration: none;
	color: #000000;
	}
a.hyper2:link {
	color: #586719;
	text-decoration: underline;
	}
a.hyper2:visited {
	text-decoration: underline;
	color: #586719;
	}
a.hyper2:hover {
	text-decoration: underline;
	color: #655240;
	}
a.hyper2:active {
	text-decoration: underline;
	color: #586719;
	}

/* ================= Typography ================= */

.green12_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #586719;
}
.gray13_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #655240;
	line-height: 18px;
}
.gray18_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #655240;
}
.green14_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #586719;
}
.body_arial{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;
	color: #000000; 
}
.download{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 18px;
	color: #000000; 
}
.body_times{
	font-family: "Times New Roman", Times, serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #000000;
}
.left_times_white{
	font-family: "Times New Roman", Times, serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #ffffff;
}
.left_times_green{
	font-family: "Times New Roman", Times, serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #CAE0A0;
}
.disclaimer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px; 
	line-height: 18px;
	color: #000000; 
}
.green12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #586719;
	line-height: 18px;
}
.gray12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #655240;
	line-height: 18px;
}
.ldr_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 18px;
	font-weight: bold;
}
.ldr_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #CAE0A0;
}
.ldr_joined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #CAE0A0;
}
.ltgreen13_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CAE0A0;
	line-height: 18px;
}
.board_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #586719;
	line-height: 18px;
	font-weight: bold;
}
.board_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #655240;
	line-height: 18px;
}
.board_joined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #655240;
}
.body_share{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #655240;
	line-height: 18px;
}
.title_share{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #586719;
	line-height: 18px;
	font-weight: bold;
}

/* ================= Design Elements ================= */

.left_bg {
	background-image: url(../common/bg_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.right_bg {
	background-image: url(../common/bg_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.top_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #586719;
}
.footer_line {
	background-image: url(../common/f_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.body_line {
	background-image: url(../common/body_line.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.body_line2 {
	background-image: url(../common/body_line2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.right_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #586719;
}
.left_line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #586719;
}
.bttm_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #586719;
}
/* ================= Margins - top, right, bottom, left ================= */
.bodymargin {
	MARGIN: 5px 5px 5px 5px
}
