@charset "utf-8";
html, p, img, form {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-image: url(../pictures/background.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-position: center top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: inline-block;
}
object:focus {
	-moz-outline-style: none;
}
table {
	border-collapse:collapse;
}
td {
	vertical-align:top;
	padding: 0px;
}
th {
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}
caption {
	padding-bottom: 10px;
	text-align: justify;
}
a {
	color:#666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#F00;
}
h1 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 4px;
	background-image: url(../pictures/redDot.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	margin-left: -12px;
	padding-left: 12px;
}
h2 {
	margin-top: -25px;
	margin-bottom: 30px;
	font-size: 12px;
	letter-spacing: 4px;
}
label {
	display: block;
	margin-bottom: 10px;
}
#headerFlash {
	display: block;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../pictures/Flash.jpg);
	background-repeat: no-repeat;
	height: 380px;
	width: 960px;
}
#content {
	background-image: url(../pictures/backgroundTop.jpg);
	background-repeat: no-repeat;
	width: 700px;
	min-height: 170px;
	padding-left: 120px;
	padding-right: 140px;
}
.docContent {
	line-height: 150%;
	text-align: justify;
}
.red {
	color: #c70000;
}
.author {
	margin-top: 30px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
.author a {
	font-size: 10px;
	font-weight: normal;
	color: #333;
}
.author a:hover {
	color: #FFF;
}
.message {
	font-size: 14px;
	line-height: 200%;
}
.info {
	background-image: url(../pictures/redDot.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	background-position: 0px 5px;
}
