@charset "utf-8";
/* CSS Document */



body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	background-image: none;
}

a {
	color: #000000;
	text-decoration:underline;
}

h4 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #820a2d;
}

.btn
{
	height: 22px;
	width: 130px;
	background-image:url(../images/wea_enter.gif);
	background-repeat: no-repeat;
	border-style: none;
}


.cb
{
	border-style:none;
	margin-bottom: 5px; 
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

.tb
{
	border-style:solid;
	border-width: 1px;
	border-color: #809db9;
	width: 175px;
	height: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

.tbmed
{
	border-style:solid;
	border-width: 1px;
	border-color: #809db9;
	width: 70px;
	height: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

.tbsmall
{
	border-style:solid;
	border-width: 1px;
	border-color: #809db9;
	width: 40px;
	height: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

.smdd
{
	border: solid 1px #809db9;
	border-collapse: collapse;
	font-size: 10pt;
	background-color: #ffffff;
	width: 60px;
	height: 20px;
}

.mddd
{
	border: solid 1px #809db9;
	border-collapse: collapse;
	font-size: 10pt;
	background-color: #ffffff;
	height: 20px;
	width: 100px;
}

.error
{
	color: #ff0000;
	font-size: 9px;
}

.rules
{
	width:100%; 
	height:60px; 
	overflow-y:auto; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	border-style:solid; 
	border-width: 1px; 
	border-color: #809db9; 
	background-color:#FFFFFF;
}