a {text-decoration:none}
	a:link {color:#FFCC99}
	a:active {color:#FFCC99}
	a:visited {color:#FFCC99}
	a:hover{color:#FFFFCC; text-decoration:underline}

body {font-family: Times New Roman, Times, serif;
	color:#CCCCCC;
	font-size: 16;
	font-style:normal;
	background: url(BG.jpg);
	background-attachment: fixed}

.wrap {width:85%; margin:0 auto;}
.top {}
.main {float:right; width:640px;}
.sidebar {float:left; width:140px;}
.footer {clear:both; padding: 20px 0px;}
.single {text-indent: 25px; margin-bottom: 5; margin-top: 5; margin-left: 5; margin-right: 5; text-align: justify}
.header {color: #FFCC99; margin-top:5; margin-bottom:5; font-size:30}
.subhead {color: #FFCC99; margin-top:5; margin-bottom:5; font-size:22}

table {
border: 6px #FFCC99 double;
border-collapse:collapse;
}
th{
border-top: 0px;
border-left: 0px;
border-bottom: 1px solid #FFCC99;
border-right: 0px;
background: url(BG2.png);
padding: 3px;
color:#FFCC99;
}
td{
border-top: 0px;
border-left: 0px;
border-bottom: 1px solid #FFCC99;
border-right: 0px;
padding: 3px;
background: url(BG1.png);
}
td.bond{
border-top: 0px;
border-left: 1px solid #FFCC99;
border-bottom: 1px solid #FFCC99;
border-right: 0px;
}
