/* CSS Document */
.search {
	color: black;
	background: white;
	font-size: 10px;
	font-family: tahoma;
}
.hmenu{
	color: white;
	font-size: 16px;
	font-family: tahoma;
	font-weight: bold;
	line-height: 25px;	
}
.vmenu{
	padding-left: 28px;
	color: white;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	padding-top: 15 px;
	line-height: 25px;
}


.print{
	padding-right: 15px;
	text-align: right;
	color: #072945;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;	
}
td.content{
	padding-left: 20px;
}
.content h1{
	text-align: left;
	color: white;
	font-size: 18px;
	font-family: tahoma;
	font-weight: normal;	
}
.newshead{
	padding-left: 10px;
	color: white;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.newsdate{
	text-align: center;
	color: #FFC102;
	font-size: 9px;
	font-family: tahoma;
	font-weight: normal;
}
.content{
	color: white;
	font-size: 11px;
	font-family: tahoma;
	font-weight: normal;
}

a.instruk:link {
	color: #FF0000;
	text-decoration: none;

}
a.instruk:visited {
	color: #FF0000;
	text-decoration: none;
		
}
a.instruk:hover {
	color: #FC7801;
	text-decoration: underline;
	
}
a.instruk:active {
	color: #FF0000;
	text-decoration: none;
	
}
