body {
	font-size: 11px;
	color: #ffffff;
	font-family: arial;
	background-color: #000000;
}
table {
	font-size: 11px;
	color: #ffffff;
	font-family: arial;
}
.yellow {
	border-top: #52524f solid 1px;
	border-bottom: #52524f solid 1px;
	background-color: #1c1c1b;
}
.yellow-dot {
	border-bottom: #52524f dotted 2px;
}
.yellow-border {
	border: #ffffff solid 1px;
}
.title {
	color: #6e6e66;
	font-size: 14px;
	font-weight: bold;
}
.bkg {
	background-image: url(../images/bkg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 625px;
}
.pic {
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	border: #52524f 1px solid;
}
a:link {
	font-size: 11px;
	color: #b1b1b0;
	font-family: arial;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	color: #b1b1b0;
	font-family: arial;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #b1b1b0;
	font-family: arial;
	text-decoration: underline;
}
a:active {
	font-size: 11px;
	color: #b1b1b0;
	font-family: arial;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.indent {
	text-indent: 10px;
	color: #52524f;
}
input {
	border: 1px solid #ffffff;
	font-size: 11px;
	color: #FFFFFF;
	font-family: arial;
	background-color: #000000;
}
.input {
	border: 1px solid #52524f;
	font-size: 11px;
	color: #FFFFFF;
	font-family: arial;
	background-color: #000000;
	cursor: pointer;
}
select {
	border: 1px solid #52524f;
	font-size: 11px;
	color: #FFFFFF;
	font-family: arial;
	background-color: #000000;
}
textarea {
	border: 1px solid #52524f;
	font-size: 11px;
	color: #FFFFFF;
	font-family: arial;
	background-color: #000000;
}
