i {
color: #33CC33;
text-decoration: none;
}
a:link {
color: #7af57d;
text-decoration: none;
}
a:visited {
color: #7af57d;
text-decoration: none;
}
a:hover {
color: #7af57d;
text-decoration: underline;
}
a:active {
color: #7af57d;
text-decoration: none;
}

body {
	margin: 0px;
}

td.leftcontent {
	background: url(images/left_08.jpg);
	background-repeat: repeat-x;
	background-color: #202020;
	width: 195px;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.lefttitle {
	background: url(images/left_03.gif);
	width: 195px;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	color: #afafaf;
}

td.maincontent {
	background: url(images/mainbg.jpg);
	background-repeat: repeat-x;
	background-color: #202020;
	width: 100%;
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	padding: 5px;
	vertical-align: top;
}

td.maintitle {
	background: url(images/left_03.gif);
	width: 100%;
	font-family: verdana;
	font-size: 12px;
	color: #afafaf;
	padding-left: 5px;
}

td.copyright {
	width: 100%;
	font-family: verdana;
	font-size: 12px;
	color: #7d7d7d;
	text-align: center;
}

img {
	border: 0px;
}

pre {
        font-size:              14px;
	font-family: verdana;
}

ol {
        font-family: monospace;
        font-size: 11pt;
        white-space: pre;
}

table.paste {
	color: black;
	border-color: #7d7d7d;
}
