/* CSS Document */
html {
	overflow:auto;
}
* {
	margin-top: 0px;
}
body, td, th {
	font-family :Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	
}
.content-holder, .right-text-holder {
	line-height: 1.5em;
}
body {
	margin: 0px auto;
	
}

h1, h2 {
	line-height: 1.2em;
}
h1 {
	font-size: 150%;
}

h1 {
	font-size: 13px;
}

/* SOME DEFAULTS */
table {
    border-collapse:separate;
}
td {
    vertical-align:top;
}
col.number {
    text-align:right;
}

a {
  color: black;
  font-size: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}


div {
    position: relative;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	margin-bottom: 0.8em;
}
img {
	border: 0px;
}

table table {
	margin-bottom: 0px;
}

table#orderTable {
	margin-top: 10px;
}

table#orderTable label {
	padding-top:0!important;
}