/* CSS Document */

body {
	background-color: #ffffff;

}
td {
	font-family: Arial;
	font-size: 14px;
	color: #6699cc;
}
a:link {
	font-family: Arial;
	font-size: 14px;
    text-decoration: underline;
	color: #003366;
}
a:visited {
	font-family: Arial;
	font-size: 14px;
	color: #003366;
	text-decoration: underline;
}
a:hover {
	font-family: Arial;
	font-size: 14px;
	color: #003366;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 14px;
	color: #003366;
	text-decoration: underline;
}
table#left_br {
	background-image:url(images/left_br.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:scroll;
}
td.vertical_line {
	background-image:url(images/vertical_divide.png);
	background-position:top right;
	background-repeat:repeat-y;
	background-attachment:scroll;
}
table#contact_form {
	background-image:url(contact/parchment.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#6699cc;
}
