.newsHeader
{
font-family:"Arial";
width:900px;
height:20px;
padding: 4px;
color:white;
background-color:black;
background-image:url('newsHeader.png');
background-repeat:repeat-x;
border-left:1px solid #4e7b8b;
border-right:1px solid #4e7b8b;
border-top:1px solid #4e7b8b;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
}

.newsEntry
{
 width:900px;
 padding: 4px;
 background-image:url('newsEntry.png');
 background-repeat:repeat;
 border: 1px solid #4e7b8b;
 color:white;

 font-size:13px;
 font-family:"Arial";
}

.recruitment
{
  width:185px;
  height:400px;
  margin:0px;
  background-image:url('newsEntry.png');
  background-repeat:repeat;
  border: 1px solid white;
  color:white;
  line-height:0;
  font-weight:bold;
  font-size:13px;
  font-family:"Verdana";
}

.recruitmentHeader
{
font-family:"Arial";
width:185px;
background-color:black;
color:white;
background-image:url('newsHeader.png');
background-repeat:repeat-x;
border-left:1px solid white;
border-right:1px solid white;
border-top:1px solid white;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
}

.linksTable
{
font-family:"Arial";
font-size:16px;
width:970px;
height: 30px;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
background-image:url('LinksBG.png');
background-repeat:repeat-y;
font-weight:bold;
color:white
}


a:link
{
text-decoration:none;
font-weight:bold;
color:white;
}

a:visited
{
text-decoration:none;
font-weight:bold;
color:white;
}

a:visited
{
text-decoration:none;
font-weight:bold;
color:white;
}

a:hover
{
text-decoration:none;
font-weight:bold;
color:#cccccc;
}

fieldset {
	border: none; 
        padding: 0px; 
        margin: 0px;
}

img
{
border:0px;
margin:0px;
padding:0px;
}