/* CSS Style Sheet for %URL% Website */
body {
  background-color: #ffffff;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 1px;
  font-family: Helvetica Neue,sans-serif;
  font-style: normal;
  font-size: small;
  color: #000000;
}
a:link {
/*  color: #ffffff; */
  font-family: Helvetica Neue,sans-serif;
  text-decoration: none;
}
a:visited {
/*  color: #aaffff; */
  font-family: Helvetica Neue,sans-serif;
  text-decoration: none;
}
a:active {
/*  color: #bbffff; */
  font-family: Helvetica Neue,sans-serif;
  text-decoration: none;
}
a:hover {
/*  color: #ccffff; */
  font-family: Helvetica Neue,sans-serif;
  text-decoration: underline;
}
/* br.breakhere {page-break-before: always} */
.breakhere {page-break-before: always}
form {
  margin: 0;
  padding: 0;
}
table {
  border-collapse : collapse;
  border-spacing: 0;
}
tr {
  margin: 0;
  padding: 0;
}
td {
  margin: 0;
/*  font-size: small; */
/*  vertical-align: top; */
}
th {
/*  color: #eeeeee; */
  font-family: Helvetica Neue,Verdana,Arial,serif;
  font-weight: bold;
/*  font-size: x-small; */
/*  padding: 1px 3px 1px 3px; */
/*  border-bottom: 2px solid #003399; */
/*  vertical-align: top; */
}
ul#list-nav {
list-style: none;
margin: 0px;
padding: 0;
width: 700px;
}

ul#list-nav li {
display: inline;
}

ul#list-nav li a {
text-decoration: none;
padding: 5px 0;
width: 138;
background: DarkRed;
color: #cccccc;
font-family: Helvetica Neue,Verdana,Arial,serif;
float: left;
text-align: center;
font-weight: bold;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
}

ul#list-nav li a:hover {
background: #ff0000;
color: #ffffff;
}
a#decorativebutton{
    -webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
padding:2px;
background: #eeeeee; /* Old browsers */
color:black;
width:150px;
text-align:center;
border-style:solid;
border-width:1px;
}

a#decorativebutton:hover {
background: #eeeeee; /* Old browsers */
color:black !important;
border-style:solid;
border-width:1px;
}

.answer {
	background:#B89300;
/*	background:#5CCD00; */
/*	background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%); */
/*	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400)); */
/*	background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%); */
/*	background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%); */
/*	background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%); */
/*	background:linear-gradient(top,#5CCD00 0%,#4AA400 100%); */
/*	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5CCD00', endColorstr='#4AA400',GradientType=0); */
	padding:10px 15px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #4A3B00
}
.bigbutton {
	background-color:#ed8223;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:24px;
	line-height:45px;
	border-radius:20px;
	-webkit-border-radius:24px;
	-moz-border-radius:24px;
	border:0;
	text-shadow:#C17C3A 0 -1px 0;
/*	width:120px;  */
	height:50px
}

.button {
	background-color:#ed8223;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:14px;
	line-height:30px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:0;
	text-shadow:#C17C3A 0 -1px 0;
/*	width:120px;  */
	height:32px
}

.buttonhl {
	background-color:#ed8223;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	line-height:30px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:0;
	text-shadow:#C17C3A 0 -1px 0;
/*	width:120px;  */
	height:32px
}

.wizard {
/*	background-color:#f78096; */
	background-color:#cc3300;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:14px;
	line-height:30px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:0;
	text-shadow:#C17C3A 0 -1px 0;
/*	width:120px;  */
	height:32px
}

