/* CSS Document */

/* TEXT */
.footertext {
	font-family: verdana;
	font-size: 7pt;
	color: #B4B4B4;
}
.bodytext {
	font-family: verdana;
	font-size: 8pt;
	color: #1c1c1c;
}
.bodytext1 {
	font-family: verdana;
	font-size: 8pt;
	color: #B4B4B4;
}
.bodytext2 {
	font-family: verdana;
	font-size: 7pt;
	color: #1c1c1c;
}
.bodytext_red {
	font-family: verdana;
	font-size: 8pt;
	color: #1c1c1c;
}
.subheader {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #d81e1e;
}

/* BORDERS */
.tableborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 1C1C1C;
	border-left-color: 1C1C1C;
}

.navborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: 404040;
}

/* NAVIGATION - DARK GRAY */
.buttonscontainer {width: 150px;}
.buttons a {
	color: 787878;
	background-color: 1C1C1C;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-right: 10px solid #787878;
	font: 8pt Verdana;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	margin-top: 1px;
	height: 21px;
}
.buttons a:hover {
	border-right: 10px solid D81E1E;
	text-decoration: none;
	color: 787878;
}

/* LISTINGS */
.numberlistings {
	list-style-type: decimal;
}

/* FORM CONTACT */
.inputbox { background:url(images/INPUT-BG.gif) no-repeat; 
	color:#72797E; 
	font-family:arial; 
	font-size:8pt; 
	font-weight:none; 
	border-color:#72797E; 
	border-style:solid; 
	border-width:1px; 
	width:251; 
	height:20;
}
.inputbox1 { background:url(images/INPUT-BG.gif) no-repeat; 
	color:#72797E; 
	font-family:arial; 
	font-size:8pt; 
	font-weight:none; 
	border-color:#72797E; 
	border-style:solid; 
	border-width:1px; 
	width:79; 
	height:20;
}
.textarea1 { background:url(images/INPUTTEXTAREA-BG.gif) no-repeat; 
	color:#72797E; 
	font-family:arial; 
	font-size:8pt; 
	font-weight:none; 
	border-color:#72797E; 
	border-style:solid; 
	border-width:1px; 
	width:251; 
	height:100;
}
.submitbutton { background:#FFFFFF url(images/INPUT-BG.gif) no-repeat; 
	font-family:verdana; 
	font-size:8pt; 
	font-weight:none;  
	border-color:#72797E; 
	border-style:solid; 
	border-width:1px; 
	width:50; 
	height:20;
}

/* A HREF LINKS */
a.footer:link {font-family: verdana; font-size: 7pt; color: #B4B4B4; text-decoration: none;}
a.footer:visited {font-family: verdana; font-size: 7pt; color: #B4B4B4; text-decoration: none;}
a.footer:hover {font-family: verdana; font-size: 7pt; color: #B4B4B4; text-decoration: underline;}
a.footer:active {font-family: verdana; font-size: 7pt; color: #B4B4B4; text-decoration: none;}

a.contactform:link {font-family: verdana; font-size: 8pt; color: #D81E1E; text-decoration: underline;}
a.contactform:visited {font-family: verdana; font-size: 8pt; color: #D81E1E; text-decoration: underline;}
a.contactform:hover {font-family: verdana; font-size: 8pt; color: #787878; text-decoration: none;}
a.contactform:active {font-family: verdana; font-size: 8pt; color: #D81E1E; text-decoration: underline;}

a.emaillink:link {font-family: verdana; font-size: 8pt; color: #1C1C1C; text-decoration: underline;}
a.emaillink:visited {font-family: verdana; font-size: 8pt; color: #1C1C1C; text-decoration: underline;}
a.emaillink:hover {font-family: verdana; font-size: 8pt; color: #787878; text-decoration: none;}
a.emaillink:active {font-family: verdana; font-size: 8pt; color: #1C1C1C; text-decoration: underline;}

/* THUMBNAIL IMAGES */
.picframe {
	border: 1px solid D81E1E;
}
