/*
styles for web site
*/
body {
  margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: tahoma;
	line-height: 24px;
	color: #666666;
}

/*  LAYOUT  */
#topBarShadow {
		position: absolute;
		top: 71px;
		left: 0px;
		width: 100%;
		height: 10px;
		z-index: -1;
    background-image:url(images/shadow_background.png);
}

#topBar {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 71px;
    background-image:url(images/top_background.png);
}

#content {
	position: absolute;
	top: 71px;
	left: 180px;
	width: 595px;
	height: 90%;
}

/*  NAVIGATION  */
.menuClass {
	position: absolute;
	top: 110px;
	left: 0px;
	width:100px;
	float:left;
}
.menuHeader {
	font-weight:bold;
	cursor: pointer;
}
.menuList {
	display:none;
}
.menuItem {
	display:block;
}

.copyright {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 12px;
	color: #999999;
}


/*  HTML  */
a {   
    color: #484848;
}

td {
	font-size: 14px;
	font-family: tahoma;
	line-height: 24px;
}

p {
	font-size: 14px;
	font-family: tahoma;
	line-height: 24px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: tahoma;
}

img {
	border: 0;
}

/*  OTHER  */
.headline {	
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	line-height: 16pt;
	color: #666666;
}

.headline A {
	text-decoration: none
}

.headline A:hover {
	text-decoration: underline
}

.detail {	
	font-size: 12px;
	font-weight: normal;
	line-height: 12pt;
	color: #666666;
}

.detail A {
	text-decoration: none
}

.detail A:hover {
	text-decoration: underline
}

.subtext {	
	font-size: 12px;
	font-weight: normal;
	line-height: 2pt;
	text-align: right;
	color: #999999;
}