
/* CSS Document */

body{
	margin:0px;
	background:#006633;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:18px;
}
.headding1{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	padding-left:15px;
}
.headding2{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	line-height:24px;
}
.headding3{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	padding-left:15px;
	color:#ffffff;
}
.tbl_txt{
	padding-left:10px;
}
.link{
	text-decoration:underline;
	font-size:12px;
	color:#990000;
	font-weight:bold;
}
.link:hover{
	text-decoration:none;
	font-size:12px;
	color:#990000;
	font-weight:bold;
}
.buttonone{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	color: #000000;
	height:22px;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background:url(images/but-top-bg.gif);
}
.buttontwo{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	color: #000000;
	height:22px;
	font-weight:bold;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background:url(images/but-bottom-bg.gif);
}

.textfield{
	width:150px;
	height:14px;
	border:#D2D1D1 solid 1px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.textarea{
	width:200px;
	height:50px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:#D2D1D1 solid 1px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	text-align:left;
}
