@charset "utf-8";

.agent_box {

	border-bottom-width: thin;

	border-bottom-style: dashed;

	border-bottom-color: #CCCCCC;

}



.top_link_cell {

	height: 35px;

}

.footer {

	border-top-width: medium;

	border-top-style: solid;

	border-top-color: #97DBE8;

	border-bottom-width: medium;

	border-bottom-style: solid;

	border-bottom-color: #97DBE8;

	margin-top: 10px;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #999999;
	font-size: 12px;
	font-weight: normal;

}

.master_table {

	background-color: #FFFFFF;

	border: medium solid #FFFFFF;

}



a:link {

	color:#0D2E61;

	text-decoration: none;

	font-weight: bold;

}      /* unvisited link */

a:visited {

	color:#0D2E61;

	text-decoration: none;

		font-weight: bold;

}  /* visited link */

a:hover {

	color:#0D2E61;

	text-decoration: underline;

	font-weight: bold;

}  /* mouse over link */

a:active {color:#0D2E61; 	font-weight: bold;

text-decoration: none;}  /* selected link */



.feature_border {

	border-bottom-width: thin;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: dotted;

	border-left-style: none;

	border-bottom-color: #999999;

}

