body { background-color: #fff; 
	     color: #333; 
		 cursor: crosshair;	 
		 }

.warningtext {
	color: #BB0000;
	font-size:   18px;
	text-align: center;
}

.noticetext {
	color: #00BB00;
	font-size:   13px;
	text-align: center;
}

.titletext {
    color: #333333;
	background-color: #FFFFFF;
	font-size:   28px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #000000;
}
.subtitletext {
    color: #333333;
	background-color: #FFFFFF;
	font-size:   18px;
	font-weight: bold;
	width: 100%;
	text-align: right;
}

.button {
	cursor: pointer;
}

.boxclass_hover {
	z-index: 3;
}

.boxclass {
	background-color: #DDDDDD;
	z-index: 1;
	outline: black solid thin;
	padding: 0px 0px 0px 0px;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}


a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }


.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.smaller { font-size: 0.8em; }
.smaller2 { font-size: 0.6em; }
.bigger { font-size: 1.2em; }
.bigger2 { font-size: 1.4em; }