body{
	background-image:url(img/bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-top:0;
	margin-bottom:0;
}
.news {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
a:hover.news {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ff0000;
	text-decoration:underline;
}
.read {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #a73001;
	text-decoration: none;
}
a:hover.read {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ff0000;
	text-decoration: none;
}
.copyright{
	font-family: arial, Geneva, Helvetica, Sans-Serif, Verdana;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}
.link1 {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #555555;
	text-decoration: none;
}
A:hover.link1 {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #111111;
	text-decoration: none;
}
.dhtmlgoodies_question{	/* Styling question */
	
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif, Verdana;
	vertical-align: middle;
	font-size: 14px;
	background-color: #cccccc;
	width: 472px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 2px;
	background-repeat: no-repeat;
	background-position: top right;	
	height:30px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif, Verdana;
	font-size:14px;
	color: #666666;
	border:0px solid #317082;
	background-color:#fffffff;
	width:470px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif, Verdana;
	padding:1px;
	font-size:12px;	
	position:relative;
}
