.asc_small_text {
	font-size: 12px
}
.asc_xsmall_text {
	font-size: 10px
}
.asc_red12_text {
	font-size: 12px;
	color: #b90000;
}
.asc_red16_text {
	font-size: 16px;
	color: #b90000;
}
.asc_red20_text {
	font-size: 20px;
	color: #b90000;
}
.asc_red24_text {
	font-size: 24px;
	color: #b90000;
}
.ASC_header {
	color: #990000;
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 5px;
}
.ASC_headerbigger {
	color: #990000;
	font-size: 48px;
	font-weight: bold;
	padding-bottom: 5px;
}
.TCRP_link {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Menu */

.children { padding: 0; }

#ascnav {
  margin: 5px 0 0 0;
  padding: 0;
  clear: both;
  height: 14px;
  width: 660px;
}

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  text-align: center;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 14px;
  margin: 0;
  padding: 0 10px 0 10px;
  font-size: 12pt;
  color: #990000;
  letter-spacing: -1px;
  }

#nav li a:hover {
  color: #44D55D;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 175px;
  height: 15px;
  line-height: 20px;
  color: #990000;
  border-bottom: 1px solid #686868;
  background: #ffe7e7;
  margin: 0;
  padding: 2px 10px 2px 10px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #ddd;
  padding: 2px 10px 2px 10px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }


/* End Menu */

body { font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }
p { }
td { font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }

.front_text {
	font-size: 15px;
	color: #990000;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #44D55D;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
.padLR {
	padding-left: 5px;
	padding-right: 5px;
}