HTML {
	height: 100%;
	margin-bottom: 1px;
}
BODY, FORM {
	margin: 0px;
}
body {
	height: 100%;
	margin: 0px 12px 0px 12px;
}
a:link, a:visited {
	color: #BF4E4A;
	text-decoration: none;
}
a:hover {
	color: #a00000;
	text-decoration: none;
	text-decoration: underline;
}
td,tr,p,div, input, textarea, select {
	font-family:	verdana, arial, sans-serif;
	line-height: 140%;
	font-size: 11px;
	color: #333333;
	text-align: left;
}
input, textarea {
	font-family:Courier New; border:1px solid #ccc;
}
.menu_div {
	display: none;
}
.clear {
  clear: both !important;
}
.msg {
	background: #FBE6F2;
	border: 1px solid #E68F8F;
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px;
}
.msg p {
	margin: 5px 0 6px 0;
	padding: 0;
}
.explain {
	background: #C6DBF5;
	border: 1px solid #9DB4D1;
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px;
}

.explain p {
	margin: 5px 0 6px 0;
	padding: 0;
}
span.tips {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #aaa;
}
span.tips:hover {
	color: #a00;
	text-decoration: none;
}
.button, .inputButton {
	height: 20px;
	margin: 2px 0px;
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
	background-color: #eaeaea;
	border-bottom: 1px solid #dcddde;
	border-right: 1px solid #dcddde;
	border-top: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
	cursor: pointer;
}
.button:hover, .inputButton:hover {
	color: #fff;
	background-color: #0088cc;
	border-bottom: 1px solid #0481bf;
	border-right: 1px solid #0481bf;
	border-top: 1px solid #2aa3df;
	border-left: 1px solid #2aa3df;
}
*.button, .inputButton {
	text-align: center;
	vertical-align: top;
}
table {border: 0;width: 100%;}
table td{vertical-align: top;}
table td.ad{width: 160px;}
/*
input[type="submit"],input[type="button"],input[type="reset"],button{background-color:#eaeaea;border-bottom:1px solid #dcddde;border-left:1px solid #f4f4f4;border-right:1px solid #dcddde;border-top:1px solid #f4f4f4;color:#333;cursor:pointer;font-size:11px;height:20px;margin:2px 0;text-transform:uppercase}
input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover,button:hover{background-color:#08c;border-bottom:1px solid #0481bf;border-left:1px solid #2aa3df;border-right:1px solid #0481bf;border-top:1px solid #2aa3df;color:#fff}
*input[type="submit"],*input[type="button"],*input[type="reset"],*button{text-align:center;vertical-align:top}
*/