body {
	color: Black;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	margin: 0px;

	font-size: 1em;
}

h1, h2, h3 {
	font-family: Georgia, Serif;
	font-family: "Lucida Grande", "Trebuchet MS";
}

.menu {
	font-family: georgia, serif;
	font-family: "Lucida Grande", "Trebuchet MS";
}


h1 {
/*
	font-weight: bold;
*/
	font-size: 1.5em;
	color: rgb(255,102,0);
	margin-top: 0px;
}

h2 {
	font-size: 1.2em;
}

body, p, li, div {
	line-height: 1.5em;
}

.toplogo {
	background-color: white;
}

td.menu {
	background-color: rgb(255,102,0);
	color: Black;
	width: 150px;
	float: left;
	height: 100%;
	margin: 0px;

	padding: 0.5em;
}

td.main {
	padding: 0.5em;
}

a:link, a:visited {
	text-decoration: none;
	color: rgb(255,102,0);
}

a:hover {
	text-decoration: underline;
	color: rgb(255,102,0);
}

/* Menü */

.menu, #menulist li {
	font-size: 1.2em;
	line-height: 1.2em;
}

#menulist {
	margin-left: 0px;
	padding: 0px;
}

#menulist li {
	margin: 0px;
	list-style: none;
	text-align: left;
}


.menu a:link, .menu a:visited {
	text-decoration: none;
	color : White;
}

.menu a:hover {
	text-decoration: none;
	color : Yellow;
}

/*
.menu_small {
	font-size: 0.9em;
}

a.menu_small, a.menu_small:hover, a.menu_small:visited {
	text-decoration: none;
	color: white;
}
*/


/*
td, li, p {
	font-size: 13px;
}
*/
tr {
	vertical-align : top;
}

tr.centered {
	vertical-align: Middle;
}

td.centered {
	vertical-align: middle;
	text-align: center;
}
/*
p.SectionHeading {
	font-weight: bold;
	font-size: 1.3em;
}
*/
p.TableHeading {
	font-weight: bold;
}

p.UserComment {
/*	font-style : italic; */
}

p.UserName {
	font-style : italic;
	text-align : right;
}

.red, P.DownloadError{
	color: red;
}

div.small {
	font-size : 11px;
}

hr {
	height: 1;
	color:White;
}

hr.faq {
	color : rgb(255,102,0);
}

input.small {
	border : 1px solid;
	height: 18px;
}

input.Pay { 
	border-style: solid; 
	border-width: 0 
}

form {
	margin-bottom: 0
}

/* User comments */

div.articles {
	margin-left: 120px;
}

div.article {
	margin: 0 auto;
	padding: 0.5em 0 1.2em 0;
	position: relative;
}

.article .excerpt p {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 0.9em;
}

.date, .essaydate {
	width: 7em;
	position: absolute;
	top: 1em;
	left: -9em;
	text-align: right;
	padding: 0 1em 0 0;
	border-right: 1px solid black;
}

.essaydate {
	top: 0.65em;
	font-size: 0.9em;
	line-height: 1.3em;
}

.ads {
	font-size: 0.6em;
}
