body {
	background-color: #CCCCCC;
	margin: 0px 0px 8px 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
td {
	font-size: 11px;
	line-height: 17px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
img {
	border: 0px;
	margin: 0px;
}
img.holder_p,
img.holder {
	border: 1px solid white;
}
img.holder2 {
	border: 3px solid black;
}
img.holder_p {
	cursor: pointer;
	cursor: hand;
}
table.bg_main {
	background: url(../gfx/bg_main.gif) repeat-y top left;
}
table.bg_main td.bg_main_top {
	background: url(../gfx/bg_main_top.gif) no-repeat top left;
}
table.bg_main td.bg_main_bottom {
	background: url(../gfx/bg_main_bottom.gif) no-repeat top left;
}
table.menu_bottom, table.menu_bottom a, table.menu_bottom td.address a {
	color: #FFFFFF;
	text-decoration: none;
}
table.menu_bottom td.address a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
table.menu_bottom a:hover {
	color: #4695CC;
	text-decoration: none;
}
table.menu_bottom td.address {
	padding-left: 21px;
}

td.bg_right_side {
	background: url(../gfx/bg_right_side.gif) #006DB8 repeat-y top left;
}
td.bg_right_side_on {
	background: url(../gfx/bg_right_side_on.gif) #74A91B repeat-y top left;
}
td.data {
	padding: 15px;
}
/*
 * Paragraph
 */
h1, td.title {
	background-color: black;
	color: #FFFFFF;
	font-size: 11px;
	padding: 10px 15px 11px 15px;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
}
h1 span, td.title span {
	float: right;
}
h1 a, td.title a {
	color: #D6E8B8;
	text-decoration: none;
}
h1 a:hover, td.title a:hover {
	color: #FFFFFF;
}
h2 {
	text-align: justify;
}
h2, td.description, td.html {
	font-size: 11px;
	font-weight: normal;
	padding: 10px 15px 11px 15px;
	margin: 0px;
	border-bottom: 1px solid #90BA49;
	background: url(../gfx/bg_h2.jpg) #90BA49 no-repeat bottom right;
}
td.html img {
	border: 3px solid #000000;
	margin: 0px 10px 5px 10px;
}
/*
 * Form elements
 */
form {
	padding: 0px;
	margin: 0px;
}
label {
	font-weight: bold;
}
input, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-right: 1px solid #74A91B;
	padding: 2px 5px 2px 5px;
	float: right;
	width: 250px;
	height: 20px;
	opacity: .2;
	filter: alpha(opacity=20);
}
input.submit {
	border: 1px solid #FFFFFF;
	border-right: 1px solid #74A91B;
	background-color: #FFFFFF;
	padding: 0px;
	height: 20px;
	opacity: .4;
	filter: alpha(opacity=40);
}
table.turing td {
	background-color: #90BA49;
	padding: 0px 5px 0px 5px;
}
table.turing {
	margin: 0px 5px 0px 0px;
}
textarea {
	overflow: auto;
	height: 100px;
}
/*
 * Lists
 */
ul {
	margin: 0px;
	padding: 4px 0px 0px 10px;
	list-style-type: none;
}
li {
	margin: 0px;
	padding: 0px 0px 4px 18px;
	background: url(../gfx/bg_ul.gif) no-repeat;
	background-position: 0px 4px;
	background-position: expression('0px 4px');
}
li.link {
    cursor: pointer;
    cursor: hand;
}
