@charset "UTF-8";
/* CSS Document */
.border {
	border: 1px solid #333;
	text-align: center;
}
.myButton{ background:url(http://www.redkid.net/favicon/button.png) no-repeat; cursor:pointer; width: 155px; height: 41px; border-style: none; }
.text {
	text-align: center;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #999;
}
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 800px;
	position: fixed;
}
.biggertext {
	text-align: center;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666;
}
.sitetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	color: #333;
}
.menuitems {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFF;
	background-color: #666;
}
.biggertextupload {
	text-align: center;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #CCC;
}
.contactustext {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
}
