body {
	background-image:url('img/newsbg.jpg');
	background-color: #ffffff;
	margin: 0px;
	font-family: Tahoma;
	font-size: 7pt;
	color: #2B5066;
}
hr {
	color: #FFFFFF;
	border 1px dotted #D5DECD;
}
a {
	text-decoration: none;
	color: #543F3E;
}
a:hover {
	color: #316129;
	border-bottom: 1px dotted #A5566F;
}

table, tr, td {
	font-size: 7pt;
	vertical-align: top;
}
textarea, input, select, button {
	background-color: #E2E2E2;
	border: 1px solid #514848;
	margin: 1px;
	font-family: Tahoma;
	font-size: 7pt;
	color: #000000;
	padding: 3px;
}

.image {
	border-radius: 7px;
	 -moz-border-radius:  7px; 
	-webkit-border-radius: 7px; 
        padding: 3px;
        margin: 2px;
        background-color: #BDD1D0;
	border: 1px #828282 solid; 
}

.imageborder {
        border: 0px solid #B0B0B0;
        background-color: #BDD1D0;
        margin-top: 30px;
        margin-bottom: 30px;
        background-color:#D5D5D5;
}
a img {
border-radius: 7px;
	 -moz-border-radius:  7px; 
	-webkit-border-radius: 7px; 
        padding: 3px;
        border-style: solid;
        border-width:1px;
        border-color: #828282;
        padding:3px;
        margin: 2px;
        background-color:#BDD1D0;
}
a:hover img {
border-radius: 7px;
	 -moz-border-radius:  7px; 
	-webkit-border-radius: 7px; 
        padding: 3px;
        border-style: solid;
        border-width:1px;
        border-color: #828282;
        padding: 3px;
        margin: 2px;
        background-color:#BDD1D0;
}


.contents {
	background-color: #5A8F84;
	width: 470px;
	height: 100%;
}
/* Begin Contents */
.textinput {
    padding: 4px;
	background-color: #E2E2E2; 	
	color: #; 
}	
.textinput_rollover {
    padding: 4px;
	background-color: #AEAEAE; 	
	color: #; 
}	
/* End Contents */
/* Begin Descriptive Text */
b, strong {
	color: #A5566F;
}
i, em {
  color: #467B3D;
  letter-spacing: 1px;
}
s, strike {
  color: #923838;
}
u, underline {
        color: #72979F;
       font-style: border; 
}
/* End Descriptive Text */