body{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: black;
}

.{
    font-family: Tahoma;
    font-size: 7pt;
	letter-spacing: 0.1em;
    color: #808080;
}

table, a:link, a:visited{
    font-family: Tahoma;
    font-size: 7pt;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #808080;
}

img{
	border: 0px;
}

.menu_selected, a.menu_selected:link, a.menu_selected:visited, a:hover{
	color: #CCCCCC;
}

td.framer{
	padding-top: 90px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 20px;
}

td.left_side{
	border-top: 1px solid #808080;
	padding-top: 10px;
}

td.articles{
	border: 1px solid #808080;
}

td.article_active{
	border: 1px solid #CCCCCC;
}

table.menu{
	line-height: 17px;
}

table.articles{
	text-align: right;
}

div.picture{
	border: 1px solid #808080;
	width: 322px;
}

div.picture img{
    margin: 10px;
}

a.articles:hover img{
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

a.articles img{
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

img.articles{
	border: 0px;
}

img.arrow{
	border: 0px;
	cursor: pointer;
}

input, textarea{
    font-family: Tahoma;
    font-size: 7pt;
	letter-spacing: 0.1em;
    color: #808080;
	padding: 1px;
	border: 1px solid #808080;
	background-color: black;
	vertical-align: bottom;
	text-align: right;
}