a:link { font-size: 11px; color: #9e968c; text-decoration: none}
a:visited { font-size: 11px; color: #9e968c; text-decoration: none}
a:hover { font-size: 11px; color: #000000; text-decoration: underline}

a.download:link { font-size: 9px; color: #9e968c; text-decoration: none}
a.download:visited { font-size: 9px; color: #9e968c; text-decoration: none}
a.download:hover { font-size: 9px; color: #000000; text-decoration: underline}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dfdad4;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9e968c;
}


* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
text-align:center;
min-height:100%;/* for good browsers*/
min-width:100%;/* for good browsers*/
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 544px;
}
#inner {
width: 840px;
height: 544px;
text-align: center;
margin-left:auto;
margin-right:auto;
}
