﻿html {
color: #333333; 
font-family: "Century Gothic";
text-align: left;
background-color: transparent;
background-attachment: fixed; 
padding-left: 0px;
}

body {
font-size: 100%;
min-width: 760px;
color: #333333;
text-align: left;
background-color: silver;
background-attachment: fixed;  
}

img {
display: block;
}

img {
border: 0 none;
} 

img {
box-shadow: 10px 10px 20px #000000;
-moz-box-shadow: 10px 10px 20px #000000;
-webkit: 10px 10px 20px #000000;
}

.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: #cc3300;
text-decoration: none;
text-align: center;
}

a:visited {
color: #808080;
text-decoration: none;
}

a:hover {
color: #cc3300;
border-bottom: 2px dotted #cc3300;
text-decoration: none;
background-color: white;
}

a:active {
color: #cccccc;
text-decoration: none;
}

h1 {
font-size: 200%;
font-weight: normal;
color: #ff0000;
}

h2 {
font-size: 110%;
font-weight: bold;
color: #333333;
padding-bottom: 5px;
}

h3 {
font-size: 95%;
font-weight: bold;
color: #333333;
padding-bottom: 5px;
}

h4 {
font-size: 87%;
font-weight: bold;
color: #555555;
padding-bottom: 5px;
}

h5 {
font-size: 80%;
font-weight: bold;
color: #333333;
padding-bottom: 5px;
}

h6 {
font-size: 50%;
font-weight: bold;
}

ul {
background: transparent;
margin-left: 0px;
font-size: 80%;
font-weight: bold;
}

li {
background: transparent;
margin-left: 0px;
list-style-type: none
}

.clear { clear: both; }