body {
font-family: Arial, sans-serif;
font-size: 11pt;
margin: 0px;
color: white;
background-color: #1A1A1A;
background-image: url('/images/top_bottom_pattern.png');
background-repeat: repeat;
height: 100%;
}

a {
color: #8FD500;
text-decoration: underline;
}
a:visited {
color: #6B9F00;
text-decoration: underline;
}
a:hover {
color: #8FD500;
text-decoration: none;
}

a.nochange {
color: #8FD500;
text-decoration: underline;
}
a.nochange:visited {
color: #8FD500;
text-decoration: underline;
}
a.nochange:hover {
color: #8FD500;
text-decoration: none;
}

a.blue {
color: #00AFF2;
text-decoration: underline;
}
a.blue:visited {
color: #00AFF2;
text-decoration: underline;
}
a.blue:hover {
color: #00AFF2;
text-decoration: none;
}

.comment a {
color: white;
text-decoration: underline;
}
.comment a:visited {
color: white;
text-decoration: underline;
}
.comment a:hover {
color: white;
text-decoration: none;
}

textarea {
font-size: 11pt;
font-family: Helvetica, sans-serif;
border: 1px solid gray;
padding: 5px;
}

/* input.text */
.text {
font-size: 11pt;
font-family: Helvetica, sans-serif;
border: 1px solid gray;
padding: 2px;
}

.button {
border: 1px solid #00AFF2;
background-color: #0079A7;
color: white;
/* padding: 5px; */
padding: 0px;
width: 90px;
height: 31px;
font-size: 10pt;
background-position: bottom;
background-image: url('/images/blue_stripes.png');
}
.button:hover {
background-image: url('/images/blue_stripes_down.png');
background-color: #00AFF2;
}

.button_gray {
border: 1px solid #8C8C8C;
background-color: #5A5A5A;
color: white;
/* padding: 5px; */
padding: 0px;
width: 90px;
height: 31px;
font-size: 10pt;
background-position: bottom;
background-image: url('/images/gray_stripes.png');
}
.button_gray:hover {
background-image: url('/images/gray_stripes_down.png');
background-color: #8C8C8C;
}

.lightbox_content {
color: black;
padding: 0px 20px 15px 20px;
}

.lightbox_content a {
color: #0079A7;
text-decoration: underline;
font-size: 10pt;
}

.lightbox_content a:hover {
color: #0079A7;
text-decoration: none;
font-size: 10pt;
}

.top_notice {
background-image: url('/images/red_stripes.png');
border-bottom: 2px solid black;
text-align: center;
padding: 7px;
font-weight: bold;
cursor: pointer;
cursor: hand;
}

.box_title {
text-align: left;
font-size: 18pt;
border-bottom: 1px dotted gray;
padding-bottom: 10px;
margin-bottom: 20px;
padding-left: 10px;
}

ul {
margin: 20px 0px 20px 30px;
list-style-type: square;
text-align: left;
padding: 0px;
}

ul li {
margin-bottom: 5px;
}
