/*
body {
 margin 0px 0px 0px 0px;
 padding 0px 0px 0px 0px;
 font-family: arial;
 color:#003300;
 font-size: 13px;
}
*/
/*
a:link{
  font-size: 13px;
  text-decoration: underline;
  color: #003300;
  font-weight: bold;
}

a:hover{
  font-size: 13px;
  text-decoration: underline;
  color: #003300;
}

a:visited{
  font-size: 13px;
  text-decoration: underline;
  color: #003300;
  font-weight: bold;
}
*/

.textbg {
  background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

.navbg {
  background-image: url(../images/time-topb.jpg);
	background-repeat: repeat-y;
}

.time-track {
  background-color: #638962;
  color: #e3d3b9;
  font-size: 12px;
}
.time-track a:link{
  font-size: 12px;
	text-decoration: underline;
	color: #e3d3b9;
}

.time-track a:hover {
  font-size: 12px;
	text-decoration: none;
	color: #e3d3b9;
}

.time-track a:visited {
  font-size: 11px;
	text-decoration: underline;
	color: #e3d3b9;
}

.headline {
	font-size: 20px;
}

.subheading {
  font-size: 14px;
  color: #336633;
  font-weight: bold;
}

.subheading a:link{
  font-size: 14px;
  color: #336633;
  text-decoration: underline;
  font-weight: bold;
}

.subheading a:hover{
  font-size: 14px;
  color: #336633;
  font-weight: bold;
}

.subheading a:visited{
  font-size: 14px;
  color: #336633;
  font-weight: bold;
  text-decoration: underline;
}

.bold {
  color: #336633;
  font-weight: bold;
}

.boldblack {
  font-weight: bold;
}

.special {
  border: thin solid #960808;
  font-size: 11px;
  color: #ffffff;
  background-color: #960808;
}

.speciallink a:link {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}

.speciallink a:hover {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
}

.speciallink a:active {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
}

.speciallink a:visited {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}

.boldcream {
  color: #e3d3b9;
  font-weight: bold;
}

