table {
	font-size: xx-small;
}

.vacancyCount{
	font-size: xx-small;
}

.Bold{
font-weight: bold; 
}

.BoldRed{
font-weight: bold; 
color: Red;
}

A:link  {
	COLOR : #00005F;
	TEXT-DECORATION : none;

}

.time{
	color: White;
}

tr.Header{
	background-color: #6C7B8E;
	color: White;
}

tr.BodyPanel{
	background-color: #E7E8E9;
	color: Black;
}

table.panel {
	border: #C0C0C0;
	border-style: solid;
	border-width: thin;
	padding: 2px;
	}
	
	table.quotePanel {
	border: #DFE1EA;
	border-style: solid;
	border-width: thin;
	padding: 2px;
	}
	
.PageHead {
	color: White;
	font-size: small;
	font-weight: bold;
}

A:visited  {
	COLOR : #00005F;
	TEXT-DECORATION : none;

}

A:active  {
	COLOR : #00005F;
	TEXT-DECORATION : none;

}

A:hover  {
	COLOR : #49493D;
	TEXT-DECORATION : underline;
}

INPUT  {
	FONT-SIZE : xx-small;
}

SELECT  {
	FONT-SIZE : xx-small;
}

TEXTAREA  {
	FONT-SIZE : xx-small;
}


body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	}
	
	.newsText{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

	.footnotes{
		color: #000066;
		font-size: 9;
	}
	
	P.boldHead{
	font-weight: bold; 
	}
	
		P.boldHeadMain{
	font-weight: bold; 
	font-size: x-small;
	}
	
	P.quote{
		font-style: italic;
	}
	
	tr.searchbar{
		background-color: #DBE1EE;
	}
	
	.inactiveLink{
	color: #CBCBCB;
}

.admin{
	background-image: url(../images/bgs/cogs.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background: scroll;
	background-color: #EAEAEA;
}