/*******************************************************/
/* Droplitz ver1.0
created on 3/14/09
(c) studio N/A 
/*******************************************************/



/*******************************************************
use to troubleshoot
*******************************************************/
/*
div {
	border:solid 1px black;
}



span {
	border:solid 1px black;
}
*/
/*******************************************************/
body {
	margin:0px; 
	padding:0px;
	text-align:center;
	background-color:#ffffff;
	height:100%;
}

br {
	clear: left;
}

a {
	color:#999;
	text-decoration:underline;
}

a:hover {
	color:#CCC;
	text-decoration:none;
}

a:visited {
	color:#999;
	text-decoration:underline;
}

.resetFloat{
	clear:both
}

/*******************************************************/


#NewsArea{
	width:350px;
	background-color:#FFFFFF;
	text-align:left;
	padding: 10px;
}

p.newsHeadline {
	width:340px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	color:#003366;

}


p.newsTxt {
	width:340px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#003366;
	padding-bottom: 20px;

}


/*******************************************************/
