a {
	color: #4771a5;
	text-decoration: underline;
}

/* News */
#news {
	font-family: Tahoma, Verdana, Arial;
}
#news .header {
	font-family: Arial Narrow, Verdana, Tahoma;
	font-size: 24px;
	color: #494949;
	font-weight: normal;
	padding: 10px 0 10px 10px;
}
#news .rss {
 	float: right;
	margin-right: 25px;
	margin-top:-34px;
}
#news .date {
	font-size: 9pt;
	padding: 10px 0 5px 10px;
}
#news .caption {
	font-size: 11pt;
	font-weight: bold;
	padding-left: 10px;
	margin-top: -4px;
}
#news div.data {
	color: #494949;
	font-size: 10pt;
	padding: 0px 20px 20px 10px;
	margin-top: -10px;
}
#news div.data a {
	color: #494949;
	text-decoration: none;
}
#news div.data a:hover {
	color: #494949;
	text-decoration: underline;
}
#news div.data a:hover p {
	color: #494949;
	text-decoration: underline;
}
#news .line {
	height: 1px;
	background: url('../images/dots.gif') 0 0 repeat-x;
	margin:0;
}



/* FAQ */
#faq {
	font-family: Arial, Verdana, Tahoma;
}
#faq .header {
	font-size: 24px;
	color: #494949;
	font-weight: normal;
	padding-bottom: 18px;
}
#faq .question {
	font-size: 11pt;
	font-style: italic;
	padding-left: 20px;
	margin-top: -4px;
}
#faq .answer {
	font-size: 10pt;
	padding: 2px 20px 0 20px;
}


/* Figures */
#figures {
	font-size: 12px;
}
#figures .start_end {
	color: #898989;
	text-decoration: none;
}
#figures .block a {
	color: #898989;
	text-decoration: none;
}
#figures .numbers a {
	color: #898989;
}

/* Comments */
#comment {
	margin-top: 0;
	padding: 5px;
}
#comment .header {
	font-size: 18px;
	color: #494949;
	font-weight: normal;
}
#comment input.inp {
	width: 99%;
	border: #d4d4d4 1px solid;
}
#comment textarea.t_area {
	width: 99%;
	border: #d4d4d4 1px solid;
}
#comment input.btn {
	width: 33%;
	font-size: 9pt;
	background-color: #FFFFFF;
	color: #9d9d9d;
	border: #c6c6c6 1px solid;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

/* Comments List */
#comments_list {
	font-size: 10px;
	width:99%;
}
#comments_list .nick {
	font-size: 12px;
	font-weight: bold;
}
#comments_list .comment {
	font-size: 12px;
	padding: 0 0 10px 10px;
	border-bottom: #dddddd 1px solid;
}

/* Voting */
#voting {
	padding: 20px 0 0 30px;
}
#voting .question {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 10px;
}
#voting .answer {
	font-size: 9pt;
	font-weight: normal;
	padding: 0 0 10px 0;
}
#voting input.btn {
	background-color: #FFFFFF;
	font-size: 9pt;
	color: #9d9d9d;
	border: #c6c6c6 1px solid;
	margin: 0;
}
#voting a {
	color: #898989;
}

/* Subscription List */
#subscription {
	padding: 20px 0 0 25px;
}
#subscription .header {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 5px;
}
#subscription .caption {
	font-size: 9pt;
}
#subscription input.txt {
	font-size: 8pt;
	color: #9d9d9d;
	border: #c6c6c6 1px solid;
	width: 100%;
}
#subscription input.btn {
	background-color: #FFFFFF;
	float: right;
	font-size: 8pt;
	color: #9d9d9d;
	border: #c6c6c6 1px solid;
	margin: 5px 0 0 0;
}
#subscription select {
	margin-top: 5px;
	font-size: 8pt;
	color: #9d9d9d;
	border: #c6c6c6 1px solid;
}

/* WebMail */
#webmail {
	padding: 40px 0 0 25px;
}
#webmail .header {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 5px;
}
#webmail .caption {
	font-size: 9pt;
}
#webmail input.txt {
	font-size: 8pt;
	color: #9d9d9d;
	border: #c6c6c6 1px solid;
	width: 100%;
}
#webmail input.btn {
	background-color: #FFFFFF;
	float: right;
	font-size: 8pt;
	color: #9d9d9d;
	border: #c6c6c6 1px solid;
	margin: 5px 0 0 0;
}
#webmail select {
	margin-top: 5px;
	font-size: 8pt;
	color: #9d9d9d;
	border: #c6c6c6 1px solid;
}
