<!--
body,td,TABLE {
font-size:13px;
font-color:white;
font-family:Arial, Helvetica, sans-serif;
BORDER-COLOR:#ffffff;
line-height:115%;
}

.new{font-size:13px;
font-color:white;
font-family:Arial, Helvetica, sans-serif;
BORDER-COLOR:#cccccc;
border-style:solid;
line-height:115%;}
.new1,strong{font-size:16px;
color:#E0872f;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
line-height:115%;}

.box1 {border-style: solid;
 border-color: rgb(255, 209, 41); 
border-width: 1px 1px 3px;
 -moz-border-radius-topleft: 8px;-moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px;
 background-color: rgb(255, 244, 166); margin-top: 15px;
 overflow:hidden;}
 
.box1 h1{
	font-size:16px;
}

.box2 {border-style: solid;
 border-color: #000000; 
border-width: 1px 1px 3px;
 padding: 10px 15px;
 -moz-border-radius-topleft: 8px;-moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px;
 background-color: #eeeeee; margin-top: 15px;}

label { width: 10em; float: none; }
label.error { float: none; color: red; font-weight:bold; padding-left: .5em; vertical-align: top; }
p { clear: both; }
.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }

input.groovybutton
{
   font-size:12px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#ffffff;
   width:100px;
   height:20px;
   background-color:#000000;
   border-style:outset;
}

a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
}
-->