body {
    background-color: ffffff;
}

h2 {
    color: black;
    text-align: left;
    font-family: helvetica;
}

a {
    font-family: helvetica;
    font-size: 14px;
}

a.white {
    font-family: helvetica;
    font-size: 18px;
    color: #FFFFFF;
}

a.options {
    font-family: helvetica;
    font-size: 14px;
}

a, a:link, a:visited, a:active {
  color: #ff4444;
  text-decoration: none;
}
a, a:hover {
  color: #ff4444;
  text-decoration: none;
}

table.tablefullwidth {
	width:100%;
    font-family: helvetica;
    font-size: 14px;
}

table.tablemain {
	width:80%;
    font-family: helvetica;
    font-size: 14px;
}

table.tableheader {
	background-color:#000000;
	text-link:#FFFFFF;
	text-vlink:#FFFFFF;
	text-alink:#FFFFFF;
	padding: 10px;
}

td.headerright {
	text-align: right;
	vertical-align: middle;
}
code.basic {
	background-color:#EEEEEE;
	width:100%;
}

tr {
	vertical-align:top;
}

td.options {
	width:20%;
}

td.main {
	width:100%;
	text-align: left;
}

td.contentheader {
	background-color:#DDDDDD;
	text-align: center;
}

td.contentnormal {
	padding:5px;
}
