/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #000000;
	background: #f3f6d6;
}

.tiny {
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 9px;
}


a:link, a:visited {
	color: #ab1900; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	
	text-decoration: none;
	font-weight: bold;
}

img:hover {
	opacity: 50%;
}


