/* Preset */
body {
	font-family: Verdana;
	font-size: 8pt;
	background-color: #f1f0ee;
	margin: 0px 0px 0px 0px;
}

a:link {
    background: transparent;
    text-decoration: none;
    color: #006b34;
}
a:visited {
    background: transparent;
    text-decoration: none;
    color: #8e6f07;
}
a:hover {
    background: transparent;
    text-decoration: underline;
    color: #8e6f07;
}
a:active {
    background: transparent;
    text-decoration: none;
    color: #8e6f07;
}



/* Using Class */
.Content {
	font-size: 8pt;
	font-family: Verdana;
	color: black;
	text-align: justify;
	padding: 10px 10px 0px 10px;
}

.Content2 {
	font-size: 8pt;
	font-family: Verdana;
	color: black;
	text-align: justify;
	padding: 0px 10px 0px 10px;
}

.Footer {
	font-size: 7.5pt;
	font-family: Verdana;
	color: black;
	text-align: center;
	padding: 3px 0px 3px 0px;
}

.ExchangeRates {
	font-size: 8pt;
	font-family: Verdana;
	color: #000000;
	font-weight: normal;	
	text-align: left;
	padding: 0px 5px 0px 5px;
}

.WhatsNew {
	font-size: 8pt;
	font-family: Verdana;
	color: grey;
	text-align: justify;
	padding: 5px 20px 5px 10px;
}

.TableTitle {
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

.TableContents {
	font-size: 8pt;
	font-family: Verdana;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 10px 10px 10px 10px;
}


table.table01 {
	font-size: 8pt;
	font-family: Verdana;
	color: black;
	text-align: justify;
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: collapse;
}

table.table01 th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
}

table.table01 td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 8px 1px 8px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
}


/* Using ID */
#Table01 {
}






.NewsDigestDescription {
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana,Verdana,Arial;
}

.TableHeader01 {
	font-family: Verdana,Verdana,Arial;
	font-weight:bold;
	font-size:8pt;
	background-color:#C0C0C0;
	padding: 5px 5px 5px 5px;
}

.TableContain01 {
	font-family: Verdana,Verdana,Arial;
	font-size:8pt;
	padding: 7px 0px 5px 0px;
}

.ListBullet {
	list-style-type: square;
	margin-top: 3;
	margin-bottom: 3;
}

.JobTitle {
	font-family: Verdana,Verdana,Arial;
	font-weight:bold;
	font-size:8pt;
}

.JobContain {
	font-family: Verdana,Verdana,Arial;
	font-size:8pt;
	text-align: justify;
}

.ComboNav {
	font-family: Verdana;
	font-size: 7pt;
	width: 170px;
}