a.fancy {
	text-decoration: none;
}

a {
}

a:link {
	color: #8f6b14;
}

a:visited {
	color: #8f6b14;
}

a:hover {
	color: #5b63a8;
	background-color: #e6e5cf;
}

h1 {
	font-family: Helvetica,serif;
}

h2,h3 {
	font-family: Helvetica,serif;
}

hr {
	border: 2px dashed #dddddd;
}

body {
	margin-left: 0px;
	margin-right: 0px;
}

/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */

.contents {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	height: 1%;
}

.titleBox {
	height: 100px;
	width: 100%;
	border: 1px solid white;
}

.message_box {
	float: right;
}

.title {
	background-color: #ffee55;
	border: 2px solid #ffd780;
}

.ur-float {
	float: right;
	margin-right: 30px;
}

.fineprint {
	color: #bbbbbb;
	background: #ffffff;
	font-size: small;
	font-weight: bolder;
	font-style: italic;
}

table.header {
	padding: 2px;
	border-collapse: collapse;
	background-color:#ffee55;
}

td.header {
	border: 3px solid #ffd780;
	border-right: 0px;
	border-left: 0px;
}

table.fancy {
	background-color: #ffee55;
	padding: 0px;

	border-collapse: collapse;
	border: 2px solid #ffcc00;
}

table.fancy th {
	border-bottom: 3px solid #ffd780;
	background-color:#ffee55;
	font-weight: bolder;
}

table.fancy tr {
	border-bottom: 2px dashed #ffd780;
}

tr.fancy_dark td {
	border-bottom: 2px dashed #ffd780;
	background-color:#fffce5;
}

tr.fancy_light td {
	border-bottom: 1px dashed #ffd780;
	background-color:#fff7ba;
}

table.fancy td {
	border-left: 1px dashed #ffd780;
}
