body
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:black;
	margin:0px 0px 20px 0px;
	background-color:#e6e6e6;
}
a
{
	color:black;
	text-decoration:none;
}
a:hover
{
	color:#7C7C7C;
}
a img
{
	border:none;
}

div#splashPage
{
	width:988px;
	margin:auto;
}
div#contents
{
	position:relative;
	margin:0;
	min-height:482px;
}
div#footer
{
	border-top:1px solid #A7A7A7;
	color:#A7A7A7;
	padding-top:9px;
	text-align:right;
}
div#footer span#copyright
{
	font-size:10px;
	padding-left:5px;
}
.clear
{
	clear:both;
}
span#error
{
	font-style:italic;
	color:#FF7632;
}
div#success
{
	font-size:14px;
	margin-top:82px;
	text-align:left;
	color:#A7A7A7;
}
a.greenbutton,
a.greenbutton:link,
a.greenbutton:visited
{
   -moz-border-radius: 9px; /* Firefox */
  -webkit-border-radius: 9px; /* Safari, Chrome */
  border-radius: 9px; /* CSS3 */
  color:#ebebeb;
  padding:0 18px;
  text-align:center;
  font-size:10px;
  line-height:18px;
  font-weight:bold;
  height:18px;
  min-width:12px;
  padding:3px 12px;
    background-color:#41c057;
    line-height:18px;
}

a.greenbutton:hover
{
 text-decoration:none;
 background-color:#00af26;
}
a.graybutton,
a.graybutton:link,
a.graybutton:visited
{
   -moz-border-radius: 9px; /* Firefox */
  -webkit-border-radius: 9px; /* Safari, Chrome */
  border-radius: 9px; /* CSS3 */
  color:#ebebeb;
  padding:0 18px;
  text-align:center;
  font-size:10px;
  line-height:18px;
  font-weight:bold;
  height:18px;
  min-width:12px;
  padding:3px 12px;
    background-color:#252525;
    line-height:18px;
}

a.graybutton:hover
{
 text-decoration:none;
 background-color:#454545;
}