@charset "utf-8";
/* CSS Document */

/* HOLT FILTERS
============================ */



/* LAYOUT
============================ */
body {
	background-color: #FFFFFF;
}


/* TYPE
============================ */
h3 { 
  color: #CC0000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.main { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
}

.nav { 
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
}

.title { 
  color: #CC0000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

.footer { 
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.fTitle { 
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

/* LINKS
============================ */
.nav a:link {
	color: #000000;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #000000;
}
.nav a:hover {
	text-decoration: underline;
	color: #000000;
}
.nav a:active {
	text-decoration: none;
	color: #000000;
}
.main a:link {
	color: #CC0000;
	text-decoration: none;
}
.main a:visited {
	text-decoration: none;
	color: #CC0000;
}
.main a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.main a:active {
	text-decoration: none;
	color: #CC0000 ;
}
.footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.footer a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.footer a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.title a:link {
	color: #CC0000;
	text-decoration: none;
}
.title a:visited {
	text-decoration: none;
	color: #CC0000;
}
.title a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.title a:active {
	text-decoration: none;
	color: #CC0000 ;
}


/* IMAGE STYLE
============================ */
.imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 12px;
}

.imgLeft {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}