div.pdf{
	float:right;
	width:140px;
	height:29px;
}
div.pdf a{
	display:block;
	width:140px;
	height:29px;
	overflow:hidden;
	position:relative;
	font-size:10px;
}
div.pdf a span{
	display:block;
	background:red url(../img/pdf.gif) no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:140px;
	height:29px;
}

table.gramm{
	border-collapse:collapse;
	font-family:Arial;
	font-size:12px;
	margin: 10px auto;
	border:0px solid #bbb;
	background:#c5dfe8;
	width:100%;
}
.gramm td, 
.gramm th{
	border:1px solid #225364;
	padding:5px 10px;
	vertical-align:top;		
}
.gramm p{
	color:#2e4d63;
	margin:0;
}
.gramm p.rule{
	font-weight:bold;
	color:#000;
	margin: 1em 0 1em 0;
	font-size:14px;
}
.gramm span.str{
	text-decoration:line-through;
	color:#000;
}
.gramm .u{
	text-decoration:underline;
	color:#000;
}

.gramm .c{
	margin-top:1em;
	color:#000;
	font-size:11px;
	vertical-align:bottom;
}
.gramm .g{
	font-size:28px;
	text-align:center;
	color:#daebf1;
	background:#819aa5;
	padding-top:10px;
}
.gramm .gr{
	border-top:2px solid #225364;
}
.gramm caption{
	margin:0;
	padding:0;
	top:0;
	left:0;
}
.gramm .r{
	color:#fff;
	background:#819aa5;
}
.gramm .r2{
	background:#b2ced8;
	color:#2e4d63;
}
.gramm .h{
	font-size:14px;
}