body{
	font-family: arial,helvetica;
	font-weight: normal;
	background-color: #fff0c0;
	background-image: url(../logos/backd7.jpg);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1{
	font-size: 17px;
	font-family: arial,helvetica;
	font-weight: bold;
	color: #006600;
	text-transform: uppercase;
}

h2{
	font-size: 15px;
	font-family: arial,helvetica;
	font-weight: bold;
	text-transform: uppercase;
}

table{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px none #FFFFFF;
}


td.leftside{
	width: 12%;
	background-position: 0px 5px;
        background-image: url(../D.White.png);
	background-repeat: no-repeat;
	vertical-align: text-top;
	padding-top: 140px;
}

td.rightside{
	width: 98%
	vertical-align: text-top;
}

.orderedlist{
	border: 0px none #111111;
	list-style-type: none;
	padding-left: 0em;
	margin: 0;
}

.orderedlist > li{
        background-image: url(../logos/redball.gif);
	background-repeat: no-repeat;
	background-position: .3em .3em;
	padding-left: 2em;
	margin-top: .5em;
	margin-bottom: .5em;
}

ul.bulletlist{
	border: 0px none #111111;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

a:link{
	color: red;
}

a:visited{
	color: blue;
}

.bulletlist > li{
        background-image: url(../logos/blueball.gif);
	background-repeat: no-repeat;
	background-position: .3em .3em;
	padding-left: 2em;
	margin-top: .5em;
	margin-bottom: .5em;
}

table.book{
	width: 100%;
	border: 2px solid #111111;
}

td.title{
	text-align: center;
	padding-right: 20px;
	text-transform: capitalize;
}

td.point{
	text-align: left;
	padding-right: 20px;
}

th.field{
	text-align: left;
	padding-right: 5px;
	text-transform: capitalise;
}

td.value{
	text-align: right;
	padding-right: 0px;
}

pre.program{
	border: 1px solid #111111;
	font-weight: bold;
	margin:-bottom 0;
	padding-bottom: 0.3em;
	color: #00ff00;
	background-color: #000;
}

table.program{
	border: 1px solid #111111;
	font-weight: bold;
	margin:-bottom 0;
	padding-bottom: 0.3em;
	color: #fff;
	background-color: #000;
}

