p {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 14px;
	color: #000066;

}
h2 {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	color: crimson;
}
h3 {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #990000;
}
li {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 14px;
	color: #000066;
	list-style-position: outside;
	list-style-image: url(Img/bttn/LITE.gif);

}
a:link {
	text-decoration: underline;
	font-family: "Comic Sans MS", cursive;
	color: #0000AB;
	font-weight: bold;
}
a:hover {
	font-family: "Comic Sans MS", Verdana, Arial, fantasy;
	color: #FF9900;
}
body {
	color: whitesmoke;
	background: url(Img/bg/formica-aqua.jpg);
	margin:0;
	padding:0;

}
#bodyTable {
	background-color: whitesmoke;
}
table {
	background-repeat: repeat;
	background-color: whitesmoke;
	color: whitesmoke;
}
#main {
	background-color: white;
}
.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 600px; /* container width*/
background-color: #FA8072;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}
.style2 {font-size:12px;font-family:Verdanna,Arial,sans-serif}
.style3 {
	font-size:12px;
	font-family:Verdanna,Arial,sans-serif;
	text-decoration: none;
}
.style4 {font-size: 10}
.style5 {font-family: Arial, Helvetica, sans-serif}
.style6 {font-size: 10; font-family: Arial, Helvetica, sans-serif; }
.style7 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.style8 {	color: #FFFFFF;
	font: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style9 {color: #000000}
.style10 {font-family: Verdanna, Arial, sans-serif}
.style11 {font-size: 12px; font-family: Verdanna, Arial, sans-serif; }
.style12 {	color: #000000;
	font: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style13 {color: #000000; font-size: 12px; }
.style14 {color: #FFFFFF;
	font: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style17 {font-size: 12px; font-family: Verdanna,Arial,sans-serif; color: #0000FF; }
.style19 {
	color: #000000;
	font-family: Verdanna, Arial, sans-serif;
	font-size: 12px;
}
.style20 {
	font-family: "Comic Sans MS", Verdana, Arial, fantasy;
	font-size: 22pt;
}
button
{
	display: block;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	padding: 10px 15px;
	margin: 20px auto;
	color: #ccc;
	background-color: #555;
	background: -webkit-linear-gradient(#888, #555);
	background: linear-gradient(#888, #555);
	border: 0 none;
	border-radius: 3px;
	text-shadow: 0 -1px 0 #000;
	box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);
	cursor: pointer;
}
button:hover, button:focus
{
	-webkit-animation: pulsate 1.2s linear infinite;
	animation: pulsate 1.2s linear infinite;
}
@-webkit-keyframes pulsate
{
	0%   { color: #ddd; text-shadow: 0 -1px 0 #000; }
	50%  { color: #fff; text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff; }
	100% { color: #ddd; text-shadow: 0 -1px 0 #000; }
}
@keyframes pulsate
{
	0%   { color: #ddd; text-shadow: 0 -1px 0 #000; }
	50%  { color: #fff; text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff; }
	100% { color: #ddd; text-shadow: 0 -1px 0 #000; }
}
button:active
{
	color: #fff;
	text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;
	box-shadow: 0 1px 0 #666, 0 2px 0 #444, 0 2px 2px rgba(0,0,0,0.9);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-animation: none;
	animation: none;
}
