/*--element type--*/

BODY {
	color: #333333;
	background-color: #dcdcff;
	background-image: none;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

A:LINK {
	color: #000099;
	text-decoration: none;
}

A:VISITED {
	color: #990099;
	text-decoration: none;
}

A:HOVER {
	color: #cc9900;
	text-decoration: underline;
}

/*--Table--*/
.TableMenu1{
	color: #000000;
	background-color: #dcdcff;
	border-color: #0000ff #0000ff #0000ff #0000ff;
	border-style: none none solid none;
	border-width: 1px 1px 1px 1px;
	margin-top: 0px;
}

.TableMenu2{
	color: #000000;
	background-color: #ffffdd;
	border-color: #999999 #999999 #999999 #999999;
	border-style: none none none none;
	border-width: 0px 0px 0px 0px;
	font-size: 9pt;
}

.TableBorderNone{
	color: #000000;
	background-color: #dcdcff;
	border-color: #999999 #999999 #999999 #999999;
	border-style: none none none none;
	border-width: 0px 0px 0px 0px;
	font-size: 80%;
}

.TableBorder{
	color: #000000;
	background-color: #ffffdd;
	border-color: #333333 #333333 #333333 #333333;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	font-size: 80%;
}


/*--menu--*/
.divider{
	color: #000000;
	background-color: #ffffdd;
}

.spacer{
	color: #000000;
	background-color: #ffffdd;
}


/*--Table--*/
.footer{
	color: #000000;
	background-color: #1a50b8;
	border-color: #999999 #999999 #999999 #999999;
	border-style: none none none none;
	border-width: 0px 0px 0px 0px;
	font-size: 9pt
}

/*--content--*/
.content_top {
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10pt;
}
.content_med {
	color: #0000ff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 9pt;
}

.content_small {
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 8pt;
}

/*--Caption--*/
.small_cap {
	color: #a52a2a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 8pt;
	font-weight: bold;
}

.medium_cap {
	color: #a52a2a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10pt;
	font-weight: bold;
}

.medium_cap2 {
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 9pt;
	font-weight: bold;
}

.small_text {
	color: #a52a2a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 8pt;
}

.note {
	color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 8pt;
	font-weight: bold;
}

H1{
	color: #000000;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	font-size: 12pt;
	font-weight: bold;
}

H2{
	color: #000000;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	font-size: 10pt;
	font-weight: bold;
}

H3{
	color: #333333;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 4px;
	margin-left: 20px;
	font-size: 8pt;
	font-weight: normal;
}

