/* CSS Document */


.leftShadow {
	background-image: url(../images/shadow_left.gif);
	background-repeat: repeat-y;
}
.rightShadow {
	background-image: url(../images/shadow_right.gif);
	background-repeat: repeat-y;
}
img {
	border: 0;
}
.borderRightBottom {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.borderBottom {
	border-bottom: 1px solid black;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #020B61;
	font-weight: bold;
}
.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #50678D;
	font-weight: bold;
}
.emailPreviewLeft {
	background-color: #9FB0D0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.emailPreviewRight {
	background-color: #D5E5FF;
	border-bottom: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

#loc ul 
{
padding-left: 0; 
list-style: none; 
}

#loc li 
{
padding-left: 14px; 
background-image: url(../images/li_arrow.gif); 
background-repeat: no-repeat; 
background-position: 0; 
}




a:link {
	color: #29009F;
}
a:visited {
	color: #29009F;
}
a:hover {
	color: #C40101;
}
.storeNeeds {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	border-bottom:1px solid black;
	
}
.cardTextBox {
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #000;
	width:135px;
}
.composeTextBox {
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #000;
	width:340px;
}
.phoneTextBox {
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #000;
}

div.menu {
	width:120px;
	background:#D5E5FF;
	padding:0;
}

div.menu a {
	display:block;
	margin:0;
	width:120px;
	font-weight:bold;
	color:#000;
	font-size: 11px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	text-align: center;
	border-bottom:1px solid black;
}

div.menu span {
	display:block;
}

div.menu a:hover {
	background:#1E3A69;
	color:#FFFFFF;
	width:120px;
}

