body,td,th{
	font-family : arial;
	font-size : 12px;
	background-color : #C9DDF0;
}

th{
	background-color : silver;
	text-align : left;
}

h1{
	font-size : 28px;
}

.content{
	width : 760px;
}

.content p{
	text-align : center;
	font-size : 14px;
}

.content .registration {
	width : 450px;
}

.FormLabelNormal{
	font-weight : normal;
	text-align : right;
}

.FormLabelBold{
	font-weight : bold;
	text-align : right;
}

.FormErrorText{
	color : red;
	font-weight : bold;
	text-align : center;
}

.DataTable table{
border : 1px solid silver;
}

.SilverRow{
	background-color : #ececec;
}

