@charset "utf-8";
body {
	background-color: #4f00bd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}


.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #FFFF00;
}

.bottomtext {
	color: #ffffff;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.bottomtext a{
	color: #ffffff;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:underline;
}
.bottomtext a:visited{
	color:#999999;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:underline;
}

.maintable {
height:100%
}
.tableside {
	background-image: url(img/leftside.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.tableside2 {
	background-image: url(img/rightside.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.texttable {
	background-image:url(img/textboard_home.jpg);
	background-repeat:no-repeat;
}

/*The below is used for admin area */
.buttonbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.buttonunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.buttonitalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
.buttonother {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.texttable_parents {
	background-image:url(img/textboard_parents.jpg);
	background-repeat:no-repeat;
}
.texttable_contact {
	background-image:url(img/textboard_contact.jpg);
	background-repeat:no-repeat;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.texttable_shop {
	background-image:url(img/textboard_shop.jpg);
	background-repeat:no-repeat;
}
.mainTextIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FFFF00;
}
