/* Elements */
body {
	background: #FFFFFF url(images/img1.jpg) repeat-x;
	text-align: justify;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #1B4978;
}

a:hover {
	text-decoration: none;
}

.errmsg{
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: red;
}

/** objects **/
.object_text{
	width:180px;
	height:16px;
	border-bottom:1px #666666 solid;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
}
.object_textarea{
	width:180px;
	height:40px;
	border-bottom:1px #666666 solid;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
}
.object_button{
	width:80px;
	height:20px;
	border:1px #666666 solid;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	color: #000000;	
}

/** Lines **/
.line_hor{
	border-bottom:1px #666666 solid;
}
/** Links **/
a.head_link:link {text-decoration:none; color:#FFD700; font-size:9pt;font-family:VERDANA; font-weight:400; text-align:left;}
a.head_link:visited {text-decoration:none; color:#FFD700; font-size:9pt;font-family:VERDANA; font-weight:400; text-align:left;}
a.head_link:hover {text-decoration:none ; color:#FFFFFF; font-size:9pt;font-family:VERDANA; font-weight:400; text-align:left; }

a.head_link2:link {text-decoration:none; color:#000000; font-size:9pt;font-family:VERDANA; font-weight:400; text-align:left;}
a.head_link2:visited {text-decoration:none; color:#000000; font-size:9pt;font-family:VERDANA; font-weight:400; text-align:left;}
a.head_link2:hover {text-decoration:none ; color:#FFFFFF; font-size:9pt;font-family:VERDANA; font-weight:400; text-align:left; }

a.nav_link:link {text-decoration:none; color:#000000; font-size:9pt;font-family:VERDANA; font-weight:400; text-align:left;}
a.nav_link:visited {text-decoration:none; color:#000000; font-size:9pt;font-family:VERDANA; font-weight:400; text-align:left;}
a.nav_link:hover {text-decoration:none ; color:#000000; font-size:11pt;font-family:VERDANA; font-weight:400; text-align:left; }

.currentStyle{
	color:#000000;
	font-size:12pt;
	font-family:VERDANA; 
	font-weight:600;
}
.table_head{
	border:1px #000000 solid;	
	background-color:#202020 ;
	color:#FFD700;
	text-align:center;
	height:25px;
	letter-spacing:0.4em;
	font-family:verdana,arial, helvetica;
	font-size:12;
	font-weight:400;	
}
.table_head2{
	border:1px #000000 solid;	
	background-color:#383838   ;
	/*color:#FFD700;*/
	color:#FFFFFF;
	text-align:left;
	height:25px;
	letter-spacing:0.4em;
	font-family:arial, helvetica,verdana;
	font-size:12;
	font-weight:600;	
}
.table_body{
	border-left:1px #000000 solid;	
	border-right:1px #000000 solid;	
	border-bottom:1px #000000 solid;	
	background-color:#FFFFFF;
	color:#000000;
}

a:hover {  color: blue}

.condoTitle{
	color:#003366;
	font-family:verdana, helvetica;
	font-size:26;
	font-weight:600;
}
.sideTitle{
	color:#FFFFFF;
	font-family:verdana, helvetica;
	font-size:12;
	font-weight:600;
}
.sideCaption{
	color:#666666;
	font-family:verdana, helvetica;
	font-size:11;
	font-weight:400px;
}
.sideCaption2{
	color:#000000;
	font-family:verdana, helvetica;
	font-size:12;
	font-weight:600px;
}
.subTitle{
	color:#FFFFFF;
	font-family: verdana;
	font-size:14;
	font-weight:600;
}
.table_line1_left_right{
	border-top: 1px #8E8E8E solid;
	border-bottom: 1px #8E8E8E solid;
	border-right: 1px #8E8E8E solid;
	border-left: 1px #8E8E8E solid;
}
.table_line1_left{
	border-top: 1px #8E8E8E solid;
	border-bottom: 1px #8E8E8E solid;
	border-left: 1px #8E8E8E solid;
}

.table_line2_left_right{
	border-bottom: 1px #8E8E8E solid;
	border-right: 1px #8E8E8E solid;
	border-left: 1px #8E8E8E solid;
}
.table_line2_left{
	border-bottom: 1px #8E8E8E solid;
	border-left: 1px #8E8E8E solid;
}

