/* CSS Document */

h1{
  color:#185529;
}

a{
  text-decoration:none;
  color: inherit;
}

h2{
  color:#185529;
  font-size:12px;
  font-weight:normal;
}

body{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}

td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.newsheader{
	font-size:16px;
	color:#185529;
	font-weight: bold;
	text-decoration: underline;
}
.textinput {
	font-size: 12px;
	border: 1px solid #008C00;
	background-color: #DDF5D8;
}
.newstext {

	font-size:12px;
	color:#185529;
	font-weight: normal;
	text-decoration: none;
}
.ver12nodecorations{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.ver11nodecorations{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


