@charset "UTF-8";

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F87DA;
	font-size: small;
}
body{
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #8B918A;
	border: 1px #C0D1DB solid;
	padding: 1px;
	vertical-align: middle;
}






a {
	color: #8B918A;
}
a:visited {
	color: #8B918A;
	text-decoration: none;
}
a:link {
	color: #8B918A;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F82B0B;
}
a:active {
	text-decoration: none;
	color: #8B918A;
}




.rina #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.send {
	cursor: pointer;
	border: 0px;
	border-style: none;
	color: #8B918A;
	background-color: #FFFFFF;
	hover: #F82B0B;
	vertical-align: middle;
}

.heading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F87DA;
	font-size: large;
	font-weight: normal;
	letter-spacing: 3pt;
}
.address{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #E0C223;
}
.xsitalics{
	font-size: x-small;
	font-style: italic;
	color: #1F87DA;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
.xsmall{
	font-size: x-small;
	color: #1F87DA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.med-bold{
	font-size: medium;
	color: #1F87DA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.linespaced{
	line-height: 19pt;
}

.mainlist {
	list-style-type: none;
	line-height: 19pt;
	text-indent: -9pt;
}
.baselinks{
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}