A:link {
    COLOR: #F68E56 ; TEXT-DECORATION: none
   }
A:visited {
    COLOR: #F68E56 ; TEXT-DECORATION: none
}
A:active {
    COLOR: #F68E56 ; TEXT-DECORATION: none
}
A:hover {
    COLOR: #F68E56 ; TEXT-DECORATION: underline
}

.style1{
    color:#5E2522;
    font: Arial;
    background-color: #C09E9C;
    font-size: 10pt;
}

.style1  A:link  {
    COLOR: #5E2522 ; TEXT-DECORATION: none
}
.style1  A:visited {
    COLOR: #5E2522 ; TEXT-DECORATION: underline
}
.style1 A:active {
    COLOR: #5E2522 ; TEXT-DECORATION: underline
}
.style1 A:hover {
    COLOR: #5E2522 ; TEXT-DECORATION: underline
}
.style2  A:link {
    COLOR: #5E2522 ; TEXT-DECORATION: underline
}

.values {
  font: Arial;
  font-size: 10pt;
	color: #B0FFFF;
	font-weight: normal;
	font-style: oblique;
}
	
.headers {
  font: Arial;
  font-size: 10pt;
	color: #FFC891;
	font-weight: bold;
	font-style: normal;
}
	
body {
    background-image: url("http://www.newwaysurf.com/bg.gif");
    background-repeat: no-repeat;
    background-color: #C09E9C;
    background-repeat:repeat-x;
}

h2 {
    color:#C89191;
}

h5 {
    color:#FFFFC8;
}

hr {
  border-color: #FFFADC;
}

input[type="text"], input[type="password"], textarea, select {
  background-color : #C09E9C;
  border: 1px solid #400000;
  color: #5E2522;
  padding: 2px;
}

input[type="button"], input[type="submit"] {
	-moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	box-shadow:inset 0px 1px 0px 0px #fbafe3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff4040), color-stop(1, #ef027d) );
	background:-moz-linear-gradient( center top, #ff4040 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4040', endColorstr='#ef027d');
	background-color:#ff4040;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	border:1px solid #ee1eb5;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #c70067;
}
input[type="button"], input[type="submit"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff4040) );
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff4040 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff4040');
	background-color:#ef027d;
}
input[type="button"], input[type="submit"]:active {
	position:relative;
	top:1px;
}
/* calendar */
table.calendar    { margin:auto; border-left:1px solid #999; }
//tr.calendar-row:hover  { background:#FCF; }
td.calendar-day  { min-height:10px; font-size:11px; position:relative; } * html div.calendar-day { height:10px; }
//td.calendar-day:hover  { background:#eceff5; }
//td.calendar-day-np  { background:#eee; min-height:20px; } * html div.calendar-day-np { height:20px; }
td.calendar-day-head { background:#C09E9C; font-weight:bold; text-align:center; width:20px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number    { padding:5px; color:#B0FFFF; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np { width:20px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }
