body {
    font-family: Arial;
	background-color: #FFF;
	margin-top: 0px;
	font-size: 12px;
	line-height: 20px;
}

.bt {
		font-size: 14px;
}

a {
	color: #0066cc;
	text-decoration: none;
}

.highlight {
	font-weight: bold;
}

/* H */
#header {
	background-image: url(../images/header/background.png);
	height: 118px;
	width: 881px;
}

.hregister {
	font-family: Verdana;
	text-align: center;
	margin-right: 25px;
	background-color: #000;
	font-size: 11px;
	width: 100px;
	padding: 5px;
}

.hregister a {
	text-decoration: none;
	color: #FFF;
}

.hregister a:hover {
	color: #BADE90;
}

.htitle {
	float: left;
	margin-top: 10px;
	margin-left: 25px;
}

.hmenu {
	font-family: Verdana;
	float: left;
	font-size: 14px;
	padding-top: 25px;
	margin-left: 60px;
	text-align: left;
}

.hmenu a {
	text-decoration: none;
	color: #000;
}

.hmenu a:hover {
	color: #0066cc;
}

/* M */
#main {
	width: 867px;
	text-align: left;
}

.submenu {
	font-family: Verdana;
	background-color: #626262;
	font-size: 10px;
	text-align: left;
	padding: 3px;
	width: 867px;
	color: #FFF;
}

.submenu a {
	color: #FFF;
	text-decoration: none;
}

.submenu a:hover {
	color: #BADE90;
}

.title {
	font-size: 20px;
}

.title a {
	margin-left: 3px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.title a:hover {
	color: #0066cc;
}

.infobox {
	background-color: #efefef;
	border-bottom: 1px solid #6699cc;
	padding: 4px;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 5px;
}

.heading {
	font-size: 25px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}

.underlinedotted {
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:dotted;
	border-left-style:none;
	border-top-color:#999;
	border-right-color:#999;
	border-bottom-color:#999;
	border-left-color:#999;
	padding-top:10px;
	padding-bottom:5px;
}

.errorbox-bad {
  color: red;
  border: outset 1px red;
  padding: 2px;
  background-color: #ffdcdc;
}

.errorbox {
  color: red;
  border: outset 1px red;
  padding: 5px;
  background-color: #ffdcdc;
}

.successbox {
  color: #FFF;
  border: outset 1px #a2de5b;
  padding: 2px;
  background-color: #2ead3f;
}

.success {
  color: #FFF;
  border: outset 1px #a2de5b;
  padding: 6px;
  background-color: #2ead3f;
  font-size: 14px;
}

.tipbox {
    border: 1px solid #c93;
    padding: 5px;
    background: #ffc;
    color: #000;
}

.gtipbox {
    border: 1px solid #c2c2c2;
    padding: 5px;
    background: #ececec;
    color: #666;
}

.boxed {
	background: #f3f3f3;
	padding: 20px;
}

/* F */
#footer {
	background-image: url(../images/footer/background.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	font-size: 10px;
	width: 881px;
	height: 57px;
	text-align: center;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: none;
}