/*  General  */
BODY,TD,TH,P,DIV,FORM,H1,H2,H3,H4,BLOCKQUOTE,UL,OL{
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
    color: #000000;
}

.normal {
    font-size: 10pt;
    font-weight: normal;
}

.small {
    font-size: 8pt;
    font-weight: normal;
}

.large {
    font-size: 12pt;
    font-weight: normal;
}

.menu {
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    color: #3366FF;
}

.caption {
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    color: #cc0033;
}

.highlight {
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
    color: #cc0033;
}

.footer {
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    color: #cc0033;
}

/* navigator */
.link {
    background: none transparent scroll repeat 0% 0%;
	font-size: 9pt;
	font-weight: normal;
	color: #3366FF;
	text-decoration: underline;
	cursor: hand;
}

.small_link {
    background: none transparent scroll repeat 0% 0%;
	font-size: 7pt;
	font-weight: normal;
	color: #3366FF;
	text-decoration: underline;
	cursor: hand;
}

/* Text Color & Font For Menu */
A:link.menu {
	text-decoration: none;
	color: #3366FF;
}

A:visited.menu {
	text-decoration: none;
	color: #3366FF;
}

A:active.menu {
	text-decoration: none;
	color: #3366FF;
}

A:hover.menu {
	color: #cc0033;
}
