
/*HTML styles */

* {
	line-height: 1.5em ;
	font-family: georgia, times , sans-serif ;
}

body {
	background-color: #333333 ;
	margin: 0px ;
	color: #151515 ;
	font-size: 16px ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 16px ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}

h1 {
	font-size: 36px ;
	font-weight: normal ;
	letter-spacing: -4px ;
	color: #333333 ;
	margin-top: 0px ;
}

h2 {
	font-size: 26px ;
	font-weight: bold ;
	letter-spacing: -2px ;
	color: #333333 ;
}

h3, .inline_h {
	font-size: 13px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #333333 ;
}

a.link_gray:link, a.link_gray:active, a.link_gray:visited {
	color: #999999 ;
	text-decoration: none ;
}

a.link_gray:hover {
	text-decoration: underline ;
}

#content {
	padding: 10px ;
}

/*
a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-position: 10px center ;
	background-repeat: no-repeat ;
	padding: 0px 10px 0px 40px ;
	display: block ;
	margin-right: 5px ;
	margin-bottom: 5px ;
}

a.button:hover {
	background-color: #666666 ;
}
*/

a.button:link, a.button:active, a.button:visited, a.button:hover {
	/*background-image: url(/images/button_bg.gif) ;
	border-left: 1px solid #66888A ;
	border-top: 1px solid #66888A ;
	border-right: 1px solid #094043 ;
	border-bottom: 1px solid #094043 ;*/
	background: #666 ;
	background-position: center ;
	display: block ;
	color: #ccc ;
	text-align: center ;
	font-size: 16px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	text-decoration: none ;
	padding: 6px 9px ;
	margin: 0px 5px ;
}

a.button:hover {
	/*background-image: url(/images/button_up.gif) ;
	border-left: 1px solid #A57275 ;
	border-top: 1px solid #A57275 ;
	border-right: 1px solid #6E1D21 ;
	border-bottom: 1px solid #6E1D21 ;*/
	background: #000 ;
	color: #fff ;
}

a:link {
	color: #666666 ;
}

a:active, a:visited {
	color: #999999 ;
}

a:hover {
	color: #333333 ;
}

.news_box {
	margin-bottom: 10px ;
	border: 1px solid #333333 ;
	padding: 1px ;
}

.news_date {
	background: #333333 ;
	color: #ffffff ;
	padding: 4px 8px ;
	font-size: 16px ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

.news_text {
	padding: 8px ;
}
