/* CSS Document */
.coupon {
	border: dashed #000000;
	height: auto;
	width: 250px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.font {font-family: Tahoma}
.color {font-family: Tahoma;
    color: #FFFFFF;
	font-size: 12px;
}
body,td,th {
	font-family: tahoma;
	color: #FFFFFF;
}
/* links */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
color: #FFFFFF;
text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

/* content boxes */
.contentorange {
	font-size: 12px;
	height: 139px; 
	overflow: auto;
	width: 430px;
	padding-left: 5px;
	}
.contentblue {
font-size: 12px;
height: 180px; 
overflow: auto;
width: 430px
}

.logo {font-size: 26px;} 
.topnav1 {
	font-size: 10px;
	text-align: right;
}
.border {
     border-bottom-style: solid; 
	 border-bottom-width: 1px
}
.indexborder {
     border-left-style: solid;
	 border-left-color: #AAB2B9;
	 border-bottom-style: solid;  
	 border-bottom-width: 1px;
	 padding-left: 5px;
}
.indexborder1 {
     border-left-style: solid;
	 border-left-color: #AAB2B9;
	 padding-left: 5px;
}
.content {font-size: 12px;}
.header {
text-align: center;
font-size: 20px;
}
.indexheader {
text-align: center;
font-size: 14px;
}
.linkheader {
text-align: left;
font-size: 20px;
}
.copyright {
background-color: #282c2b;
border-top: solid 1px #FFFFFF;
text-align: center;
font-size: 10px;
}