html, body {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.2em;
	font-size: 100%;
}

blockquote {
	border-left: 3px solid #454545;
	margin-left: 1.5em;
	padding-left: 5px;
	font-style: italic;
	font-size: 11px;
}

h1 {
	font-size: 100%;
	margin: 0px;
}

h2 {
	font-size: 160%;
	text-align: left;
	margin: 0px;
}

h3 {
	font-size: 110%;
	text-align: left;
	margin: 0px;
}

ul {
	text-align: left;
	list-style: square inside;
	margin: 0px;
	padding: 4px;
}

ul.red {
	text-align: left;
	list-style: circle inside;
	margin: 5px;
	padding: 3px;
    color: #990000;
}

input {
	background: #424242;
	font-family: Tahoma;
	font-size: 100%;
	color: #C1C1C1;
	border: 1px solid #C1C1C1;
}

input.radio {
	background: #2B2B2B;
    border: 0px solid #2B2B2B;
}

input.button1 {
	background: #424242;
    color: #C1C1C1;
    border: 1px solid #C1C1C1;
    margin-top: 2px;
}

textarea {
	background: #fff;
	font-family: Tahoma;
	font-size: 100%;
	color: #000;
	border: 1px solid #000;
}

select {
	background: #424242;
    color: #C1C1C1;
    border: 1px solid #C1C1C1;
}

A:link 		{ font-size: 100%; font-family: Tahoma; background-color: transparent; text-decoration: none; color: #999999; }
A:visited 	{ font-size: 100%; font-family: Tahoma; background-color: transparent; text-decoration: none; color: #999999; }
A:active 	{ font-size: 100%; font-family: Tahoma; background-color: transparent; text-decoration: none; color: #999999; }
A:hover 	{ font-size: 100%; font-family: Tahoma; background-color: transparent; text-decoration: none; color: #999999; }

A.title:link 		{ font-size: 100%; font-family: Tahoma; background-color: transparent; text-decoration: none; color: #C1C1C1; }
A.title:visited 	{ font-size: 100%; font-family: Tahoma; background-color: transparent; text-decoration: none; color: #C1C1C1; }
A.title:active 	{ font-size: 100%; font-family: Tahoma; background-color: transparent; text-decoration: none; color: #C1C1C1; }
A.title:hover 	{ font-size: 100%; font-family: Tahoma; background-color: transparent; text-decoration: none; color: #C1C1C1; }

td.test {
    background-repeat: no-repeat;
	background-position: 99% 99%;
	background-color: #2B2B2B;
    border-top: thin dashed #424242;
    padding: 3px 5px 3px 5px;
    font-family: Tahoma;
    font-size: 11px;
    color: #999999;
    text-align: left;
}

td.header {
	width: 972px;
    height: 138px;
    background-image: url(../images/header_top.jpg);
    padding: 43px 10px 0px 0px;
    text-align: right;
    font-family: Tahoma;
    font-size: 11px;
}

td.main {
	width: 563px;
	vertical-align: top;
	background-color: #454545;
    background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
    padding: 10px 20px 10px 20px;
    font-family: Tahoma;
    font-size: 11px;
    text-align: left;
}

td.sidebar-left {
	width: 184px;
	background-color: #2B2B2B;
	vertical-align: top;
	padding: 7px;
}

td.sidebar-right {
	width: 157px;
	background-color: #2B2B2B;
	vertical-align: top;
	padding: 7px;
}

td.largebox-top-left {
    background-color: #2B2B2B;
    background-image: url(../images/menu_top.jpg);
	background-repeat: repeat-x;
	height: 27px;
    padding: 0px 0px 0px 10px;
    font-family: Tahoma;
	font-size: 12px;
	color: #C1C1C1;
	text-align: left;
	font-weight: bold;
}

td.largebox-top-right {
    background-color: #2B2B2B;
    background-image: url(../images/menu_top.jpg);
	background-repeat: repeat-x;
	height: 27px;
    padding: 0px 10px 0px 0px;
    font-family: Tahoma;
	font-size: 12px;
	color: #C1C1C1;
	text-align: right;
	font-weight: bold;
}

td.smallbox-top {
    background-color: #2B2B2B;
    background-image: url(../images/menu_top.jpg);
	background-repeat: repeat-x;
	height: 27px;
	font-family: Tahoma;
	font-size: 12px;
	color: #C1C1C1;
	text-align: center;
	font-weight: bold;
}

td.largebox {
    background-color: #2B2B2B;
    border-top: thin dashed #424242;
    padding: 3px 5px 3px 5px;
    font-family: Tahoma;
    font-size: 11px;
    color: #999999;
    text-align: left;
}

td.smallbox {
    border-top: 1px solid #424242;
    background-color: #2B2B2B;
	font-family: Tahoma;
	font-size: 10px;
    color: #C1C1C1;
    padding: 3px 8px 3px 7px;
}

table.main {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    height: 100%;
    width: 972px;
}

table.content {
	height: 100%;
    width: 972px;
}

table.smallbox {
	width: 100%;
	border: 1px solid #424242;
    margin-bottom: 6px;
}

table.votebox {
    background-color: #424242;
	border: 1px solid #C1C1C1;
    padding: 2px 2px 2px 2px;
    margin-top: 2px;
    margin-bottom: 1px;
}

table.gallery {
    background-color: #2B2B2B;
    border: 1px solid #C1C1C1;
}

 .w3cbutton4 {
  margin: 0.5em 0;
  width: 110px;
  font-family: helvetica,arial,sans-serif;
  font-size: 70%;
  font-weight: bold;
}
.w3cbutton4 a {
  display: block;
  width: 100%;
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited,
.w3cbutton4 a:hover {
  background-color: #2B2B2B;
  color: #FFFFFF;
  text-decoration: none;
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.w3cbutton4 a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
.w3cbutton4 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}