* { box-sizing:border-box; -moz-box-sizing:border-box }

HTML,
BODY {
	padding:0; margin:0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	SCROLLBAR-FACE-COLOR: #d8d8d8;
	SCROLLBAR-TRACK-COLOR: #e8e8e8;
	SCROLLBAR-ARROW-COLOR: #eee;
	SCROLLBAR-HIGHLIGHT-COLOR: #f8f8f8;
	SCROLLBAR-3DLIGHT-COLOR: #d0d0d0;
	SCROLLBAR-SHADOW-COLOR: #c8c8c8;
	SCROLLBAR-DARKSHADOW-COLOR: #888;
}

A,
A:visited {
	color: #00c;
	text-decoration: none;
	font-size: 14px;
}

.block {
	display: block;
}
.inline {
	display: inline;
}

HR { clear: both; }
DIV.news {
	font: 10pt/1.6em Arial, sans-serif;
	text-align: justify;
}

DIV.flr {
	float:right;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

H1 {
	font-size: 28px;
}

P {
	font-family: Arial, Verdana, serif;
	display: block;
}

P.n {
	font-size: 12px;
	line-height: 18px;
}

P.alc {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
}

P.title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

P.b {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	line-height: 22px;
}

P.gg {
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
}

P.gg:first-letter {
	float: left;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
}

IMG.bb {
	border: 1px solid black;
}

IMG.prod {
	border-top: 2px solid #4e9e99;
	border-left: 2px solid #4e9e99;
	border-right: 2px solid #2f5f5c;
	border-bottom: 2px solid #2f5f5c;
}

.subtitle {
	font-family: Serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
}

TABLE.menu {
	width: 120px;
	border: 1px solid black;
	margin-bottom: 10px;
}
TABLE.menu TD {
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}
TD.menu A {
	color: black !important;
	font-size: 12px;
}
TD.menuov A {
	font-size: 12px;
}
TD.menu {
	background-color: #f4f4f4;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
}
TD.menuov {
	font-weight: bold;
	background-color: #ddd;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

IMG.imgal {
	width: 80%;
	border: 1px solid #777;
}
IMG.imgal100 {
	border: 1px solid #777;
}

TABLE.copy {
	background-color: #e4e8f4;
	border-top: 2px solid #069;
	padding: 2px;
}
.copy {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
A.copy,A.copy:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}