.PadBottom {
	margin-bottom: 15px;
}

.Bold {
	font-weight: bold;
}

.Underline {
	text-decoration: underline;
}

.PointerCursor {
	cursor: pointer;
}

table {
	width: 600px;
	margin-left: 320px;
}

th, td {
	width: 120px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

th {
	font-weight: bold;
	font-size: 30px;
}

#OuterBlock {
	width: 300px;
	float: left;
}

#TextContainer {
	text-align: center;
}

#TitleBlock {
	text-align: center;
	padding: 8px 8px 8px 8px;
	font-size: 32px;
	font-weight: bold;
	DISABLED-background-color: #CC66CC;
	color: #FFF;
}

#TextContainer div.TextBlock {
	text-align: center;
	padding: 8px 8px 8px 8px;
	font-size: 16px;
	font-weight: normal;
	DISABLED-background-color: #CC99FF;
	color: #FFF;
}

.TextBlock a, .TextBlock a:visited, .TextBlock a:hover, .TextBlock a:active {
	color: #FFF;
}

#FormBlock {
	text-align: center;
	padding: 8px 8px 8px 8px;
	font-size: 16px;
	font-weight: normal;
	DISABLED-background-color: #CC66CC;
	color: #FFF;
}

#FormTitleBlock {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 8px;
}