table.boxlayout {
	padding: 0px;
	margin: 15px;
	width: 600px;
	height: 600px;
	background-color: #eeeeee;
	border-width: 10px;
	border-style: solid;
	border-color: black;
	font-family: Century Gothic,Comic Sans ms;
	color:black;
	font-size:10pt; 
}

.bigheader { 
		font-size:20pt; 
		font-family: Century Gothic,Comic Sans ms;
		color:black;
}

.bigasslink { 
		font-size:14pt; 
		font-family: Century Gothic,Comic Sans ms;
}
.smallasslink { 
		font-size:8pt; 
		font-family: Century Gothic,Comic Sans ms;
}

table.Headlines {
	padding: 0px;
	margin: 0px;
	width: 150px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
.HeadlineHeader{
	padding: 0px;
	margin: 0px;
	height: 12px;
	color: black;
	text-align:center;
	font-size:10pt;
	font-weight:bolder;
	
}
.HeadlineDate{
	background-color: white;
	padding: 0px;
	margin: 0px;
	height: 12px;
	color: black;
	text-align:left;
	font-size:9pt;
}

.HeadlineLinks {
	height: 20px;
	margin:4px;
	text-decoration: none;
	font-size: 9pt;
}

.NewsTitle{
	width:450px;
	padding: 2px;
	margin: 2px;
	text-align:left;
	font-weight:bold;
	border-width: 4px;
	border-style:outset;
}
.NewsBody{
	width:450px;
	background-color: white;
	padding: 2px;
	margin: 2px;
	text-align:left;
	border-width: 1px;
	border-color: black;
	border-style:solid;
}
