body {
	margin:				10px;
}

body, table, tr, td, form, input, .input {
	font-family:			"Trebuchet MS", arial, times;
	font-size:			10pt;
	Color:				#333333;
}

h1 {
	font-size:			160%;
	margin:				0px;
	font-weight:			700;
	word-wrap:			break-word;
	padding-left:			10px;
}

h2 {
	font-size:			140%;
	margin:				0px;
	margin-top:			6px;
	margin-bottom:			10px;
	font-weight:			700;
	line-height:			125%;
	word-wrap:			break-word;
}

h3 {
	font-size:			120%;
	margin:				0px;
	margin-top:			5px;
	margin-bottom:			5px;
	font-weight:			700;
	line-height:			125%;
	word-wrap:			break-word;
}

h4 {
	font-size:			100%;
	margin:				0px;
	margin-top:			0px;
	margin-bottom:			0px;
	font-weight:			700;
	line-height:			100%;
	word-wrap:			break-word;
}

p {
	margin:				0px;
	margin-top:			5px;
	margin-bottom:			5px;
	line-height:			150%;
	word-wrap:			break-word;
	text-align:			justify;
}

ul, ol {
	margin-bottom:			0px;
	margin-top:			0px;
	line-height:			150%;
	text-align:			justify;
}

a, a:visited {
	Color:				#0000CC;
	text-decoration:		none;
}

a:hover {
	Color:				#FF0000;
	text-decoration:		underline;
}

a.text, a.text:visited {
	Color:				#333333;
	text-decoration:		none;
}

a.text:hover {
	Color:				#FF0000;
	text-decoration:		underline;
}

a.cat_link, a.cat_link:visited {
	font-size:			11pt;
	font-weight:			700;
}

a.cat_link:hover {
	font-weight:			700;
}


a.navi, a.navi:visited {
	padding-left:			6px;
	padding-right:			6px;
	font-size:			8pt;
	Color:				#000000;
	text-decoration:		none;
}

a.navi:hover {
	Color:				#FF0000;
	text-decoration:		none;
}

a.path, a.path:visited {
	Color:				#000000;
	text-decoration:		none;
}

a.path:hover {
	Color:				#000000;
	text-decoration:		underline;
}

.extern, a.extern, a.extern:visited {
	Color:				#00AA00;
	text-decoration:		none;
}

a.extern:hover {
	Color:				#FF0000;
	text-decoration:		underline;
}

a.cat_sub, a.cat_sub:visited {
	Color:				#666666;
	text-decoration:		none;
}

a.cat_sub:hover {
	Color:				#666666;
	text-decoration:		underline;
}


.noshow {
	display:			none;
}

small, .small {
	font-size:			11px;
}

form {
	margin:				0px;
}

input, textarea, .input {
	font-family:			"Trebuchet MS", arial, times;
	font-size:			13px;
	Color:				#333333;
}

li {
	margin-bottom:			5px;
}

#sponsor_link {
	position:				absolute;
	bottom:					2px;
	right:					2px;
	
}

#sponsor_link * {
	color:					#808080;
	text-decoration:		none;
	font-size:				9px;
}

@media print {
	body {
		background:		none;
		background-color:	#FFFFFF;
		background-image:	none;
	}

	body, table, tr, td, form, input, .input, div {
		background:		none;
		background-image:	none;
	}

	body, table, tr, td, form, input, .input {
		font-family:		"Trebuchet MS", arial, times;
		font-size:		10pt;
		Color:			#000000;
	}

	.noprint {
		display:		none;
	}

	.noshow {
		display:		block;
	}

	#sponsor_link {
		display:		none;
	}

}