*
{
	color: #000000;
}

.bdytool
{
	display: block;
	border-width: 2px;
	border-color: #0097D5;
}

.coll
{
	border-top: 1px solid rgb(204, 204, 204);
	border-right: 1px solid rgb(204, 204, 204);
}

.coll2
{
	border-top: 1px solid rgb(204, 204, 204);
	background-color: #b3b3b3;
	text-align: center;
	width: 20%;
}

#kkk input
{
	width: 100px;
	height: 15px;
}

td{
font:12px Tahoma;
}
.amenu {
font: 12px Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}
.amenu:hover {
font: 12px Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:underline;
}
.nav {
font: 12px Tahoma;
color:#FFFFFF;
padding-left:10px;
padding-bottom:5px;
font-weight:bold;
}
.menubgr {
background:url(im/menu_bgr.gif) repeat-x;
}
.nav1 {
font: 12px Tahoma;
color:#000000;
padding-left:10px;
padding-bottom:5px;
font-weight:bold;
}
.am {
font: 11px Tahoma;
color:#f22a23;
}
.am:hover {
font: 11px Tahoma;
color:#f22a23;
text-decoration:none;
}
.bottext {
	color: #000000;
	font: 10px Tahoma;
	text-decoration: none;
}
.redlink {
	color: #f22a23;
	font: 10px Tahoma;
	text-decoration: none;
}
.redlink:hover {
	color: #f22a23;
	font: 10px Tahoma;
	text-decoration: underline;
}
.blacklink {
	color: #000000;
	font: 10px Tahoma;
	font-weight: bold;
	text-decoration: none;
}
.blacklink:hover {
	color: #00000;
	font: 10px Tahoma;
	font-weight: bold;
	text-decoration: underline;
}




input, textarea
{
	/*background-image: url('inputBack.png');
	background-position: top;
	background-repeat: repeat-x;
	background-color: white;
	
	border: #00c73d solid 2px;
	
	color: #007925;*/
	font-size: 15px;
}

.formTable
{
	width: 100%;
}

.formLabel
{
	font-weight: bold;
	font-size: 20px;
	
	vertical-align: middle;
	
	width: 20%;
}

.formField
{
	width: 80%;
}

.formInput
{
	width: 98%;
}

.formTextArea
{
	width: 98%;
}

.submitTd
{
	text-align: center;
}

.questionTitle
{
	width: 100%;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	color: #000000;
	font-weight: bold;
	line-height: 35px;
	
	cursor: pointer;
	font-size: 17px;
}

.questionTitle:hover
{
	color: red;
}

.questionTitle2
{
	color: red;
}

.questionAnswer
{
	text-indent: 20px;
}