body {
	padding: 0;
	margin: 0;
}

body, td, p, input, select, textarea, a, label {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
}

font {
	font-family: Verdana;
	font-size: 12px;
}

input, select, textarea {
	color: black;
}

form {
	padding: 0;
	margin: 0;
}

li {
	padding: 5px;
}

button, .b, label, .handed {
	cursor: pointer;
}

button, .b {
	color: black;
}

.b120 {
	width: 120px;
}

img {
	border: 0px;
}


button, .b {
	border: 1px solid Gray;
}

a {
	text-decoration: underline;
}

a:hover, .link5, .link5 a {
	color: #c5da95;
	text-decoration: underline;
}

.green, .girl {
	color: #c5da95;
}

.man, .man:hover {
	color: #6598ab;
}

.err, .error {
	/*color: #ea4536;*/
	color: #ff0000;
}

.error, .bold {
	font-weight: bold;
}

.quote, .quote_u {
	margin-left: 20px;
	font-size: 11px;
}

.quote {
	background-color: #4c575c;
	border: solid 1px #a8afb5;
	padding: 4px;
	color: #a8afb5;
}

.link4:hover, .link6 {
	text-decoration: none;
}


.link3, .txt1, .txt1:hover {
	color: #a8afb5;
}

.txt11, .txt11 a, .txt11 td, .txt11 p, .txt11 textarea {
	font-size: 11px;
}

.txt12, .txt12 a, .txt12 td {
	font-size: 12px;
}

.txt10, .txt10 a, .txt10 td {
	font-size: 10px;
}

.link1, .link1:hover, .link1 a, .link1 a:hover {
	text-decoration: none;
}

.white, .link2:hover {
	color: #ffffff;
}

.hidden {
	position: absolute;
	top: -100px;
	left: -100px;
}

.gray { color: #4c575c; }
.gray2 { color: gray; }
.gray3 { color: #cccccc; }
.dis { color: red; }

.box {
	text-align: left;
	border : 1px dashed #4c575c;
	padding: 10px;
}


/*....*/
.login, .login td, .login a, .login a:hover, .login label {
	color: #262f33;
	text-decoration: none;
	font-size: 11px;
}

.login a:hover {
	text-decoration: underline;
}


.login .b {
	border: solid 1px #262f33;
	background-color: #c5da95;
	font-size: 11px;
}

.login table {
	background-color: #c5da95;
}

/*
table {border-collapse: collapse;}
table td {border: solid 1px blue;}
*/