html {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #FFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
}

.invisible, .showwhere {
	display: none;
}

h2 {
	font-size: 16px;
	padding-top: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #369;
}

strong {
	color: #666;
}

.newsTime {
	font-style: italic;
}

.title {
	font-size: 12px;
	font-weight: bold;
}

.image {
	border: 1px solid #000;
}

.list1 {
	background-color : #EDEDED;
}

.list2 {
	background-color : #FFF;
}

.warning {
	font-weight: bold;
	color: #F00;
}

.highlight {
	font-weight: bold;
	color: #F00;
}

