/* CSS File for Beamer's Web Shack v2 */

BODY {
	background-color: #202020;
	background-image: url(/Images/tile126.jpg);
	/* background-attachment: fixed; */

	font-family: "Arial", "Tahoma", "Sans Serif";
	font-size: 15px;
	color: #D7D7C4;

	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

A:link, A:active, A:visited {
	color: #AAC0EE;
	text-decoration: none;
}

A:hover {
	color: #66D099;				/* Green */
}

.BodyText {
	font-size: 15px;
	color: #D7D7C4;
	text-align: justify;
}

.BodyTextBox {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

.PageTitle {
	font-size: 33px;
	color: #53CCD0;			/* #D0BB55; */
	font-weight: bold;
}

.BlueText {
	color: #66AADD;				/* Blue */
}

.GreenText {
	/* 66CC99 */
	color: #66D099;				/* Green */
}

.SectionTitle {
	color: #66AADD;				/* Blue */
	font-size: 20px;
	font-weight: bold;
}

.AboutItem {
	color: #66D099;				/* Green */
	font-weight: bold;
	vertical-align: top;
}

.AboutText {
	vertical-align: top;
}

.ProjectItem {
	vertical-align: top;
}

.ProjectText {
	vertical-align: top;
	text-align: justify;
}

.OtherItem {
	vertical-align: top;
	padding-bottom: 15px;
}

.OtherText {
	vertical-align: top;
	text-align: justify;
	padding-bottom: 15px;
}

TD.ListTableRow {
	padding-bottom: 10px;
}

.CountNumbers {
	font-family: "Courier New", "Monospaced";
	font-size: 18px;
	font-weight: bold;
	color: #DDDDDD;
}

.CountInfo {
	font-size: 11px;
}

A.BottomLinks {
	font-size: 11px;
}

.LinkbarText {
	font-size: 15px;
	color: #777777;
	text-align: center;
}

.BottomInfo {
	font-size: 11px;
	text-align: center;
}

A.TitleUpLink {
	font-size: 11px;
}

.PartsList {
	font-size: 12px;
}

.TimeSep {
	font-size: 21px;
	font-weight: bold;
}

.PiText {
	font-size: 12px;
	font-family: "Courier New", "Monospaced";
}

.LinkTable {
	margin-left: 0px;
}

.LinkItem {
	text-align: right;
	vertical-align: top;
	padding-right: 15px;
	padding-top: 5px;
}

.LinkText {
	text-align: justify;
	vertical-align: top;
	padding-top: 5px;
}

.NewsItem {
	color: #66D099;				/* Green */
	text-align: right;
	vertical-align: top;
	padding-right: 15px;
	padding-top: 10px;
	font-weight: bold;
}

.NewsText {
	text-align: justify;
	vertical-align: top;
	padding-top: 10px;
}