body {
		padding: 0px;
		margin: 0px;
		background: url(images/bg-top.gif) top repeat-x #FFFFFF;
}

table {
		width: 100%;
		height: 100%;
		border: 0px;
		border-collapse: collapse;
}

td {
		vertical-align: middle; 
		padding: 0px;
}

.line { vertical-align: top; }

a:link {
		color: #003399;
		text-decoration: none;
}

a:visited {
		color: #6699cc; 
		text-decoration: none;
}

a:hover {
		color: #790000; 
		text-decoration: underline;
}

img { border: 0px;}

table {
		font-family: Arial;
		font-size: 12px;
		color: black;
		font-weight: normal;
}

.title {
		vertical-align: middle; 
		text-align: center;
		font-family: Arial;
		font-size: 16px;
		color: #000033;
		font-weight: bold;
}

.textfield {
		font-family: Arial;
		font-size: 12px;
		color: #05446B;
		background-color: #e4e9ee;
		border: 1px solid #abc1cc;
		margin-bottom: 10px;
		margin-top: 2px;
		height: 25px;
}

textarea {
		font-family: Arial;
		font-size: 12px;
		color: #05446B;
		background-color: #e4e9ee;
		border: 1px solid #abc1cc;
		margin-bottom: 10px;
		margin-top: 2px;
		width: 450px;
		height: 70px;
}