body {
	background-color: black;
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

h1 {
	font-family: verdana, sans-serif;
	font-variant: small-caps;
	font-size: 24px;
	color: white;
	text-align: center;
	vertical-align: center;
}

h2 {
	font-family: verdana, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

h2.box {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: yellow;
	background-color: black;
}

h3 {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: yellow;
}

h4 {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
}

p {	
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

a:link {
	color: #ffcc33;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

a:visited {
	color: #ffcc33;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

a:hover {
	color: #ffcc33;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

table {
   border-style: none;
   padding: 0;
   width: 1004px;
}

table.smallsize {
   border-style: none;
   padding: 0;
   width: 780px;
}

td {
	border: none; 
	border-collapse: collapse;
	padding: 10px;
	text-align: left;
}

td.right {
   border: none; 
	border-collapse: collapse;
	padding: 10px;
	text-align: left;
}   

td.center {
   border: solid;
	border-width: 1px; 
	border-collapse: collapse;
	border-color: white;
	padding: 10px;
	vertical-align: top;
}

td.picpage {
   text-align: center;
}

td.footer {
   text-align: center;
}

div.right {
   text-align: right;
}

div.left {
   text-align: left;
}

div.scroll {
	height: 100px;
	width: 200px;
	border: 0;
	padding: 0px;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#fff;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	text-indent: 0;
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

img {
   border: 0;
}
