/* CSS Document */

general_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	left: auto;
	top: auto;
	}

.style5 {
	color: #1b4165;
	outline-color: #FFFFFF;
	font-size: 11px;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #0a37ae;
	text-decoration: none;
}
.footer{font-size: 11px; 
		color:#006600;
		font-weight: normal;}
		
.hotjobbody {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-size: 12px;
}

.main_text {
	color: #006600;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nav_text {
	color: #f6f8dc;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.hot_main_text {
	color: #cc0000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sold_out {
	color: #ff0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.location {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.style26 {font-family: Arial, Helvetica, sans-serif}

.popular_22 {
	font-size: 22px;
	font-weight: bold;
	color: ##006600;
	font-family: Arial, Helvetica, sans-serif;
	}
.popular_20 {
	font-size: 20px;
	font-weight: bold;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	}
.popular_18 {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
}
.popular_16 {
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
}
#nav {
  margin: 0px;
  border-top: solid;
  border-top-width: 3px;
  border-top-color: #F6F8DC;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #F6F8DC;
  padding: 0px;
  background-color:#F6F8DC;
  list-style: none;
  list-style-image: none;
}
#nav li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
    background-color:#006600;
    color:#f6f8dc;
    text-decoration: none;
    display: block;
    margin-bottom: 2px;
    padding-left: 5px;
    width: 105px;
}
#nav li a:hover {
  background-color:#808040;
  color: #006600;
  text-decoration: none;
}
