/* --------------------
body and container
-------------------- */


body { font-family:san-serif; font-size: 10pt; background-color: #ffffff; background-image: url(images/bg_top.gif); background-repeat: repeat-y; background-position: center; margin: 0; }


/* --------------------
list
-------------------- */
ul { 
margin: 0 0 0 2em; 
padding: 0; 
}

ol { 
margin: 0 0 0 2em; 
padding: 0; 
}


/* --------------------
text
-------------------- */
.body {
	font-size: 10pt;
	line-height:155%;
	color: #333333;
}

.bodymenu {
	font-size: 9pt;
	line-height:155%;
	color: #333333;
}

.bodyBM {
	font-size: 10pt;
	line-height:155%;
	font-weight: bold;
	color: #0092FF;
}

.bodyB {
	font-size: 10pt;
	line-height:155%;
	font-weight: bold;
	color: #333333;
}

.bodyHL {
	font-size: 10pt;
	line-height:125%;
	color: #333333;
}

.bodyHH {
	font-size: 10pt;
	line-height:170%;
	color: #333333;
}

.bodyBO {
	font-size: 10pt;
	line-height:170%;
	font-weight: bold;
	color: #FF6600;
}

.bodyO {
	font-size: 10pt;
	line-height:155%;
	color: #FF6600;
}

.titleL {
	font-size: 13pt;
	line-height:130%;
	font-weight: bold;
	color: #444444;
}

.titleLW {
	font-size: 12pt;
	line-height:130%;
	font-weight: bold;
	color: #FFFFFF;
}

.titleB {
	font-size: 12pt;
	line-height:130%;
	font-weight: bold;
	color: #004985;
}

.titleS {
	font-size: 12pt;
	line-height:130%;
	font-weight: bold;
	color: #444444;
}

.titleSW {
	font-size: 10pt;
	line-height:130%;
	font-weight: bold;
	color: #FFFFFF;
}

.titleLoft {
	font-size: 11pt;
	line-height:130%;
	font-weight: bold;
	color: #999999;
}

.bodyS {
	font-size: 8pt;
	line-height:160%;
	color: #333333;
}

.bodySG {
	font-size: 8pt;
	line-height:160%;
	color: #029A34;
}

.bodySR {
	font-size: 8pt;
	line-height:160%;
	color: #FF0000;
}

.bodySW {
	font-size: 8pt;
	line-height:180%;
	color: #ffffff;
}

.bodySBold {
	font-size: 8pt;
	line-height:140%;
	font-weight: bold;
	color: #333333;
}

.bodySBoldW {
	font-size: 8pt;
	line-height:140%;
	font-weight: bold;
	color: #FFFFFF;
}

.bodyW {
	font-size: 10pt;
	line-height:140%;
	color:#FFFFFF;
}

.menuHL {
	font-size: 9pt;
	line-height:125%;
	color: #333333;
}

/* -----------------------------------------
 Anchor
----------------------------------------- */
a:link {
	color:#0052DB;
	text-decoration:underline;
}
a:visited {
	color:#491C93;
	text-decoration:underline;
}
a:active {
	color:#0096FF;
	text-decoration:underline;
}
a:hover {
	color:#0096FF;
	text-decoration:underline;
}