@charset "utf-8";
/* CSS Document */



/* FIELDS */
#menu00 {
	position: fixed;
	left: 10px;
	top: 0px;
	width: 800px;
	height: 10px;
	z-index: 206;
	background-color: #FFFFFF;
}

#menu01 {
	position: fixed;
	left: 10px;
	top: 10px;
	width: 800px;
	height: 30px;
	z-index: 205;
	background-color: #FFFFFF;
	padding-left: 10px;
}
#menu01a {
	position: fixed;
	left: 10px;
	top: 40px;
	width: 800px;
	height: 10px;
	z-index: 207;
	background-color: #FFFFFF;
}
#menu02 {
	position: fixed;
	left: 10px;
	top: 50px;
	width: 800px;
	height: 30px;
	z-index: 204;
	background-color: #FFFFFF;
	padding-left: 10px;
}
#menu02a {
	position: fixed;
	left: 20px;
	top: 80px;
	width: 790px;
	height: 10px;
	z-index: 208;
	background-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
#menu03 {
	position: fixed;
	left: 10px;
	top: 90px;
	width: 800px;
	height: 30px;
	z-index: 203;
	background-color: #FFFFFF;
	padding: 10px;

}
#menu03a {
	position: fixed;
	left: 10px;
	top: 90px;
	width: 800px;
	height: 30px;
	z-index: 203;
	background-color: #FFFFFF;
	padding-left: 10px;

}
#content {
	width: 800px;
	z-index: 101;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 90px;
	padding-right: 10px;
	padding-bottom: 10px;
}



/* TYPE */
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 18pt;
	color: #000000;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: normal;
}
.cvbody {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 10pt;
	color: #999999;
	padding-bottom: 5px;
	
}
.cvitalic {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 10pt;
	color: #000000;
	font-style: italic;
}
.cvtitle {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 10pt;
	color: #000000;
}

.sectionttl {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 18pt;
	color: #000000;
}
/* LINKS */
A:link {
	color : #000000;
	text-decoration : underline;
	font-weight : normal;
}

A:visited { 
	color : #000000;
	text-decoration : underline;
	font-weight : normal;
}

A:hover {
	color : #000000;
	text-decoration : none;
}

A.title:link {
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	background-color: #FFFFFF;
}

A.title:visited {
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	background-color: #FFFFFF;
}

A.title:hover {
	color : #666666;
	text-decoration : none;
	font-weight : bold;
}

/* FORMAT */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 10pt;
	color: #999999;
	
}
