body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.redred{
	font-size: 12px;
	color:#FF0000;
	font-weight:bold;
}

.redred a{
	font-size: 12px;
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}

.redred a:hover{
	font-size: 12px;
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline
}

.white{
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}

.white a{
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.white a:hover{
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:underline
}

.txt{
	color:#38383A;
	font-size: 12px;
}

.txt a{
	color:#38383A;
	text-decoration:none;
}

.txt a:hover{
	color:#38383A;
	text-decoration:underline
}

/* CSS input */
.input{
    background-color:#ffffff;
    border:1px #000000 solid;
	color: #000;
}

.input:focus {
    color: #000; 
    background-color: #FFFF00; 
}

.input:hover {
    color: #000; 
    background-color: #FFFF00; 
}

textarea {
    min-height:70px;
    max-height:70px;
    height:70px;
    min-width:600px;
    max-width:600px;
    width:600px;
}

input[type="submit"] {
	cursor:pointer;
}
