
/* Main body style definition  */
BODY  {
	font-family : Arial, Helvetica, sans-serif
	font-size : x-small;
}

/* Style for border around login on home page */
.login {
	font-family : Serpentine, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border-style : outset;
	border-width : thick;
	border-color : #F46E00;
	text-align : center;
	padding : 15px;
	color : #004080;
}
.smaller {
	font-size : x-small;
}
.smallest {
	font-size : x-small;
}

.theader {
	background-color : #365ca8;
	color : #F2F5D7;
	font-weight : bold;
	font-size : x-small;

}
.theader A:link    { color: #F2F5D7 }
.theader A:active  { color: #F2F5D7 }
.theader A:visited { color: #F2F5D7 }


.popup {
  max-height:200px;
  height: expression(this.height > 200 ? 200: true);
  max-width:200px;
  width: expression(this.width > 200 ? 200: true);
}

.firstStoreHeader
{
  background-color:#d9ba02;
}
.firstStoreBody
{
  filter:alpha(opacity=70);
  opacity: 0.7;
  background-color:#f3e79d;
}

.secondStoreHeader
{
  background-color:#c0060b;
}
.secondStoreBody
{
  filter:alpha(opacity=70);
  opacity: 0.7;
  background-color:#eeafb1;
}

