/* Created by Kenny TM~ */
/* Do not use outside Casio50 */

/*Standard*/

*{
	font-family: "Times", "Times New Roman", "serif";
}

h1 {
	font-size: x-large;
	color: #8000FF;
	background-image: url(Img/H1BG.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

h2 {
	font-family: "ΌΠ·’Ει", "Arial";
	color: #0000FF;
	background-image: url(Img/H2BG.gif);
	background-repeat: repeat-y;
	border: 3px navy double;
	vertical-align: middle;
	padding: 3px;
}

a:hover{
	left: 1px;
	top: 1px;
	position: relative;
}

a:active{
	color: royalblue
}

a:visited{
	color: midnightblue;
}

.WingDings {
	font-family: "Wingdings";
	text-align: center;
}

.CourierNew{
	font-family: "Courier New", "Courier", "monospace"
}

body {
	background-color: #DCF0FA;
	background-attachment: fixed;
	background-image: url(Img/Casio50_BG.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

table {
	border-collapse: collapse;
	border: 2px black solid;
}

.GrayImg{
	filter: Alpha(Opacity=50);
}

td {
	padding: 3px;
}

.Symbol{
	font-family: "Symbol";
	text-align: center;
}

.directory {
	font: 8pt "Tahoma", "Verdana", "Arial", "Helvetica", "sans-serif"
}

.Arial {
	font-family: "Arial", "Helvetica", "sans-serif"
}

/*Button Backs*/

.BBlack, .BWhite, .BBlue, .BYellowWt, .BYellowBk, .BYellowRd, .BGray, .BBlackRd, .BRed{
	border-style: outset;
	border-width: thin;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 1.6;
	cursor: default;
	display: inline;
}

.BBlack{
	background-color: black;
	color: white;
}

.BWhite{
	background-color: white;
	color: black;
}

.BBlue{
	background-color: dodgerblue;
	color: white;
}

.BYellowWt{
	background-color: gold;
	color: white;
}

.BYellowBk{
	background-color: yellow;
	color: black;
}

.BYellowRd{
	background-color: yellow;
	color: red;
}

.BGray{
	background-color: gray;
	color: white;
}

.BBlackRd {
	background-color: black;
	color: red;
}

.BRed{
	background-color: red;
	color: white;
}