body {
	background-color: #ffffff;
 	font-family: Arial, Verdena;
 	color: #808080;
 	font-size: 12px;
}

table {
 	font-family: verdana, arial, sans-serif;
 	font-size: 12px;
 	color: #cfcfcf;
 	background-color: #ffffff;
	border: 1px solid black;
}

font {
 	font-size: 12px;
 	font-family: Arial, Verdena;
 	color: #808080;
}

td, th {
	font-size: 12px;
 	font-family: Arial, Verdena;
 	line-height: 2em;
 	color: #5B5B5B;
}

a:link, a:visited {
	color: #5B5B5B;
	text-decoration:none;
}

a:hover, a:active {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}

a.big:hover, a.big:active {
 	color: #000000;
}

a.small:hover, a.small:active {
 	color: #000000;
}

iframe {
    display: block;       /* iframes are inline by default */
    background: #fff;
    border: none;         /* Reset default border */
    width: 100%;
    height: 100%;
}

DIV.container {
	margin: auto;
  	width: 100%;
  	padding: 2px;
}