/* CSS Style Sheet for %URL% Website */
body {
  background-color: #cccccc;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 1px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-size: small;
  color: #000000;
}
a:link {
/*  color: #ffffff; */
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
}
a:visited {
/*  color: #aaffff; */
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
}
a:active {
/*  color: #bbffff; */
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
}
a:hover {
/*  color: #ccffff; */
  font-family: Verdana,Arial,Helvetica,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: 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: 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;
}

.bluebutton {
background-color: #0000ff;
color: white;
font-family:'Helvetica Neue',sans-serif;
font-size:10px;
border-radius:4px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border:0;
}

.widebutton {
background-color: #4CAF50;
color: white;
font-family:'Helvetica Neue',sans-serif;
font-size:16px;
border-radius:12px;
-webkit-border-radius:16px;
-moz-border-radius:16px;
border:0;
width:500px;
line-height:40px;
}
