table.text {
	color: #3A84FF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;

}


.bg {
	background-repeat : no-repeat;
	background-image : url(gifs/snow.gif);
	background-position : 77 left;
}

.bgrepeat {
		background-repeat : repeat-x;
		background-image : url(gifs/bgrepeat.jpg);
	}

.titletext {
	color : #3A84FF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	}
	
.indent {
	padding-left : 14px;
}

.bluetext {
	color : #3A84FF;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	}
	
	.redtext {
	color : #FF6600;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	margin-top: 5px;
	}
	
	.textsmall {
	color: #3A84FF; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px; 
	font-style: bold; 
	line-height: 12px; 
	text-decoration: none
}
	
a.bluelink:link {
	color : #3A84FF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	}

a.bluelink:visited {
	color : #3A84FF;
	font-size:12px;
	font-family: Arial, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	}

a.bluelink:hover {
	color : #EF0404;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
	}
	


	.newsborder {
		border-color: #3A84FF;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		padding-left: 6px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.smalltext{
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
}

a.white:link {
	color : #FFFFFF;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
	letter-spacing: 1px
	}

a.white:visited {
	color : #FFFFFF;
	font-size:11px;
	font-family: Arial, Geneva, sans-serif;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
	letter-spacing: 1px
	}

a.white:hover {
	color : #FFFFFF;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 13px;
	text-decoration: underline;
	letter-spacing: 1px
	}
	
a.white:active {
	color : #FFFFFF;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
	letter-spacing: 1px
	}
	

.padding {
		padding-top: 5px;
		padding-left: 5px;
		padding-bottom: 5px;
		
	}
	
	
#offerslink {
width: 146px;
}

#offerslink ul {
margin-left: 0;
margin-right: 10;
margin-bottom: 0;
padding: 0;
list-style-type: none;
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #3A84FF;
text-decoration: none;
} 

#offerslink a {
display: block;
width: 146px;
text-decoration: none;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 0;
} 

#offerslink a:link, #offerslink a:active, #offerslink a:visited {
background: url(gifs/arrow1.gif);
background-repeat: no-repeat;
background-position: left 2px;
color: #3A84FF;
}

#offerslink a:hover {
background: url(gifs/0706_arrow.gif);
background-repeat: no-repeat;
text-decoration: underline;
background-position: left 2px;
color: #EF0404;
}

/* banner */

#banner {
	width: 440px;
}

a.discount:link, a.discount:active, a.discount:visited {
	font-size:20px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	color:#FFFFFF;
	text-decoration: none;
	background-color: #EF0404;
	padding: 5px 20px 5px 20px;
	
}

a.discount:hover {
	font-size:20px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	color:#3A84FF;
	text-decoration: none;
	background-color: #FFF200;
	padding: 5px 20px 5px 20px;
	
}

p.style {
	font-size:20px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	color:#EF0303;
	text-decoration: none;
	margin: 15px 0 30px 0;
	
}


