td {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #003366;
	vertical-align: top;
}

input {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #000000;
}

select {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #000000;
}

textarea {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	width: 400px;
}

.btn {
	background-color: #3366CC;
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
}

.dots {
	border: 1px dotted #3366CC;
    background-color: #F4F4F4;
}

.submit {
	background-color: #3366CC;
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
}

.grey {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #999999;
}

.gline {
	background-color: #666666;
}

.header {
	font-family: Arial;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}

.yline {
	background-color: #ffffff;
}


.nav {
	background: url("/images/bg.gif");	
}

.navTabs {
	background-color: #3366CC;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
.navTabs a {
	color: #ffffff;
	text-decoration: none;
}
.navTabs a:hover {
	color: #ffff00;
	text-decoration: none;
}

.footer {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	background-color: #3366CC;
	color: #ffffff;
	line-height: 15px;
}
.footer a {
	color: #ffffff;	
}

.footer a:hover {
	color: #ffffff;	
	text-decoration: none;
}

.secondary {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.title {
	font-family: Arial;
	font-size: 18px;
	color: #3366CC;
	font-weight: bold;
}

.warning {
	font-family: Arial;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.mediumh1 {
	font-family: Arial;
	font-size: 18px;
	color: #003366;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-family: Arial;
	font-size: 18px;
	color: #003366;
	font-style: italic;
	font-weight: bold;
}
table.list {
  border-collapse: collapse;
  border: 1px dotted red;
  width: 100%;
  margin-bottom:8px;
  background-color: #F4F4F4;
  padding: 5px;
}
table.item {
  border-collapse: collapse;
  width: 60%;
  margin-bottom:8px;
}
/*table.list, table.list td, table.list th, table.item, table.item td, table.item th {
  border: 1px solid darkgray;
}*/
table.list th {
  font-size: 14px;
  color: #770000;
}
table.item td.item_caption {
  font-family: Verdana;
  font-size: 12px;
//  font-weight: bold;
  color: #770000;
}
span.notice {
  color: red;
  font-weight: bold;
}
table.property_info {
  border-collapse: collapse;
  width: 80%;
  margin-bottom:15px;
  border: 1px solid #AAAAEE;
}
table.property_info td {

}
table.login {
  border-collapse: collapse;
  border: 1px dotted #3366CC;
  width: 350px;
  height: 200px;
  background-color: #F4F4F4;
}
table.login td {
  font-size: 11px;
}
table.login th {
  font-size: 12px;
}

.mediumh2 {
	font-family: Arial;
	font-size: 13px;
	color: #003366;
	font-style: italic;
	font-weight: bold;
}