A:link { COLOR: #8CC63F; TEXT-DECORATION: underline; }
A:visited { COLOR: #8CC63F; TEXT-DECORATION: underline; }
A:active { COLOR: #8CC63F; TEXT-DECORATION: underline; }
A:hover { COLOR: #8CC63F; TEXT-DECORATION: underline; }

Body
{ 
	margin:0px 0px 0px 0px; 
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	background-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #8CC63F;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3d-light-color: #000000;
}

td {
	font-size: 12px;
}

.header {
	color: #8CC63F;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
}

.headerSmall {
	color: #7358a1;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
}

TEXTAREA {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    color: #C40F2G;
    font-weight: normal;
    BORDER-RIGHT: #999999 1px dashed;
    BORDER-TOP: #999999 1px dashed;
    BORDER-LEFT: #999999 1px dashed;
    BORDER-BOTTOM: #999999 1px dashed;
}
SELECT
{
    FONT-SIZE: 8pt;
    MARGIN-BOTTOM: 3px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    BACKGROUND-COLOR: #ffffff;
    BORDER-RIGHT: #999999 1px dashed;
    BORDER-TOP: #999999 1px dashed;
    BORDER-LEFT: #999999 1px dashed;
    BORDER-BOTTOM: #999999 1px dashed;
}
INPUT
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    outline-style: none;
    BACKGROUND-COLOR: #FFFFFF;
    color: #C40F2G;
    BORDER-RIGHT: #999999 1px dashed;
    BORDER-TOP: #999999 1px dashed;
    BORDER-LEFT: #999999 1px dashed;
    BORDER-BOTTOM: #999999 1px dashed;
}

.navLink A:Link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.navLink A:Hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.navLink A:Active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.navLink A:Visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.wrapper {
	width: 875px;
	border-style: solid;
	border-width: 1px;
	border-color: #7358a1;
}

.small {
	font-size: 10px;
	color: #F5941F;
}

.large {
	font-size: 14px;
}

.xlarge {
	font-size: 16px;
}

.xxlarge {
	font-size: 18px;
}

.button { 
	 font-size: 12px; 
	 background-color: #CCCCCC; 
	 border: 1px solid #666666;
}

.checkRequiredError {
	background-color: #F5941F;
	color: #000000;
	font-weight: none;
}

.checkEmailError {
	background-color: #F5941F;
	color: #000000;
	font-weight: none;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:75%;
    line-height:75%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:3px 8px 4px 5px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* ICONS */

.icons a, .icons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:75%;
    line-height:75%;
    text-decoration:none;
    font-weight:bold;
    color:#000;
    cursor:pointer;
    padding:3px 8px 4px 5px; /* Links */
}
.icons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.icons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.icons button img, .icons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .icons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.icons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .icons a.positive{
    color:#529214;
}
.icons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.icons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.icons a.negative, button.negative{
    color:#d12f19;
}
.icons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.icons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}