body {
	font-size: 12px;
	color: rgb(255, 188, 42);
}

h1 {
	font-weight: bold;
    font-size: 18px;
    color: rgb(255, 102, 0);
    text-align: center;
}

h2 { 
	font-size: 15px;
    font-weight: bold;
    color: rgb(255, 204, 0);
	text-align: center;
}

h3 { 
	font-size: 12px;
    color: rgb(255, 204, 0);
    font-weight: bold;
}

p { 
	font-size: 12px;
    color: rgb(255, 188, 42);
}

table {
	font-size: 12px;
	color: rgb(255, 188, 42);
}

body { 	
	margin: 0pt;
    padding: 0pt;
    background-color: rgb(0, 0, 0);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: rgb(255, 204, 0);
}

a:link, a:visited { 	
	color: rgb(255, 153, 51);
    text-decoration: underline;
}

a:hover { 
	color: rgb(255, 102, 0);
}

hr { 
	border-style: dashed none none;
    border: none;
	border-top: 1px dashed rgb(255, 153, 51);
}

.header {
	font-weight: bold;
    font-size: 24px;
    color: rgb(255, 102, 0);
	padding: 0px;
	padding-left: 0px;
	padding-top: 53px;
}
  
.ad_header {
	width: 240px;
}

.button {
	border: 1px solid rgb(255,0,0);
	width: 100px;
	height: 24px;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
	font-variant: small-caps;
}

.navigator {
	width: 140px;
	padding: 0px;
	border: none;
	vertical-align: top;
}

.copyright {
	color: rgb(125,125,125);
	font-size: 9px;
	text-align: center;
}