﻿
.auto-style1 {
	border: 2px solid #000000;
	background-color: #EEEEEE;
	background: #EEEEEE; 
	-moz-box-shadow: 0 0 20px black; 
	-webkit-box-shadow: 0 0 20px black; 
	box-shadow: 0 0 20px black;
}
.cell-bottom {
	border-bottom:thin maroon solid;
	border-left:thin maroon solid;
	border-right:thin maroon solid;	
}
.cell-top {
	border-top: thin maroon solid;
	border-left: thin maroon solid;
	border-right: thin maroon solid;
	background-color: Silver;
	font-weight:bolder;
	color:Maroon
}
.auto-style2 {
	background-color: #DDDDD;
}
.auto-style3 {
    text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: large;
	background-color:black;
	color: whitesmoke;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;

}

.auto-style4 {
	text-align: center;
	color: #FFFFFF;
	font-size: large;
	background-color: #666666;
}
.auto-style5 {
	border-bottom: thin maroon solid;
	border-left: thin maroon solid;
	border-right: thin maroon solid;
	text-align: right;
}
.auto-style6 {
	border-bottom: thin maroon solid;
	border-left: thin maroon solid;
	border-right: thin maroon solid;
	text-align: center;
}
.body {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;

}
html {
    height: 100%;
    background-image:url('../_imgs/background.png') ;
    background-position:fixed;
    background-repeat:no-repeat;
    background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	
.spacer {
	height:50px
}

.auto-style7 {	
}
.auto-style8 {
	border-top: thin maroon solid;
	border-left: thin maroon solid;
	border-right: thin maroon solid;
	background-color: Silver;
	font-weight: bolder;
	color: Maroon;
	text-align: center;
}
.auto-style9 {
    background-color: maroon;
    color: yellow;
	text-align: right;
	font-size: xx-small;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif
}
		.auto-style11 {
			border: 1px solid #000000;
			text-align: center;
			font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
			font-size: large;
			background-color: black;
			color: whitesmoke;
			-moz-box-shadow: 0 0 20px black;
			-webkit-box-shadow: 0 0 20px black;
			box-shadow: 0 0 20px black;
		}