html {overflow-y: scroll;} 
body {
	color: #000000;
	background-color:#c4c0a7;
	margin:0px
}
td, p, div, span, ol, ul, input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:140%; }

input, textarea { padding:0px; margin:0px; border:1px solid #251915; background-color:#C4C0A7; line-height:120%; margin-top:1px; margin-bottom:1px; padding-top:1px; padding-bottom:1px; resize: none; }
textarea { resize: none; }

input:focus, textarea:focus { outline: none; }

a:link { color: #ec008d; text-decoration: none }
a:visited { color: #ec008d; text-decoration: none }
a:hover { text-decoration: underline }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
ul { list-style-type: none; list-style-position: outside; margin-left: 0px; padding-left: 1px;  }
ol { list-style-position: outside; list-style-type: decimal; margin-left: 0px; padding-left: 1px; }
ul li { list-style-type: none; background:url('/images/bullet.gif') no-repeat left center; padding-left:14px; }
hr {
	color: #000;
	height: 1px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.checkbox { border-width:0px }

.small {  font-size: 10px}
.big {
	font-size: 14px
}
.color1 { background-color: #e5e5e5 }
.color2 { background-color: #e0e0e0 }
.color3 { background-color: #FFFFFF }
.entrytitle {
	color:#000;
	font-size:14px;
	font-weight: bold;
}

#maincontainer {
	width:100%;
	height:100%;
}

.inwarelink { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#aaaaaa; }
.inwarelink a:link {  color: ##ec008d; text-decoration: none}
.inwarelink a:visited {  color: #aaaaaa; text-decoration: none}
.inwarelink a:hover { text-decoration: none}

#contentscroll {
	width: 620px;
	height: 520px;
	overflow: hidden;
	text-align: left;
	margin-top: 55px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


/* vertical track */
#track1 {
	clear: both;
	float: left;
	width: 7px;
	height: 585px;
	margin-left: 2px;
	background-color: #B4B596;
	visibility:hidden
}
/* vertical track handle */
#handle1 {
	width: 7px;
	height: 90px;
	background-color: #ec008d;
	cursor: pointer;
	visibility:hidden
}
/* horizontal track */
#arrow_up { cursor:pointer; float: left; background:url(/images/up.gif) 0 0 no-repeat; width:7px; height:8px; top:1px; margin-left: 2px;}
#arrow_down { cursor:pointer; float: left; clear:left;  background:url(/images/down.gif) 0 0 no-repeat; width:7px; height:8px; top:1px;  margin-left: 2px;}


.imagenav a, .imagenavactive a { font-size:16px; }
.imagenav a:link { color: #000000; text-decoration: none }
.imagenav a:visited { color: #000000; text-decoration: none }
.imagenav a:hover { text-decoration: none;  color:#ec008d }
.imagenavactive a:link { color: #ec008d; text-decoration: none }
.imagenavactive a:visited { color: #ec008d; text-decoration: none }
.imagenavactive a:hover { text-decoration: none;  color:#ec008d }

.imagesubnav a, .imagesubnavactive a { font-size:14px; margin-left:20px; padding-bottom:10px; display:block  }
.imagesubnav a:link { color: #000000; text-decoration: none }
.imagesubnav a:visited { color: #000000; text-decoration: none }
.imagesubnav a:hover { text-decoration: none;  color:#ec008d }
.imagesubnavactive a:link { color: #ec008d; text-decoration: none }
.imagesubnavactive a:visited { color: #ec008d; text-decoration: none }
.imagesubnavactive a:hover { text-decoration: none;  color:#ec008d }


:active, :focus { outline: none; -moz-outline-style: none; }
