html {
color: #333333; 
font-family: "Century Gothic", Tahoma, "Trebuchet MS", Verdana;
text-align: left;
background-color: transparent;
background-attachment: fixed; 
padding-left: 0px;
}

body {
background-image: url('bg.jpg');
font-size: 100%;
min-width: 760px;
color: grey;
text-align: left;
background-color: silver;
background-attachment: fixed  
}

}
#box {
	-webkit-box-shadow: 3px 3px 12px 0 #999;
}

img {
display: block;
}

img {
border: 0 none;
}

a img {
border: 0 none;
}

a img {
border: none;
vertical-align: middle;
}

table {
border-style: none;
}

tr {
vertical-align: top;
padding: 0px 20px 20px 0px;
}

td {
padding-bottom: 10px;
padding-right: 20px;
}

img {
box-shadow: 10px 10px 20px #999999;
-moz-box-shadow: 10px 10px 20px #999999;
-webkit: 10px 10px 20px #999999;
}

.noDropShadow {
	box-shadow: 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px;
	-webkit: 0px 0px 0px;
}

.fontXsmall {
	font-size: x-small;
}

.TextLighter {
	color: #999999;
}
  
a:link {
color: #444444;
text-decoration: none;
text-align: center;
}

a:visited {
color: #555555;
text-decoration: none;
}

a:hover {
color: #CC9999;
border-bottom: 2px dotted #cc3300;
text-decoration: none;
background-color: white;
}

a:active {
color: #444444;
text-decoration: none;
}

table {
border-style: none;
}

.tableFullWidth {
width: 100%;
padding: 33px 33px 0 0;
}

.tableCells {
width: 100%;
padding: 0 33px 0 0;
}

p {
font-size: 90%;
font-weight: bold;
color: gray;
padding-bottom: 5px;
}

h1 {
font-size: 400%;
font-weight: bold;
color: #ff6600;
letter-spacing: 3px;
text-shadow: 4px 2px 7px #111111;
}

.XX-largeH1 {
font-size: xx-large;
text-shadow: 4px 2px 7px #111111;
}

h2 {
font-size: 200%;
font-weight: bold;
color: #999999;
padding-bottom: 5px;
}

h3 {
font-size: 125%;
font-weight: bold;
color: #000080;
padding-bottom: 5px;
}

h4 {
font-size: 80%;
font-weight: bold;
color: #104e8b;
padding-bottom: 5px;
}

h5 {
font-size: 70%;
font-weight: bold;
color: #000080;
padding-bottom: 5px;
}

h6 {
font-size: 60%;
font-weight: bold;
color: #000080;
padding-bottom: 5px;
}

ul {
background: transparent;
margin-left: 0px;
font-size: 80%;
font-weight: bold;
color: #990000;
}

menu {
background: transparent;
margin-left: 20px;
font-size: 100%;
font-weight: bold;
color: #990000;
}

li {
background: transparent;
margin-left: 0px;
font-size: 80%;
color: #000080;
list-style-type: none
}

.clear { clear: both; }