a.greenwhite:link {
	text-decoration: underline;
	color: #0F0;
}
a.greenwhite:visited {
	text-decoration: underline;
	color: #0F0;
}
a.greenwhite:hover {text-decoration: underline;color: #ffffff;}
a.greenwhite:active {
	text-decoration: underline;
	color: #0F0;
}

a.blkgreenwhite:link {text-decoration: underline;color: #669900;}
a.blkgreenwhite:visited {text-decoration: underline;color: #669900;}
a.blkgreenwhite:hover {text-decoration: underline;color: #ffffff;}
a.blkgreenwhite:active {text-decoration: underline;color: #669900;}

a.greenwhitenoline:link {color: #99cc33;text-decoration: none;}
a.greenwhitenoline:visited {color: #99cc33;text-decoration: none;}
a.greenwhitenoline:hover {color: #ffffff;text-decoration: none;}
a.greenwhitenoline:active {color: #ffffff;text-decoration: none;}

a.whitegreen:link {text-decoration: none; color: #FFFFFF;}
a.whitegreen:visited {text-decoration: none; color: #FFFFFF;}
a.whitegreen:active {text-decoration: none; color: #FFFFFF;}
a.whitegreen:hover {text-decoration: none; color: #66cccc;}

a.redgreen:link {text-decoration: underline; color: #ff0000;}
a.redgreen:visited {text-decoration: underline; color: #ff0000;}
a.redgreen:active {text-decoration: underline; color: #ff0000;}
a.redgreen:hover {text-decoration: underline; color: #FFFFFF;}

a.greenblack:link {text-decoration: underline; color: #ffcc00;}
a.greenblack:visited {text-decoration: nderline; color: #ffcc00;}
a.greenblack:hover {text-decoration: nderline; color: #ffffff;}
a.greenblack:active {text-decoration: nderline; color: #ffcc00;}


h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #000000}
h3 {  }
.textWhite { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF}
h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #ff0000}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px}
h1 {  font-weight: normal}
h1 {  }
h2 {  }
h1 {  }
h1 {  }
h1 {  }
h1 {  }
h1 {  }
.curveorangeBG {  background-image: url(images/otop.gif); background-repeat: no-repeat; background-position: center top}
.curvegreenBGCopy { background-image: url(images/gbot.gif); background-repeat: no-repeat; background-position: center bottom}
.textNews { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold}
.text14Orange { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #333333; font-weight: normal }
.pic_space_rightnoline { margin-right: 20px; margin-bottom: 10px; border-color: #99cc33 #99CC33 #99CC33; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.verticalLine {  border-color: black black black #618020; border-style: dashed; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 1px}
h1 {  }
h2 {  color: #FFFFFF}
h2 {  font-weight: normal}
.text10 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC; font-weight: normal}
.pic_space_leftnoline { margin-right: 0px; margin-bottom: 10px; border-color: #99cc33 #99CC33 #99CC33; border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; margin-left: 20px}
h1 {  }
h1 {
	font-size: 20px;
}


<style type="text/css">
table.sample {
	border-width: 1px;
	border-spacing: 2px;
	border-style: hidden;
	border-color: red;
	border-collapse: collapse;
	background-color: none;
}
table.sample th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #AA0004;
	-moz-border-radius: 12px 12px 12px 12px;
}
table.sample td {
	padding: 10px;
	-moz-border-radius: 0px 0px 0px 0px;
	border: 1px solid #760104;
}
</style>

<table class="sample">
<tr>
	<th>Header</th>
	<td>Content</td>
</tr>
</table>

