﻿body, td, input, textarea {
	font-family: Tahoma;
    font-size: 11px;
    color: #636363;
    margin: 0px;
    padding: 0px;
}

a {
    color: #226EB7;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style:none;
    line-height:14px
}

li {
    background-image: url('pointer.gif');
    background-position: left 50%;
    background-repeat: no-repeat;
    padding: 0 0 0 8px;
}

form {
    margin: 0px;
    padding: 0px;
}

.nput {
    border-width: 1px;
    border-style: solid;
    border-color: #676767;
	width:141px;
	height:20px;
}
.textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #676767;
	width:141px;
	height:86px;
	overflow:auto;
	padding-left:3px;
}






 




