html,body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	background-color: #7F7F7F;
	background-image: url(../img/back_strip.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
p,ul,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 7px;
	margin-bottom: 7px;
}
table,tr,td,li {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 150%;
	margin: 0px;
	color: #FFCC33;
	font-weight: bold;

}
h1 .gry {
	color: #CCCCCC;
	font-weight: normal;

}
h2 {
	font-size: 120%;
	margin-bottom: -2px;
	color: #CCCCCC;
	font-weight: bold;



}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #FFCC33;
	margin-bottom: 0px;



}
a {
	color: #FFCC33;
	text-decoration: underline;
}
a:hover,a:focus {
	color: #FFE495;
	text-decoration: none;
}
.pdf {
	font-size: 80%;
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #999999;

}
.ext {
	padding-right: 9px;
	background-image: url(../img/ext.gif);
	background-position: right top;
	background-repeat: no-repeat;

}
