
a:link {
	color: darkred;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: darkred;
}
a:hover {
	text-decoration: underline;
	color: darkred;
}
a:active {
	text-decoration: none;
	color: darkred;
}
body {
	background: #FFFFFF url(images/background_gray.gif) repeat-x;
	font-family: Verdana;
	font-size: 10;
}

td {
	font-size: 10pt;
}

input {
 color: #565656; font: 13px "Trebuchet MS", sans-serif; padding: 0px;; 
}

h3
{ background: transparent;
  color: darkred;
}

blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background-color: #F6F3F0;
  color: black;
  border-color: darkred; //DFD8D3
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.dhtmlgoodies_question{
	color:black;
	font-size:0.9em;
	background-color:white;
	width:360px;
	height:20px;
	cursor:pointer; }

.dhtmlgoodies_answer{
	border:1px solid #F6F3F0;
	background-color:#F6F3F0;
	width:360px;
	//visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative; }
.dhtmlgoodies_answer_content{
	padding:2px;
	font-size:0.9em;	
	position:relative; }