body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, table, div, tr, td, span, input, select, option {
	font-size: 11px;
	font-family:  "Arial", "Verdana", "Helvetica", "sans-serif";
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

img {
	border: 1px solid #000000;
}

.embedTable {
	width: 100%;
	height: 100%;
	border: 0px;
	text-align: center;
	vertical-align: center;
}

.mainTable {
	width: 1000px;
	height: 590px;
	border: 1px #000000 solid;
	background-image: url(./images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center bottom;
}

.innerTable {
	width: 900px;
	height: 445px;
	border: 1px #000000 solid;
	background-image: url(./images/innerbg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}

.titlePartition {
	height: 80px;
	border: 0px #000000 solid;
	background-image: url(./images/logo.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left;
	padding-left: 80px;
	padding-bottom: 20px;
	margin-left: 50px;
	color: #666666;
	font-weight: bold;
}

.menuPartition {
	width: 230px;
	height: 100%;
	border: 0px #000000 solid;
	vertical-align: top;
	padding-top: 70px;
}

.menuTitle {
	font: bold 12px;
	margin-bottom: 5px;
	text-decoration: underline;
}

.menuTitleColor {
	color: #FF0000;
}

.menuItem {
	font: bold;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}

.menuInnerItemBox{
}

.menuInnerItem{
	background-image: url(./images/bullen_pt.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 30px;
	padding-left: 20px;
	font: bold;
	color: #999999;
}

.menuInner2Item{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 30px;
	padding-left: 20px;
	color: #999999;
}

.menuInner3Item{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 30px;
	padding-left: 35px;
	color: #999999;
}

.mainContentTable {
	width: 446px;
	height: 392px;
	background-image: url(./images/mainContentBG.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	padding-left: 40px;
}

.rightBoxTable {
	width: 189px;
	height: 420px;
	background-image: url(./images/rightBoxBG.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.rightBoxTitle {
	background-color: #FEF3F4;
	font: bold 14px;
	text-align: left;
	padding: 5px;
	letter-spacing: 2px;
	height: 25px;
	text-decoration: underline;
}
