body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background:#ffffff;
	font-size : x-small;
	margin-left : 50px;
	margin-right : 50px;
}

td {
	font-size : x-small;
}
h1 {
	color : Green;
}
h2 {
	color : Green;
}
h3 {
	color : Black;
}

a {
	font-weight : bold;
	font-size : x-small;
	text-decoration: none;
}

a:link	{
	color : #000000;
}
a:visited {
	color : #000000;
}

a:active {
	color : #444444;
}
a:hover {
	color: #778899;
}

.TabHead {
	background-color : #DEB887;
	text-align : center;
	font-weight : bold;
	font-size : x-small;
}

.TabData {
	background-color : #FFEBCD;
	text-align : center;
	font-weight : bold;
	font-size : x-small;
	vertical-align : middle;
}

.varning {
	color: red;
	font-weight : bold;
}