body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(51,51,51);
	margin: 0em;
	padding: 0em;
}

a, a:visited {
	color: rgb(0,0,255);
}

a:hover {
	color: rgb(102,153,255);
}

a img {
	border: none;
}

div.entry {
	background-color: rgb(204,204,153);
	margin-top: 4em;
}

div.entrybanner {
	width: 668px;
	background-color: rgb(0,51,102);
	background-image: url(../images/bannertop2.gif);
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0em;
}

div.entrybanner img {
	display: block;
}

div.entrybanner p {
	float: right;
	color: white;
	width: 300px;
	padding-top: 38px;
	margin: 0em;
	margin-right: 120px;
}

div.notice {
	background-color: rgb(232,232,190);
	width: 25em;
	margin: 20px auto;
	border: 1px dashed rgb(0,51,102);
	padding: 1px 2em;
}

div.notice h2 {
	font-size: 120%;
	color: rgb(0,51,102);
}

table.entrydivider {
	width: 668px;
	margin: 0px auto;
}

table.entrydivider th {
	width: 50%;
	background-color: rgb(0,51,102);
	color: rgb(153,204,255);
	font-weight: normal;
	text-align: center;
	padding: 16px;
}

table.entrydivider td {
	width: 50%;
	background-color: white;
	text-align: center;
	padding: 16px;
}
