
td, body{ 
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		12px;
}

li{
	margin-bottom:	4px;
}

h1{
	margin-top:		0px;
	padding-top:	0px;
	margin-bottom:	0px;
	padding-bottom:	0px;
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		14px;
}

h2{
	margin-top:		0px;
	padding-top:	0px;
	margin-bottom:	0px;
	padding-bottom:	0px;
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		12px;
	color: 			#000099;
}

h3{
	margin-top:		0px;
	padding-top:	0px;
	margin-bottom:	0px;
	padding-bottom:	0px;
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		11px;
	color: 			#000099;
	font-weight:	normal;
}

body{
	/*background-image:url(../images/background.jpg);*/
	/*background-repeat:repeat-x;*/
	background-color:#FFFFFF;
}

.divlogo{
	float:left;
	width: 110px;
	height:110px;
	margin: 10px;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	border-color: #abc932;
	border-style:solid;
	border-width: 1px;
}

.tablehf{
	border: 		0px;
	background-color: /*#bdcd7b*/#abc932;
}

.texthf{
	color:			#FFFFFF;
	font-weight:	normal;
}

.textb{
	color:			#abc932;
	font-weight:	bold;
}

.bgmenu0{
	/* none */
}

.txtcontent{
	background-color:#FFFFFF;
	padding:4px;
	margin-left:20px;
	text-align:justify;
}

.bgmenu1{
	background-image:url(../images/menubg.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}

input, button{
	border-style:	solid;
	border-color:	#abc932;
	border-width:	1px;
	background-color:#ffffff;
	color:			#000000;
	font-size: 		11px;
	background-image:url(../images/inputbg.png);
	background-repeat:repeat-x;
}

textarea{
	border-style:	solid;
	border-color:	#abc932;
	border-width:	1px;
	background-color:#ffffff;
	color:			#000000;
	font-size: 		11px;
}

img{
	border: 		0px;
}

form{
	border:			0px;
	padding:		0px;
	margin:			0px;
}

fieldset{
	border-color:	#DBE1EA;
	border-style:	solid;
	border-width:	1px;
	padding:		6px;
}

legend{
	color:		#8399D3;
}

A:visited  {color: #abc932; text-decoration: none; font-weight:bold;}
A:link  {color: #abc932; text-decoration: none; font-weight:bold;}
A:active  {color: #abc932; text-decoration: none; font-weight:bold;}
A:hover   {cursor: pointer; color: #abc932; text-decoration: none; font-weight:bold;}


/*########################################################*/

#makeMeScrollable div.scrollableArea *{
	position: relative;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

div.scrollingHotSpotLeft{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	cursor: url(../images/cursors/cursor_arrow_left.cur), url(images/cursors/cursor_arrow_left.cur),w-resize;
}

div.scrollingHotSpotLeftVisible{
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	-moz-opacity: 0.35;
	filter: alpha(opacity = 35);
	zoom: 1;
}

div.scrollingHotSpotRight{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(../images/cursors/cursor_arrow_right.cur), url(images/cursors/cursor_arrow_right.cur),e-resize;
}

div.scrollingHotSpotRightVisible{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

div.scrollWrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea{
	position: relative;
	width: auto;
	height: 100%;
}

