@charset "utf-8";


body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #032147;
}


a:link {
	color: #1b5399;
}
a:visited {
	color: #1b5399;
}
a:hover {
	color: #2167BC;
}
a:active {
	color: #2167BC;
}


.border {
	border: 3px solid #032147;
}

.bluebutton  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background: transparent url(images/blue-button.gif) repeat-x;
	background-position:top;
	background-color:white;
	vertical-align: middle;
	width: 81px;
	height: 21px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


