/*
  ******   GENERAL STYLES   ******
*/


body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link
{
	text-decoration:none;
}

a:visited
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.no_repeat {
	background-repeat: no-repeat;
	background-position: left top;
}


.no_repeat_tr {
	background-repeat: no-repeat;
	background-position: right top;
}

.repeat-x  {
	background-repeat: repeat-x;
	background-position: top;
}


/*
  ******   TOP NAVIGATION - MAIN & ALTERNATE   ******
*/


.top_nav_cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration:none;
	text-align: center;
	background-image: url(/skin/images/img_top_nav_light.gif);
}


.top_nav {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	text-decoration:none;
	text-align: center;
}

.top_nav:hover {
	text-decoration:underline;
}

.top_nav_alt {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-decoration:none;
	text-align: center;
}

.top_nav_alt_cell {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-decoration:none;
	text-align: center;
	background-image: url(/skin/images/img_header_14.gif);
}

.top_nav_alt:hover {
	text-decoration:underline;
}


/*
  ******   SIDE NAVIGATION   ******
*/


.side_nav_cell {
	background-image: url(/skin/images/img_side_nav_btn.gif);
	height: 30px;
	padding-left: 10px;
}
.side_nav {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}


/*
  ******   ALTERNATE / SECTION NAVIGATION   ******
*/


.alt_nav_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	text-decoration:none;
	line-height: 18px;
	vertical-align:top;
	font-weight: normal;
}

.alt_nav_link:hover {
	color: #ffffff;
	text-decoration:none;
	background-color:#CC6600;
}

.alt_nav_cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	text-decoration:none;
	line-height: 20px;
	vertical-align:top;
	font-weight: normal;
	vertical-align:top;
	text-align:left;
	background-color: #F7F7F7;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:14px;
	padding-right:14px;
}

.alt_nav_bullet {
	color: #CC6600;
	text-decoration:none;
}

/*
  ******   BOTTOM NAVIGATION   ******
*/


.bot_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	text-decoration:none;
	line-height: 16px;
	vertical-align:top;
	font-weight: normal;
}

.bot_nav_alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	text-decoration:none;
	line-height: 16px;
	vertical-align:top;
	font-weight: normal;
}


/*
  ******   CONTENT STYLES   ******
*/


.main_title {
	background-image: url(/skin/images/img_main_title_img.gif);
	height: 45px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.standard_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FF9900;
	font-weight: bold;
}

.standard_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #666666;
	line-height: 16px;
}

.standard_text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #ffffff;
	line-height: 16px;
}

.autoLink {
	color: #CC6600;
	font-weight:normal;
}


/*
  ******   RESULTS STYLES   ******
*/


.results_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #339900;
}

.results_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #333333;
}

.results_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	color: #CC6600;
}