/*********************************** Misc. ***********************************/

body {
	background-attachment: scroll;
	background-color: #B4D8FF;
	background-image: url(../shared/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

body, p, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-weight: normal;*/
	color: #000000;
}

a {
	color: #2f5572;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

p.headline {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
	
}

img.preview {
	border-width: 2px;
	border-color: #000000;
}

li {
	/* list-style-image:url(bullet.gif); */
	margin-bottom: 5px;
	margin-right: 0px;
}


/*********************************** Box ***********************************/
table.box {
	margin-bottom: 5px;
}

td.headline {
	font-weight: bold;
}

td.body {
	padding-top: 8px;
}



/*********************************** Headline ***********************************/
img.headline {
	margin-bottom: 20px;
}
