@charset "utf-8";
/* CSS Document */

body {
	background-color: #b8b8b8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#D4CBCB;
}

td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#D4CBCB;
}

a {
	color:#D4CBCB;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	text-align:justify
}

INPUT, SELECT, TEXTAREA	{
		FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		COLOR: #353334;
		border: #b8b8b8 1px solid;
}

.redline {
	background: url(/images/red_line.gif);
	background-position: 0% 30px;
	background-repeat: no-repeat;
}