html {
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-family: verdana, arial, helvetica;
	font-size:11px;}

table {	
	border-collapse:collapse;
	/* cellspacing:0; */
	empty-cells:show;
	vertical-align:top;}
	
td, div {
	text-align:left;
	vertical-align:top;
	padding:0px;
	font-size:11px;}
/*
h1, h2, h3, h4, span, input, select {
	font-size:1em;}
*/
img {
	border-style:none;}
	
div.iECenter {
	text-align:center;
	width:100%;}

table.firefoxCenter {
	margin: 0 auto;}
	
ul {
	padding:0px;
	margin:0px 10px 0px 20px;}
	
li {
	padding: 0px 0px 10px 0px;}
	
/* ------------------------------------------------ Individual Attributes */
.bold {
	font-weight:bold;}

.center {
	text-align:center;}

.fright {
	float:right;}

.nounderline {
	text-decoration:none;}

.nowrap {
	white-space: nowrap;}
	
.right {
	text-align:right;}
	
.top {
	vertical-align:top;}

.vmiddle {
	vertical-align:middle;}

.wide {
	width:100%;}