
html, body, form, table, tr, td {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	vertical-align: top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #232323;
}

input, textarea {
	border: solid #7c7c7c 2px;
	background-color: #fafad8;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #232323;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px; 
}

input:hover, textarea:hover {
	border: solid #dddddd 2px;
}

.submit{
	border: solid #0d6112 2px;
	font: 14pt bold;
	color: #0d6112;
	padding-left: 60px;
	padding-right: 60px;
	background: url(img/button.gif);
	background-repeat: repeat-x;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px; 
		font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.submit:hover{
	border: solid #119c19 2px;
	font: 14pt bold;
	color: #0d6112;
	padding-left: 60px;
	padding-right: 60px;
	background: url(img/button.gif);
	background-position: -8px 0;
	background-repeat: repeat-x;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body {
	background-color: #ffffff;
}

td {
	vertical-align: top;
}

a:link, a:visited {
	color: #224986;
	font-size: 10pt;
	text-decoration: underline;
}

a:hover, a:active {
	color: #2a69cc;
	text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
}

h1 {
	font-size: 200%;
	color: #c6c6c6;
	padding-top: 22px;
	padding-left: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 5px 0;
	}
	
h2 {font-size: 175%; color: #7c7c7c;}
h3 {font-size: 125%; color: #2d2c2c; margin-top: 0px;}
h4 {font-size: 125%; margin: 5px;}
h5 {font-size: 125%; margin: 0px; padding: 0px; }

p, pre, blockquote, ol, h2, h3, h6 {
	margin: 5px 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.num {
	font-size: 14pt;
	font-weight: bold;
	color: #d1d1d1;
}

.name {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}

.city {
	font-size: 14pt;
	font-weight: bold;
	color: #606e97;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 0px;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #bdbdbd;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

.adress {
	padding: 20px;
	text-align: right;
	vertical-align: middle;
}

.txt {
	font-size: 10pt;
	line-height: 150%;
	text-indent: 15px;
}
.main {
	height: 100%;
	width: 900px;
	margin: 0 auto;
	padding: 0px;
}

.menu:link, .menu:visited {
	color: #000000;
	text-decoration: none;
	font-size: 15pt;
	font-weight: bold;
}

.menu:hover, .menu:active {
	color: #3e5880;
	text-decoration: none;
	font-size: 15pt;
	font-weight: bold;
}

.menu {
	color: #8397b5;
	text-decoration: none;
	font-size: 15pt;
	font-weight: bold;
}

.votes{
	color: #FFFFFF;
	font-size: 130%;
	background-color: #057000;
	font-weight: bold;
	padding: 6px;
}

.pages_active {
	background-color: #057000;
	padding: 6px;
}

.pages_active_digit{
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px;
}

.pages {
	padding: 6px;
}

a.pages_digit, .pages_digit{
	font-weight: bold;
	padding: 6px;
}

.red {
	color: #9a0000;
}

.star{
	font-size: 8pt;
}

a.star{
	font-size: 8pt;
}

.commentItem img { display: block; }

.formTable td { text-indent: 0; }