body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	background-color: #F0F0F0;
	font-size: 17px;
	word-wrap: break-word;
}
a {
	color: #007DAA;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #2b6980;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #777;
	line-height: 1.2em;
}
code {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF9;
	font-size: 100%;
}
img {
	border: 0px #000 solid;
}
input, select {
	padding: 5px;
	font-size: 100%;
}
hr {
	margin: 0px;
	padding: 0px;
	height: 0px;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #fff;
	border-left: 0 solid #000;
	border-right: 0 solid #000;
}
li {
	padding: 0.3em 0;
}
table.options, table.startups {
	font-size: 90%;
	table-layout: fixed;
	word-wrap: break-word;
}
.psalm {
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #d7d7d7;
	padding: 1% 2%;
	text-align: justify;
}
.startups td, .startups th {
	text-align: center;
}
.options , .startups {
	background-color: #D7D7D7;
	color: #000;
	border: 2px solid #F0F0F0;
}
.options td, .startups td {
	background-color: #fff;
	color: #000;
}
.options th, .startups th {
	background: #fff url(tabgrad.png) repeat-x bottom;
	color: #000;
}
.options td ul {
	padding: 0 15px;
	margin: 0;
}
.red {
	color: #CC0000;
}
.crumbs {
	color: #C00;
	background-color: #F0F0F0;
	border-bottom: 1px solid #fff;
	padding: 2%;
	height: auto;
	font-size: 120%;
}
#app {
	padding: 0 2% 4% 2%;
	position: relative;
	background-color: #fff;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}
#ads {
	background: #fff url(ads.png) no-repeat top left;
	padding-top: 40px;
}
#bq {
	background-color: #f0f0f0;
	padding: 2%;
	color: #000;
	text-align: justify;
	letter-spacing: 1px;
}
#bqn {
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
#ups {
	padding-top: 20px;
}
#footer {
	font-size: 90%;
	padding: 2%;
	border-top: 1px solid #fff;
}
#cmsg {
	background-color: #fff;
	width: 100%;
	font-size: 80%;
}
#xcmsg {
	background-color: #fc0;
	width: 43px;
	padding: 1%;
	cursor: pointer;
	text-align: center;
}
#tcmsg {
	padding: 1%;
}
