BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}

A:HOVER {
	color : #CC0000;
}

H1 {

	margin-bottom : 5px;
	margin-top : 5px;
	font-size : 20px;
}

H2 {
	margin-bottom : 3px;
	margin-top : 3px;
	font-size : 15px;
	}

TD.border_left {
	border-left : 1px solid #333333;
}

TD.border_left_right {
	border-left : 1px solid #333333;
	border-right : 1px solid #333333;
}

TD.border_all {
	border-left : 1px solid #333333;
	border-right : 1px solid #333333;
	border-top : 1px solid #333333;
	border-bottom : 1px solid #333333;
}

TD.border_right {
	border-right : 1px solid #333333;
}

TD.border_top_right {
	border-right : 1px solid #333333;
	border-top : 1px solid #333333;
}

TD.border_top_left {
	border-top : 1px solid #333333;
	border-left : 1px solid #333333;
}

TD.border_bottom_left {
	border-bottom : 1px solid #333333;
	border-left : 1px solid #333333;
}

TD.border_bottom_left_right {
	border-bottom : 1px solid #333333;
	border-left : 1px solid #333333;
	border-right : 1px solid #333333;
}

#TEXTAREA {
#	font-size : 12px;
#}

FORM {
	margin-bottom : 1px;
	margin-top : 1px;
}

TD.border_top {
	border-top : 1px solid #333333;
}

TD.border_bottom {
	border-bottom : 1px solid #333333;
}

TD.border_top_bottom {
	border-top : 1px solid #333333;
	border-bottom : 1px solid #333333;
}

TD.border_top_text {
	border-top : 1px solid #333333;
	font-size: 12px;
}

TABLE.table_border {
	border : 1px solid Black;
}

TABLE.table_border_gold {
	border : 2px solid #FFCC00;
}

.Page_top {
	font-size : 14;
	font-family : Arial, Helvetica, sans-serif;
}

.top_nav {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFCC00}
.smallerfont {  font-size: 12px}
.biggerfont {  font-size: 14px}
.smaller2font {  font-size: 11px}

.top_nav_black{
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF;}

.top_nav_black a:link {
  text-decoration: underline;
  color: #FFFFFF;}
  
.top_nav_black a:visited {
  text-decoration: underline;
  color: #FFFFFF;}

.top_nav_black a:hover {
  text-decoration: underline;
  color: #FFCC00;}
  
.top_nav_black a:active {
  text-decoration: underline;
  color: #CC0000;}

.top_nav_gray{
  background: #FBFBEC;
  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;
  border-left : 1px solid #333333;
  border-right : 1px solid #333333;}  
  
.housebutton a {
	padding: 3px;
	text-decoration: underline;
	width: 98%;
	display: block;
	color: Black;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFD700;
	border-top: 1px #666666 solid;
	border-left: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	border-right: 1px #666666 solid;
}
.smallerfontVerdana {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.job_open   { color: black; }
p.job_closed { color: gray; }
tr.status_open  { background-color: green; color: white; font-size: 12px; }
tr.status_closed { background-color: red; color: white; font-size: 12px; }
tr.job_open  { color: black; }
tr.job_closed { color: gray; }
table.status { border-width: 1px solid #000000; border-spacing: 0px;
	 width: 100%; }

