div {
  font-family			: verdana, arial, helvetica, sansserif;
  font-size  			: 11px;
  color      			: #333333;
	line-height			: 13px;
	font-weight			: normal;
	text-decoration	: none;
}

div a:visited, a:link, a:active {
	color						: #333333;
	font-weight			: normal;
	text-decoration : underline;
}

div a:hover {
	color						: #666666;
	font-weight			: normal;
	text-decoration : underline;
}

td {
  font-family			: verdana, arial, helvetica, sansserif;
  font-size  			: 11px;
  color      			: #333333;
	line-height			: 13px;
	font-weight			: normal;
	text-decoration	: none;
}

td a:visited, a:link, a:active {
	color						: #333333;
	font-weight			: normal;
	text-decoration : underline;
}

td a:hover {
	color						: #666666;
	font-weight			: normal;
	text-decoration : underline;
}

.header {
  font-family			: verdana, arial, helvetica, sansserif;
  font-size  			: 17px;
  color      			: #333333;
	line-height			: 20px;
	font-weight			: bold;
	text-decoration	: none;
}

input {
	border					: solid 1px #000000;
	font-family			: verdana,arial;
	font-size				: 11px;
	color						: #000000;
	text-decoration	: none;
	width						:	200px;
}

select {
	border					: solid 1px #000000;
	font-family			: verdana,arial;
	font-size				: 11px;
	color						: #000000;
	text-decoration : none;
	width						:	200px;
}

textarea {
	border					: solid 1px #000000;
	font-family			: verdana,arial;
	font-size				: 11px;
	color						: #000000;
	text-decoration	: none;
	width						:	200px;
	height					:	100px;
}

.checkbox {
	border					: solid 0px;
	font-size				: 11px;
	color						: #000000;
	text-decoration	: none;
	width						:	16px;
}

body {
	margin					:	10px;
	background-color: #FFFFFF;
	scrollbar-base-color:#BBBBBB;
	scrollbar-3dlight-color: #BBBBBB;
	scrollbar-arrow-color: #000000;
	scrollbar-shadow-color: #BBBBBB;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #AAAAAA;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #BBBBBB;
}