body {
	background-attachment:fixed;
	background-color: #000000;
	background-image: url(../bg/kids.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin:0px;
	color: #AEC690;
}
.textMain {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
}
.textLg {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.textXLg {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}
.textXXLg {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
}
.textMed {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
}
.textSm {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
}
td.main {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #AEC690;
	padding:20px;
}
.borderWhite {
	border:1px solid #ffffff;
}
.borderWhiteL {
	border-left:1px solid #ffffff;
}
.borderWhiteR {
	border-right:1px solid #ffffff;
}
.borderWhiteT {
	border-top:1px solid #ffffff;
}
.borderWhiteB {
	border-bottom:1px solid #ffffff;
}
.borderGreen {
	border:1px solid #AEC690;
}
a:link,a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active,a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active .borderThumb,a:hover .borderThumb { 
	border: 1px solid #FFFFFF; 
}
.borderThumb {
	border: 1px solid #AEC690;
}
.borderBlack {
	border: 1px solid #000000;
}
.borderBlackL {
	border-left: 1px solid #000000;
}
.borderBlackR {
	border-right: 1px solid #000000;
}
.borderBlackT {
	border-top: 1px solid #000000;
}
.borderBlackB {
	border-bottom: 1px solid #000000;
}
.formField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #EFEFEF;
	border: 1px solid #999999;
}
.formButton {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #D3E0C5;
	background-color: #333333;
	border: 1px solid #D3E0C5;
	font-weight: bold;
}
.borderGray {
	border: 1px solid #999999;
}
