* {
	font-size: 14px;
}
body {
	font-family: Times, 'Times New Roman';
	background-image:url('../../marble1.gif');
	text-align: center;
}
#OuterBorder {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
}
a {
	color: Black;
	font : italic;
}

a:hover {
	color: red;
}

.FormLabel {
	font-size: 14px;
	font-weight: bold;
}

.FormData {
	font-size: 14px;
	font-weight: normal;
}
.Error {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #900;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 9px;
}