body { 
    cursor: url("ball_cursor.cur");
	}

#top {
	background-image:  url(top_back.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}

#bottom {
	background-image:  url(btm_back.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
#bottom_home {
	background-image:  url(btm_back01.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
.searchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #1e2b6d;
	}

.header {
	font-family: Jester, Comic Sans MS, Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #1e2b6d;
	}
	
td.mainbox {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	}

td.menuon {
    background-color: #ecb84a;
	font-family: Jester, Comic Sans MS, Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #1e2b6d;
	text-decoration: none;
	cursor: pointer;
	} 
	
td.menuoff { 
    background-color: #e57139;
	font-family: Jester, Comic Sans MS, Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	}

.maintext {
	font-family: Jester, Comic Sans MS, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #1e2b6d;
	}

.maintext a:link {
	font-family: Jester, Comic Sans MS, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #c44b0f;
	text-decoration: none;
	}

.maintext a:visited {
	font-family: Jester, Comic Sans MS, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #c44b0f;
	text-decoration: none;
	}

.maintext a:hover{
	font-family: Jester, Comic Sans MS, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #c44b0f;
	text-decoration: underline;
	}

.maintext a:active {
	font-family: Jester, Comic Sans MS, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #c44b0f;
	text-decoration: none;
	}
	
#list {
	font-family: Jester, Comic Sans MS, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #1e2b6d;
	list-style-type: none;
 	list-style-image: url(bone.gif);
	line-height: 24px;
	}

.bottomtext {
	font-family: Jester, Comic Sans MS, Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	}

.bottomtext a:link {
	text-decoration: none;
	color: #FFFFFF;
	}

.bottomtext a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

.bottomtext a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	}

.bottomtext a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
