
.newsbox, .newsboxalt {
 width: 100%;
 background: #FDF9E5;
 margin-bottom: 25px;
}

.newsboxtop {
 width: 100%;
 height: 29px;
 color: #ffffff;
 font-size: 14px;
 font-weight: bold;
 background: #FDF9E5;
}

.newsboxalttop {
 width: 100%;
 height: 24px;
 color: #ff0000;
 font-size: 14px;
 font-weight: bold;
}

.newsboxtopleft, .newsboxalttopleft {
 float: left;
 height: 29px;
 padding: 5px 0px 0px 10px;
 background: #FDF9E5;
}

.newsboxtopleft h2 {
 font-size: 14px;
 font-weight: bold;
 color: #FF0000;
}

.newsboxtopleft h2 br {
 display: none;
}

.newsboxtopleft h2 span {
 padding-right: 20px;
 background: url(../../data/gfx/dot.jpg) right center no-repeat;
}

.newsboxalttopleft h2 {
 font-size: 14px;
 font-weight: bold;
 color: #FF0000;
}

.newsboxtopleft a {
 color: #FF0000;
}

.newsboxalttopleft a {
 color: #FF0000;
}

.newsboxtopright, .newsboxalttopright {
 float: right;
 height: 24px;
 padding: 5px 10px 0px 0px;
 background: #FDF9E5;
}

.newsboxtopright a {
 color: #ffffff;
}

.newsboxalttopright a {
 color: #ff0000;
}

.newsboxmid {
 background-color: #ffffff;
 color: #000000;
 padding: 0 0 10px 10px;
 background: #FDF9E5;
 /*border-top: 2px solid #ff0000;*/
}

.newsboxaltmid {
 background-color: #ffffff;
 color: #ff0000;
 padding: 10px;
}

.newsboxmid:after, .newsboxaltmid:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.newsboxmid a {
 color: #0d386b;
}

.newsboxaltmid a {
 color: #ff0000;
}

.newsboxmid input{
 margin-right: 2px;
}

.newsboxmidalt input{
 margin-right: 2px;
}

.newsboxmid textarea{
 width: 606px;
}

.newsboxmidalt textarea{
 width: 606px;
}

.newsboxmid h3 {
 color: #000000;
 border-bottom: 1px solid #000000;
 margin-bottom: 10px;
}

.newsboxaltmid h3 {
 color: #ff0000;
 border-bottom: 1px solid #ff0000;
 margin-bottom: 10px;
}

.newsboxend {
 color: #000000;
 padding: 5px 5px 5px 5px;
 text-align: center;
}

.newsboxaltend {
 color: #000000;
 padding: 5px 5px 5px 5px;
 text-align: center;
}

.newsboxend a {
 color: #000000;
}

.newsboxaltend a {
 color: #000000;
}