@charset "UTF-8";
/* CSS Document */
.font-xsm_wht {
	color: #fff;
	font-size: x-small;
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
}
.font_xsm-blk { color: #000; font-size: x-small; font-family: "Comic Sans MS", cursive }
.font_sm-wht { color: #fff; font-size: small; font-family: "Comic Sans MS", cursive }
.font_sm-blk { color: #000; font-size: small; font-family: "Comic Sans MS", cursive }
.font-md-white  { color: #fff; font-size: medium; font-family: "Comic Sans MS", cursive; font-style: italic; font-variant: normal; font-weight: normal }
.font_md-blk { color: #000; font-size: medium; font-family: "Comic Sans MS", cursive }
.font-lg-wht  { color: #fff; font-size: x-large; font-family: "Comic Sans MS", cursive; font-style: italic; font-variant: normal; font-weight: normal; text-align: center }
.font_lg-blk { color: #000; font-size: large; font-family: "Comic Sans MS", cursive }
.link-sm-wh { color: #fff; font-size: small; font-family: "Comic Sans MS", cursive; font-style: italic; text-decoration: underline }
.link-sm-blk { color: #000; font-size: small; font-family: "Comic Sans MS", cursive; font-style: italic; text-decoration: underline }
.link-md-wh  { color: #fff; font-size: medium; font-family: "Comic Sans MS", cursive; font-style: italic; text-decoration: underline }
.link-md-blk  { color: #000; font-size: medium; font-family: "Comic Sans MS", cursive; font-style: italic; text-decoration: underline }
.link_hover { color: #110acc; font-weight: bold; text-decoration: underline; background-color: #ffe239 }
.link_click { color: #ffe239; text-decoration: underline; background-color: #c60077 }
.link-ape { color: #00f; font-size: x-small; font-family: "Comic Sans MS", cursive; font-style: italic; text-decoration: underline }
.bck_blue { background-color: #00f; background-image: url("images/09-10theme/blubckgrnd.jpg"); background-repeat: no-repeat }
.bck_pnk { background-color: #ff1493; background-image: url("images/09-10theme/pinkbkgrnd.jpg"); background-repeat: no-repeat; text-align: right }
.bck_purple { background-color: #8a2be2; background-image: url("images/09-10theme/purplebckgrnd.jpg"); background-repeat: no-repeat }
.bck_yllw { background-color: #ffd700; background-image: url("images/09-10theme/yllwbckgrnd.jpg"); background-repeat: no-repeat }
.bck_aqua-prpl {
	background-image: url(images/09-10theme/aqua-prplbck.jpg);
	background-repeat: repeat-y
}
.bck_pnk-prp {
	background-image: url(images/09-10theme/pnk-prpbck.jpg);
	background-repeat: repeat
}
.bck_yllw-pnk {
	background-image: url(images/09-10theme/yll-pinkbck.jpg);
	background-repeat: repeat-y
}
.bck_grn-pnk {
	background-color: #4AE742;
	background-image: url(images/09-10theme/grn-pnkbck.jpg);
	background-repeat: no-repeat
}
.list {
	text-indent: 3px;
	display: list-item;
	list-style-position: inside;
	list-style-type: circle;
}
.border-form {
	border: thin solid #FC0;
}
.font-cpyrght  {
	color: #FFF;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic
}
.bdr-top { border-top: 2px solid #000 }
.bdr-toplft { border-top: 2px solid #000; border-left: 2px solid #000 }
.bdr-toprght { border-top: 2px solid #000; border-right: 2px solid #000 }
.bdr-topsides { border-top: 2px solid #000; border-right: 2px solid #000; border-left: 2px solid #000 }
.bdr-bttm { border-bottom: 2px solid #000 }
.bdr-bttmlft { border-bottom: 2px solid #000; border-left: 2px solid #000 }
.bdr-bttmsides { border-right: 2px solid #000; border-bottom: 2px solid #000; border-left: 2px solid #000 }
.bdr-bttmrght { border-right: 2px solid #000; border-bottom: 2px solid #000 }
.bdr-sides { border-right: 2px solid #000; border-left: 2px solid #000 }
.cellborder {
	text-align: right;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.header  {
	background-image: url(images/09-10theme/hdr.png);
	background-repeat: no-repeat
}
.pagetitle { color: #fff; font: italic bold 50px "Comic Sans MS", cursive }
#line { border-bottom: 1px solid #a9a9a9 }
