body {
	bgcolor: #ffffff;
        text: #000033;
	link: #666633;
}
h3 {
	font-family: helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
p,td,li {
	font-family: helvetica, sans-serif;
	font-size: 12px;
}
dt {
	font-family: verdana,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}
dd {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
}
.copy {
	font-family: helvetica, sans-serif;
	font-size: 8px;
	font-style: oblique;
}
.form {
	font-family: helvetica, sans-serif;
	font-size: 10px;
}
.msg {
	font-family: courier;
	font-size: 12px;
	color: red;
	font-style: bold;
        background: white;
        position: absolute; 
        top: 75px; left: 185px; 
        z-index:2;
}
.msg_detail {
	font-family: courier;
	font-size: 12px;
	color: red;
	font-style: bold;
	font-style: oblique;
}


A:link {
	text-decoration:none; 
	font-weight:bold; 
	color:#003399;
}
A:visited {
	text-decoration:none; 
	font-weight:bold;
	color:#006699;
}
A:active {
	text-decoration: underline; 
	color:#f2d42e;
}
A:hover {
	text-decoration: underline; 
	color:#2e70f4;
}
