/*- -------------------- -*/
/*- BODY LAYOUT & COLORS -*/
/*- -------------------- -*/

.block_button {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
	background-color: #E5E5E5;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
}
.block_text {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #2E2E2E;
	background-color: #F2F2F2;
	padding: 4px;
	text-align: justify;
}
.block_title {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
	background-color: #DBDBDB;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
}
.body_border {
	background-color: #A4A4A4;
}
.link_image {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}


/*- ---------------------- -*/
/*- HTML TAG MODIFICATIONS -*/
/*- ---------------------- -*/

a {
	text-decoration:none;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #444444;
}
a:hover {
	text-decoration:none;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}
p {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #2E2E2E;
	text-indent: 10px;
}

.blog_date {
	font-style: italic;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #2E2E2E;
}

body {
  scrollbar-face-color: #DBDBDB;
  scrollbar-shadow-color: #DBDBDB;
  scrollbar-highlight-color: #DBDBDB;
  scrollbar-3dlight-color: #B7B7B7;
  scrollbar-darkshadow-color: #B7B7B7;
  scrollbar-track-color: #DBDBDB;
  scrollbar-arrow-color: #9B9B9B;
}

.body_title {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
}

.body_text {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #2E2E2E;
}






.div_shell {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=0);
	display:none;
}


/*- ----------- -*/
/*- FORM STYLES -*/
/*- ----------- -*/

input {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	width: 200px;
}

textarea {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	width: 200px;
}