html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body, td {
	font-family: Tahoma;
	font-size:70%;
	color: #505050;
}
img {
	border: 0;
}
.m_img{
	border: 1px solid #FFB400;
}
.c_img{
	border: 1px solid #555555;
}
p {
	text-indent:20px;
	text-align:justify;
	margin:0 0 0 0;
}
ol, ul {
	margin:0 0 0 22px;
	padding-left:20px;
}
ul {
	list-style-type:disc;
}

.m_itm{
	float:left;
	background:url(m_bul.gif) no-repeat 0 3px;
	font-weight:bold;
	padding:0 0 0 15px;
	margin-right:10px;
}

.mt1 {
	line-height:1.6em;
	text-align:justify;
	background:url(bul1.gif) no-repeat;
	padding:0 0 0 15px;
	margin:7px 10px 0 15px;
	
}
.mt2 {
	line-height:1.6em;
	text-align:justify;
	background:url(bul2.gif) no-repeat;
	padding:0 0 0 15px;
	margin:7px 10px 0 15px;
	
}

.hdr1{
	font-size:130%;
	font-weight:bolder;
	color:#CB0000;
}
.hdr1 a:hover, .hdr1 a:visited, .hdr1 a:link{
	color:#CB0000;
}

a:link{
	text-decoration:none;
	color:#505050;
}
a:visited{
	text-decoration:none;
	color:#505050;
}
a:hover{
	text-decoration: underline;
	color:#FF0000;
}

.dbl {
	line-height:1.3em;
	padding:10px;
	border:1px solid #0083C5;
	border-bottom:none;
	height:100%;
}
.dbl p{
	padding-top:6px;
	padding-bottom:6px;
}

form{
	margin:0px;
}
select, input, textarea{
	font-family: Tahoma;
	font-size:95%;
	background:#EAEAEB;
}
.notes{
	font-size:90%;
	font-family:Tahoma;
}
.brd{
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}
.brd td{
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}

