body {
	background-attachment : fixed;
	background-color : #EEE;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin : 0;
	padding : 0px;
}

/* top start */
#top
{
	border-bottom: solid 1px black;
	background-color: white;
	padding-bottom: 5px;
}
#top img{
	margin: 5px 10px 0;
}
#top h1{
	color : #888888;
	font-size : 1.6em;
	font-style: italic;
	left: 220px;
	position : absolute;	
	margin : 0;
	top: 8px;
}
#top ul
{
	font-size: .8em;
	font-weight: bold;
	position : absolute;
	right: 10px;
	top: 0px;
}
#top ul li
{
	display : inline;
	list-style-type: none;	
	padding : 2px;
	padding-right : 5px;
}
/* top end */

table
{
	width: 100%;
}
td
{
	font-size: .9em;
}

th
{
	text-align: left;
	background-color: #677587;
	font-weight: bolder;
	color: #FFF;
	padding-left: 7px;
}

a, a:link, a:visited, a:active, a:hover, a:focus 
{
	color : black;
}

a:hover 
{
	text-decoration : none;
}

.alternate
{
	background-color: #DDD;
}

.image
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	vertical-align: top;
	text-align: center;
}
.subimage
{
	vertical-align: middle;
}

.hidden
{
	visibility: hidden;
}

#menu
{
	font-weight: bold;
	font-size: 0.8em;
	border: solid 1px #003366;
	padding: 2px 10px 2px 10px;
	background-color : #FFFFFF;
}

#content
{
	margin: 5px;
	padding: 10px;
	font-size: .9em;
}
#content h1
{
	font-size: 1.5em;
}

#result
{
	background-color : #FFFFFF;
	border: solid 1px #003366;
	width: 100%;
}

#readmore
{
	font-weight: normal;
	background-color : #FFFFFF;
	padding: 5px;
	border: solid 1px #003366;
}

.login
{
	text-align: right;
}