@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #E5E5E5;
	background-image: url('../images/general_bg.gif');
	background-repeat: repeat-y;
	background-position: center top;
	line-height: 15px;
}

a {
	color: #E08000;
	text-decoration: none;
}

a:active {
	color: #E08000;
	text-decoration: underline;
}

a:hover {
	color: #E08000;
	text-decoration: underline;
	text-align: left;
}

table.content {
	border-style: solid;
	border-width: thin;
	border-color: #E5E5E5;
}

.title {
	font-size: 15px;
	font-weight: bold;
	color: #606050;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 17px;
}

.title_home {
	font-size: 14px;
	font-weight: bold;
	color: #E08000;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 18px;
}

b
{
	font-weight: bold;
	color: #606050;
}

strong
{
	font-weight: bold;
	color: #606050;
}

.title_content {
	font-weight: bold;
	font-size: 12px;
	color: #606050;
}

.title_small {
	font-size: 9px;
	margin-left: 5px;
	margin-right: 5px;
}

.subheadline {
	color: #E08000;
	font-size: 13px;
}

.orange_strong {
	color: #E08000;
	font-weight: bold;
}

.normal {
	margin-left: 5px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.code {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #606050;
}

ul
{
	padding-left: 1.2em;
}

li
{
	background:transparent url(../images/bullet_orange.gif) no-repeat scroll 1px 0.35em;
	list-style-image: none;
	list-style-type: none;
	padding-left: 1.5em;
	padding-bottom: 0.2em;
	margin-left: 0;
	margin-top: 0.15em;
	margin-right: 0.15em;
}
