body {
	background: url(/images/top_bg.jpg) 250px 0px no-repeat;
}

a 	{ color: #aa0000; /*font-weight:bolder;*/}
a:link, a:visited { text-decoration: underline; }
a:visited { color: #aa0000; }
a:active, a:hover { color: #FF3300; text-decoration: none; }

h1, .h1 { font-size: 120%; color :#000000; font-weight: bold; }
h2, .h2 { font-size: 110%; color :#cc0000; font-weight: bold; }
h3, .h3 { font-size: 100%; color :#666666; font-weight: bold; }
h4, .h4 { font-size: 100%; color :#000000; font-weight: bold; }
.block h1, .block h2, .block h3, .block h4 { margin-bottom: 0.5em;}


.header {
	padding: 50px 35px 0px 50px ;
}
div.menu {
	margin-bottom: 20px;
}
div.menu a {
	white-space : nowrap;
/*	font-weight: bold;*/
	line-height: 20px;
}
div.menu a:link, div.menu a:visited { text-decoration: none; }
div.menu a:active, div.menu a:hover { text-decoration: underline; }

div.headermenu a {
	white-space : nowrap;
	line-height: 20px;
	color: #000000;
	margin: 0px 10px;
	font-weight: normal;
}
div.headermenu a:link, div.headermenu a:visited { text-decoration: none; }
div.headermenu a:active, div.headermenu a:hover { text-decoration: underline; }

a.underlined img {
	margin-bottom: 5px;
}
a.underlined:link img, a.underlined:visited img, div.menu a:visited img{
	border-bottom: #FFFFFF 1px solid;
}
a.underlined:hover img, div.menu a:active img{
	border-bottom: #000000 1px solid;
}

.block { 
	padding: 0px 10px 30px 50px;
}
div.red { 
 	background: url(/images/right_red_corner.gif) top right no-repeat;
 }
.block.right { 
	padding: 0px 50px 30px 10px;
}

tr.footer td {
	font-size: 70%;
}
tr.footer td.block {
	font-size: 70%;
	padding-top: 30px;
}
tr.footer td.block.right .footermenu a{
	margin-right: 10px;
	white-space : nowrap;
}

tr.bordered td {
	border-bottom: #eeeeee 2px dotted;
}
tr.bordered tr td {
	border-bottom: 0px;
}

.search input.field{
	border: #000000 1px solid;
	width: 100px;
	height: 20px;
}
.search input.button{
	border: 0px;
	width: 50px;
	background: #cccccc;
	font-size: 10px;
	height: 20px;
	padding: 3px 0px;
}

