BODY { 
	background-color:				White; 
	background-image:				url('../images/frontpage/watermark.png'); 
	background-repeat:			no-repeat; 
	background-attachment:	fixed; 
	background-position:		70% 70%;
		
	font-family:			Verdana;
	font-size:				12px;
	line-height:			150%;
}

TABLE, TR, TD, INPUT, SELECT, TEXTAREA {
	font-family:			Verdana;
	font-size:				12px;
	line-height:			150%;	
}

IMG {
	margin:					10px;
}

A {
	color:						#006699;
	text-decoration:	underline;
}

A:hover	{	
	font-weight:			bold;
	color:						#006699;
}

UL { 
	display: block; 
	list-style-image: url(../images/frontpage/check.png);
}

.title {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	display: block;
	margin-bottom: 10px;
}

.newsDate {
	font-size: 10px;
	font-style: italic;
}

.newsTitle {
	font-size: 12px;
	font-weight: bold;	
}

.loginTab { color: Black; text-decoration: none; font-weight: bold; }