/* CSS Document */
html {
	width: 100%;
	height: 100%;
	background-color: #EEF8B8;
}

td {
	font-family: Arial; 
	color: #000000;
	font-size: 13px;
	line-height: 22px;
}

a {
	color: #000000;
}

h1 {
	font-size: 22px;
	margin-bottom: 0px;
	text-align: right;
	color: #000000;
}

h2 {
	font-size: 14px;
	margin: 0px;
	text-align: left;
	color: #1F71BA;
	font-size: big;
}

a:hover {
	text-decoration: underline;
}	

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color: #EEF8B8;

}

.menu td{
	font-size: 11px;
}

.img {
	border: 1px solid; 
}

.tableall {
	width: 658px;
}

li {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(img/dot.gif);
}

textarea {
	font-family: Arial; 
	color: #000000;
	font-size: 13px;
}

input {
	font-family: Arial; 
	color: #000000;
	font-size: 13px;
}



