body{
	margin:0;
	padding:0;
}

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

a:hover{
	color: #0099FF;
	text-decoration: none;
}

a img{
	border:none;
}


div#top{
	height:50px;
	background:url(images/top-bg.jpg);
	border-bottom:5px solid #6699CC;
}

div#top img.logo{
	margin:10px 0px 0px 10px;
}

table#mainTab{
	margin:16px 0px 0px 4px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
}

table#mainNavi{
	width:220px;
	text-align:left;
	font-weight:normal;
}

table#mainNavi th{
	background-color:#CCCCCC;
	padding:5px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table#mainNavi ul{
	margin:0;
	padding:5px 0px 0px 20px;
	list-style-image : url(images/arrow_circle.gif);
	background-color:#EEEEEE;
	font-size:16px;
	font-family: "Lucida Sans Unicode","Trebuchet MS", "Lucida Grande", Georgia, "Times New Roman", Times, serif;
}

table#mainNavi ul li{
	padding-bottom:12px;
}

table#agentForm th{
	text-align:left;
	font-size:10px;
}

table#agentForm td a{
	font-size:10px;
}

sup{
	color:red;
}

input.hiddenTextInput{
	visibility:hidden;
}

input.visibleTextInput{
	
}

div#errorMessage{
	border:1px solid red;
	font-size:12px;
	color:red;
	background-color:yellow;
	padding:5px;
}

input#loginSubmit{
	background:url(images/i_login.gif);
	border:0;
	height:49px;
	width:58px;
	cursor:pointer;
}

input#submit{
	background:url(images/i_submit.gif);
	width:77px;
	height:26px;
	border:0;
	cursor:pointer;
}

span.smallHeader{
	font-size:10px;
	font-weight:bold;
}

p{
	padding:0;
	margin:0;
	font-size:10px;
}

span.adminStatus{
	font-size:10px;
	font-weight:normal;
}

h1{
	font-family:Arial;
	font-size:22pt;
	font-weight:normal;
	color: #666666;
	line-height:1.4em;
}

table#adminBody a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

table#adminBody a:hover{
	color:#0099FF;
}

th a{
	text-decoration:underline;
}

em{
	font-size:10px;
}

table#roll{
	font-size:11px;
}

table#roll th{
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	background-color:#EEEEEE;
}

table#roll td{
	vertical-align:top;
}

table#ldetail{
	
}

td.subMenu{
	background-color:#CDE0FE;
	font-size:12px;
	line-height:20px;
}

th.propTitle{
	vertical-align:top;
	font-size:14px;
}

td.propAbout th{
	font-size:10px;
	line-height:16px;
	font-weight:normal;
	text-align:right;
	vertical-align:top;
}

td.propAbout td{
	font-size:10px;
	line-height:16px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}

td.desc, td.desc p{
	font-size:13.3px;
}

.smallText{
	font-size:10px;
}

td.bordered{
	border-top:1px solid black;
	border-left:1px solid black;
	padding-left:5px;
}

div.spacer{
	border-bottom:1px solid #000000;
	padding:3px;
	font-size:1px;
}

img.highlited{
	border:1px solid #000000;
}