﻿html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-image: url('../images/backgrounds/waterfall.jpg');
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	font-family: "Comic Sans MS";
	font-size: medium;
	font-weight: lighter;
	color: black;
	text-decoration: none;
}
img {
	border: 0px;
}
p {
	font-size: 95%;
	color: black;
}
h1 {
	font-size: 200%;
	color: #e80000;
	text-shadow: 4px 2px 7px #000;
}
h2 {
	font-size: 150%;
	color: #e80000;
	text-shadow: 4px 2px 7px #333;
}
h3 {
	font-size: 110%;
	color: black;
}
h4 {
	font-size: 75%;
	font-weight: lighter;
	color: black;
}
h5 {
	font-size: 65%;
	color: black;
}
a img {
	border: none !important;
}
h6 {
	font-size: 60%;
	color: black;
}
.LinksBAR {
	font-size: small;
	position: fixed;
	background-image: url('../images/backgrounds_translucent/bg_blue_gradient.png');
}
.tableBgTranslucent {
	background-image: url('../images/backgrounds_translucent/1-blacklighter01.png');
}
#content {
	max-width: 66em;
	padding: 0 3px 20px 225px;
}
p {
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: left;
}
a:link {
	color: #0033cc;
	text-decoration: none;
}
a:hover {
	text-decoration: ;
	border-bottom: 1px dotted, #cccccc;
	background-color: #c0c0c0;
}
a:active {
	color: white;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
.textAlignRightBOLD {
	color: #000000;
	text-align: right;
	font-weight: bold;
}
.textAlignRightNORMAL {
	text-align: right;
}
.style3 {
	font-size: small;
	background-attachment: fixed;
	background-image: url('../images/backgrounds_translucent/bg_blue_gradient.png');
}
.style10 {
	color: #000000;
	text-align: right;
}
.bold {
	font-weight: bold;
}

