/* CSS Document */
/* Created by Conan Green, Web Advertising producer. extension 2405 */
/* Contains styles for the redesigned Pennysaver site */

A { 
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color: #cf7e3d; 
  text-decoration: none; 
  font-weight: bold;
}

A.visited {
  color: #cf7e3d;
}

A:hover {
  text-decoration: underline; 
}

A.smallText { 
  font-size: 9px;
}

A.menuTextOn {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
}

A.menuText {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
}

A.menuText:hover {
  color: #cf7e3d; 
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px
}

DIV.topTab, .topTabOn, .topTabSpace, .topTabSpaceOn, DIV.topTabSpaceLeftOn	{
	height:32px;
	vertical-align:middle;
	line-height:25px;
}

DIV.topTab {
/*	background-color:#dddddd; */
	background:url(../images/nav_bg.gif)
}

DIV.topTabOn	{
/*	background-color:white; */
	background:url(../images/nav_bg-on.gif)
}

DIV.topTabOver	{
	background-color:white; 
	cursor: pointer;
}

DIV.tabBody	{
	height:100%;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-color:#999999;
}

DIV.topTabSpace	{
	width:15px;
	background-color:dddddd;
	background:url(../images/nav_angle_right.gif) 
}

DIV.topTabSpaceOn	{
	width:15px;
	background-color:white;
	background:url(../images/nav_angle_right-on.gif) 
}

DIV.topTabSpaceLeftOn	{
	width:15px;
	background-color:white;
	background:url(../images/nav_angle_left-on.gif) 
}

.copyright {
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.largeText {
	font-size: 14px;
}

.largeWhiteText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color:#ffffff;
}

