html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
}

img {
	border: none;
}

img.pink {
	border: 1px solid #E2007A;
}

a {
	color: #E2007A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #E2007A;
}

.subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #E2007A;
}

.text {
	font-family: Arial;
	font-size: 12px;
}

.medtext {
	font-size: 14px;
}

.smalltext {
	font-size: 11px;
}

.pink {
	color: #E2007A;
}

.button {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #E2007A;
}

.error {
	font-size: 11px;
	color: #FF0000;
}

.tcell1 {
	width: 214px; height: 30px;
	border-right: 1px dashed #C75E94;
	border-bottom: 1px dashed #C75E94;
	font-size: 12px;
	padding-left: 10px;
}

.tcell2 {
	width: 66px; height: 30px;
	border-right: 1px dashed #C75E94;
	border-bottom: 1px dashed #C75E94;
	font-size: 12px;
	text-align: center;
}

.tcell3 {
	width: 44px; height: 30px;
	border-bottom: 1px dashed #C75E94;
	font-size: 12px;
	text-align: center;
}

.tcell4 {
	width: 106px; height: 30px;
	border-right: 1px dashed #C75E94;
	border-bottom: 1px dashed #C75E94;
	font-size: 12px;
	text-align: center;
}

.tcelltop {
	background-color: #CECFD0;
	height: 30px;
	border-bottom: 1px dashed #C75E94;
	font-size: 12px;
	padding-left: 10px;
	font-weight: bold;
	color: #C75E94;
}

.formstuff {
	font-family: Arial;
	font-size: 12px;
}

img.jurytable {
	float: left;
	margin-right: 8px;
}

#cntdwn {
	width: 132px;
}