@charset "utf-8";
/* CSS Document */

h1{
	text-align:center;
font-size:20px;
font-weight:bold;
font-stretch: extra-expanded;
color:#2a1390;
}

.bluetitle{
	text-align:center;
	vertical-align:middle;
font-size:24px;
font-weight:bold;
font-stretch: extra-expanded;
color:#2a1390;
}



.redheader{

     color: #555555;
     background-color: #FFFFFF;
     text-align:center;
     font-weight: bold;
     font-size: 16px;
     }
#tabledescription{

font-size:16px; 
font-weight:bolder;
color: #555555;

}



.inputbox {
	height: 25px;
	width: 60px;
	border: medium double #F00;
	font-weight:bold;
	color: #F00;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	background-color: #E7E6FF;
	font-size: 20px;
}
.italictitle {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bolder;
	font-style:italic;
	text-decoration:underline;
	font-size: 32px;
	color: #f00;
	font-variant: normal;
}

.redtitle {
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	color: #f00;
}


	 
	 .framerbutton {
	color: #ffffff;
	background-image: url('/skins/Default/media/startbutton.png');background-repeat: 
     no-repeat; background-position: left top;
	font-size: 24px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bolder;
	font-style:italic;
	text-align: center;
	width: 226px;
	margin:  5px;
	height: 98px;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	cursor: pointer;
	border: 0px;
}
.framerbutton:hover {
	background-image: url('/skins/Default/media/startbutton2.png');
	
}

