body {
	font-family:  verdana, arial, tahoma, helvetica, sans-serif;
	background-color: #787878;
}

a {
	text-decoration: underlined;
}
a:link {
	color:black;
}
a:active {
	color:black;
}
a:visited {
	color:#606060;
}
a:hover {
	color: gray;
}

a.hyp {
	text-decoration: none;
}
a:link.hyp {
	color:black;
}
a:active.hyp {
	color:black;
}
a:visited.hyp {
	color: #606060;
}
a:hover.hyp {
	color: #787878;
}

a.hyp1 {
	text-decoration: none;
}
a:link.hyp1 {
	color: White;
}
a:active.hyp1 {
	color: White;
}
a:visited.hyp1 {
	color: black;
}
a:hover.hyp1 {
	color: #c8c8c8;
}

a.hyp2 {
	text-decoration: none;
}
a:link.hyp2 {
	color: White;
}
a:active.hyp2 {
	color: White;
}
a:visited.hyp2 {
	color: White;
}
a:hover.hyp2 {
	color: black;
}

#buttons {
	width: 520px;
	height: auto;
	text-align: center;
	background-color: #c8c8c8;
	float: left;
	color: black;
	padding: 0px 0px 5px 0px;	
}

#form {
	width: 520px;
	height: auto;
	text-align: left;
	background-color: #c8c8c8;
	float: left;
	color: black;
	font-size: 10px;
	padding: 0px 0px 5px 0px;
}

#idhead {
	background-color: #c8c8c8;
	width: 520px;
	height: 35px;
	float: left;
	font-size: 10px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#id0 {
	width: 520px;
	height: 100px;
	float: left;
	color: black;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	text-align: left;
}

#id1 {
	width: 520px;
	height: 13px;
	background-color: #c8c8c8;
	margin: 0px 0px 0px 0px;
	float: left;
	color: black;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}

#id2 {
	width: 520px;
	height: 53px;
	background-color: #c8c8c8;
	margin: 0px 0px 0px 0px;
	float: left;
	color: black;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}

#id3 {
	width: 520px;
	height: 13px;
	background-color: #c8c8c8;
	margin: 0px 0px 0px 0px;
	float: left;
	color: black;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}

#id4 {
	width: 520px;
	height: 25px;
	background-color: #c8c8c8;
	margin: 0px 0px 0px 0px;
	float: left;
	color: black;
	font-size: 10px;
	text-align: right;
	padding: 0px 0px 0px 0px;
}

.text_left {
	text-align: left;
	color: black;
	font-size: 10px;
	margin: 0px 0px 0px 5px;
}

.text_right {
	text-align: right;
	color: black;
	font-size: 10px;
	margin: 0px 5px 0px 0px;
}

.text_center {
	text-align: center;
	color: black;
	font-size: 10px;
}

.text_normalBlack {
	color: black;
	font-size: 10px;
}

input {
	font-size: 10px;
	margin: 0px 0px 0px 5px;
}

select {
	font-size: 10px;
	margin: 0px 0px 0px 5px;
}

textarea {
	font-size: 10px;
	font-family:  verdana, arial, tahoma, helvetica, sans-serif;
	margin: 0px 0px 0px 5px;
}

small {
	cursor: pointer;
}