.text {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #333333;

}

.tableheader {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #660000;

}

body, textarea {

  scrollbar-base-color:#C1ABD1;

  scrollbar-3dlight-color:#660000;

  scrollbar-arrow-color:#660000;

  scrollbar-darkshadow-color:#000000;

  scrollbar-face-color:#C1ABD1;

  scrollbar-highlight-color:#660000;

  scrollbar-shadow-color:#660000;

  scrollbar-track-color:#C1ABD1;

}

a:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

	text-decoration: none;

	font-weight: bold;



}

a:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

	text-decoration: none;

	font-weight: bold;



}

a:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #333333;

	text-decoration: underline;

}

a:active {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #333333;

	text-decoration: underline;

}

.header {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #333333;

}

.textbox {

	background-color: #CCCCCC;

	border: thin solid #660000;

}


