<!--
/* General styles */
a:active, a:focus, a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a {
	font-size: 10px;
	color: #990066;
 	text-decoration: none;
	font-weight : bolder;
}

body {
	font-family: verdana, helvetica, arial, sans-serif;
}

p {
	margin-top: 5px;
	margin-bottom: 8px;
}
/* Specific styles */
.content {
	font-size: 10px;
	color: #000033;
}
.header {
	font-weight: bold;
	font-size: 12px;
	color: #000066;
}
.subheader, .label {
	font-weight: bold;
	font-size: 10px;
	color: #666666;
}
.errorMsgSmall {
	font-size: 10px;
	color: #990066;
	font-weight: bold;
}
a.contentLink {
	font-size: 10px;
	color: #990066;
	text-decoration: none;
	font-weight : bolder;
}
a.bottomMenu {
	font-size: 10px;
	color: #000066;
	text-decoration: none;
	font-weight : bolder;
}
a.bottomMenu:hover {
	text-decoration: underline;
}
.bottomText {
	font-size: 8px;
	color: #666666;
}
a.leftSideMenuLink {
	font-size: 9px;
	color: #990066;
	text-decoration: none;
	font-weight : bolder;
}
.glossaryLetter {
	font-weight: normal;
	font-size: 16px;
	color: #666666;
}
.glossaryDefinition {
	font-size: 10px;
	color: #000033;
}
.glossaryWord {
	font-weight: bold;
	font-size: 10px;
	color: black;
}

.lowKey {
	font-size: 10px;
	color: #666666;
}

a.topLink, a.seeAlso {
	color: #000066;
	font-style: italic;
	font-weight: normal;
}

a.topLink {
	white-space: nowrap;
}

a.underline {
	text-decoration : underline ! important;
}

.big {
	font-size: 11px ! important;
}

-->
