body {
	background-color: #2a5b20;
	background-image: url(images/28bg.gif);
	color: #DDDDDD;
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;	
	font-weight: normal;
}

a:link {
	font-variant: small-caps;
	text-decoration: none;
	color: #2a5b20;
}

a:visited {
	font-variant: small-caps;
	text-decoration: none;
	color: #2a5b20;
}

a:active {
	font-variant: small-caps;
	text-decoration: none;
	color: #2a5b20;
}

a:hover {
	font-variant: small-caps;
	text-decoration: overline;
	color: #5e9837;
}

.container {
	width: 50%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 100px;
}

.container ul li {
	list-style-type: circle;
	list-style-position: outside;
	border-bottom: 1px dashed #333333;
	
}

.container b {
	font-family: "Georgia", serif;
	color: #5e9837;
	font-weight: normal;
}

.container i {
	color: #AAAAAA;
}

.signature {
	text-align: left;
}

.corner_box {
   background-color: #222222;
}
.corner_top div {
   background: url(images/corner_tl.gif) no-repeat top left;
}
.corner_top {
   background: url(images/corner_tr.gif) no-repeat top right;
}
.corner_bottom div {
   background: url(images/corner_bl.gif) no-repeat bottom left;
}
.corner_bottom {
   background: url(images/corner_br.gif) no-repeat bottom right;
}

.corner_top div, .corner_top, 
.corner_bottom div, .corner_bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.corner_content { margin: 0 30px; }