body {
	margin: 0px; 
	padding: 0px; 
	background: #ffffff url(images/background.gif) bottom repeat-x;
}

.content {
	margin: 0px; 
	padding-left: 40px; 
	padding-right: 10px; 
	width: 613px;
	vertical-align: top;
	background: url(images/content.png);
}

.right {
	margin: 0px; 
	padding-top: 10px; 
	padding-left: 10px; 
	padding-right: 45px; 
	vertical-align: top;
	width: 232px;
	background: url(images/right.png) top repeat-y;
}

p {
	font-family:tahoma; 
	font-size:14px; 
	color:#000000; 
}

td {
	font-family:tahoma; 
	font-size:14px; 
	color:#000000; 
}

.footer {
	font-family: tahoma; 
	font-size: 12px; 
	font-weight:bold; 
	color:#ffffff;
}

.footer a {
	text-decoration:underline; 
	color:#ffffff;
}

.footer a:hover {
	text-decoration:none; 
	color:#ffffff;
}

.footer a:visited {
	text-decoration:underline; 
	color:#ffffff;
}

h1, h2 {
	font-family:tahoma; 
}

a {
	text-decoration:underline; 
	color:#990000;
}

a:hover {
	text-decoration:none; 
	color:#990000;
}

a:visited {
	text-decoration:underline; 
	color:#990000;
}

.title {
	font-family: tahoma; 
	font-size: 16px; 
	font-weight:bold; 
}

input {
	font-family: tahoma;
	font-size: 14px;
	background: #CCCCCC; border: 1 solid #000000;
}
	
label {
	font-family: tahoma;
	font-size: 14px;
}

.error {
	font-size: 14px; 
	color:#ff0000;
	text-align:center; 
}
