/* CSS Document */

body {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
margin:0;
padding:0;
height:100%;
border:none;
} 

.borderleftright{border-left:solid #000000 1px; border-right:solid #000000 1px;}
		 
/* <--- link attributes ---> */
A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active { text-decoration: underline; color: #000000; }
A:hover {text-decoration: underline; color: #000000;}

A.blackLink:link {text-decoration: none; color: #000000;}
A.blackLink:visited {text-decoration: none; color: #000000;}
A.blackLink:active { text-decoration: underline; color: #000000; }
A.blackLink:hover {text-decoration: none; color: #000000;}

.head_text {font-size: 1.6em; font-weight:bold;}
.head_text A:link { text-decoration: none; color: #000000; }
.head_text A:visited { text-decoration: none; color: #000000; }
.head_text A:active { text-decoration: underline; color: #000000; }
.head_text A:hover { text-decoration: underline; color: #000000; }

.reg_text {color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-decoration: normal;}
.reg_text A:link { text-decoration: none; color: #000000; }
.reg_text A:visited { text-decoration: none; color: #000000; }
.reg_text A:active { text-decoration: underline; color: #000000; }
.reg_text A:hover { text-decoration: underline; color: #000000; }

.tinyfooter {font-size: 0.8em;}
.tinyfooter A:link { text-decoration: none; color: #000000; }
.tinyfooter A:visited { text-decoration: none; color: #000000; }
.tinyfooter A:active { text-decoration: none; color: #000000; }
.tinyfooter A:hover { text-decoration: none; color: #000000; }

.cntc_us_box {
	background-color: #f2f2f2;	
	border: 1pt solid #000000;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 1px;
	width: 250px;
}

.cntc_comments_box {
	background-color: #f2f2f2;	
	border: 1pt solid #000000;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 1px;
	width: 250px;
	height: 90px;
	/*
	scrollbar-base-color: #3e82a4; 
	scrollbar-face-color: #3e82a4; 
	scrollbar-track-color: #b4d4e4; 
	scrollbar-arrow-color: #b4d4e4;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-shadow-color: #daceae;
	scrollbar-darkshadow-color: #094563; 
	*/
}

input.inputBox1 {
	background-color:#ffffff;	
	border: 1px solid #999999;
	color: #3f3f3f;
	width: 240px;
	overflow:hidden;
	font-size:11px;
	padding: 5px 5px 5px 20px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	background-image: url(../images/txt_boxes/txt_tag_blue.png);
}