BODY {
        font-family: sans-serif;
}

A:link {
        text-decoration: none;
}
A:visited {
        text-decoration: none;
}

.Header {
	background: #9999CC;
}
	
A.Toolbar:link { 
	text-decoration: none;
	color: blue;
}

A.Toolbar:visited {
	text-decoration: none;
	color: blue;
}

A.Toolbar:active {
	text-decoration: none;
	color: blue;
}                              

.ToolbarTable {
	border: none;
	background: #9999CC;
}

.ToolbarText {
	background: #FFFFFF;
	font-family: Lucida,Verdana,Helvetica,Arial,sans-serif;
	font-size: 80%;
}

.ToolbarButton {
	background: #CCCCFF;
	font-family: Lucida,Verdana,Helvetica,Arial,sans-serif;
}

.ToolbarNavigation {
	background: #FFFFFF;
	font-family: Lucida,Verdana,Helvetica,Arial,sans-serif;
}

H1, H2, H3, H4, H5, H6 {
        font-family: Lucida,Verdana,Helvetica,Arial,sans-serif;
}

H1 {
        color: #FFFFFF;
}

.MenuTable {
}

.MenuRow {
        background: #F6F6F6;
}

.MenuRowAlternate {
        background: #F0F0F0;
}

.AccessKey {
        text-decoration: underline;
        font-weight: bold;
}

