/* BASIC Styles */

body {
	background: url(../images/common/bg_master.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fef6d1;
	font-size: 11px;
	text-decoration: none;
}

.address {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fef6d1;
	font-size: 10px;
	text-decoration: none;
}

.top {
	text-align: right;
}

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fef6d1;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fef6d1;
	font-size: 11px;
	text-decoration: underline;
}

a.address {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fef6d1;
	font-size: 10px;
	text-decoration: none;
}

a.address:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fef6d1;
	font-size: 10px;
	text-decoration: underline;
}

div.bottomline {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom: 1px dotted #fef6d1;
}

div.footer {
	padding: 8px 8px 8px 8px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: fef6d1;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.copytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: fef6d1;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: fef6d1;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
}



/* ID Styles */

#framework td.tl {
	border-top-style: solid;
	border-top-width: 1px;
	border-top: 1px solid #fef6d1;
}

#framework td.bl {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom: 1px solid #fef6d1;
}

#framework td.ll {
	border-left-style: solid;
	border-left-width: 1px;
	border-left: 1px solid #fef6d1;
}

#framework td.rl {
	border-right-style: solid;
	border-right-width: 1px;
	border-right: 1px solid #fef6d1;
}


#topnavi td.nolink {
	border-bottom: 1px solid #fef6d1;
}


#navigation a {
	border-bottom: 1px dotted #003333;
	border-left: 1px dotted #003333;
}

#navigation a:hover {
	border-bottom: 1px dotted #fef6d1;
	border-left: 1px dotted #fef6d1;
}

#navigation a.slice {
	border-bottom: 0px dotted #003333;
	border-left: 0px dotted #003333;
}

#navigation a.slice:hover {
	border-bottom: 0px dotted #fef6d1;
	border-left: 0px dotted #fef6d1;
}


