@charset "utf-8";

.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:black;
color:lime;
font: bold 18px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}


.mystyles {
	border: thin solid #316AC5;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	background-color: #DBDECB;
}
h1 {
	font-family: "HelveticaNeue MediumCond";
	color: #5E8EBE;
	font-size: 140%;
}
h2 {
	font-family: "HelveticaNeue MediumCond";
	font-size: 130%;
	color: #5E8EBE;
}
.announce {
	font-size: 1.5em;
	color: #FF0000;
}
.shoptitle {
	font-size: 2em;
	color: #FFFFFF;
}
.shopprice {
	font-size: 1.5em;
	color: #6090C0;
}
.header {
	font-size: 200%;
	color: #425D8A;
	font-weight: bold;
}
.table {
	font-weight: bold;
	border: 1px solid #77A9CE;
}
.mystyles tr td table tr td table tr td table tr td .table {
	font-size: 85%;
}
.redtext {
	color: #F00;
}
