body {
	background-image: url(../images/green1px.gif);
}
/* Rounded Corners */
p,h1,h2,h3,a,ul {
	font:"Trebuchet MS", Arial;
}
p, ul {
	font-size:14px;
	color:#666666;
}
h1 {
	color:#990033;
	font-size:18px;
}
h2 {
	color:#CD581B;
	font-size:16px;
}
h3 {
	color:#EDA01A;
	font-size:14px;
}
.t {
	background-image: url(corners_topline.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width:750px;
}
.b {
	background-image: url(corners_topline.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
}
.l {
	background-image: url(corners_sideline.gif);
	background-position:0 0;
	background-repeat:repeat-y;
}
.r {
	background-image: url(corners_sideline.gif);
	background-position:100% 0;
	background-repeat:repeat-y;
}
.bl {
	background-image:url(corners_ll.gif);
	background-position:0 100%;
	background-repeat:no-repeat;
}
.br {
	background-image:url(corners_lr.gif);
	background-position:100% 100%;
	background-repeat:no-repeat;
}
.tl {
	background-image:url(corners_ul.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.tr {
	background-image:url(corners_ur.gif);
	background-position:100% 0;
	background-repeat:no-repeat;
	padding:20px;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
a#menu {
	border-style:none;
	text-decoration: none;
	border:0px;
}
a:link {
	color: #8F9E6A;
}
a:visited {
	color: #8F9E6A;
}
a:active {
	color: #8F9E6A;
}
a:hover {
	color: #EDA01A;
}

