/* CSS Document */

/* A CSS Note */

.title {
	FONT-SIZE: 190%; 
	COLOR: #999966; 
	LINE-HEIGHT: 170%; 
	FONT-FAMILY: Garamond, "Times New Roman", Times, serif; 
	BACKGROUND-COLOR: transparent
}

.subtitle {
	FONT-SIZE: 100%; 
	COLOR: #000066; 
	LINE-HEIGHT: 130%; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: transparent
}

.text {
	FONT-SIZE: 80%; 
	COLOR: black; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: transparent
}

.disclaimer {
	FONT-SIZE: 70%;
	COLOR: #666666;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: transparent;
	text-align: center;

}

.highlight {
	COLOR: #990000; 
	BACKGROUND-COLOR: transparent
}

.form {
	FONT-SIZE: 11px; 
	COLOR: #000066; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.small {
	FONT-SIZE: 70%; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: transparent
}

.navLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000066;
	background-color: #dedfbd ;
	text-align: center;
}

.tableHighlight {
	font-family: Tahoma, Arial, Verdana;
	font-size: 90%;
	font-weight: bold;
	color: #000099;
	background-color: #dedfbd;
}

A:link {
	COLOR: #000099; 
	BACKGROUND-COLOR: transparent; 
	TEXT-DECORATION: underline
}

A:visited {
	COLOR: #660066; 
	BACKGROUND-COLOR: transparent; 
	TEXT-DECORATION: underline
}

A:hover {
	COLOR: #990000; 
	BACKGROUND-COLOR: transparent; 
	TEXT-DECORATION: underline
}

A:active {
	COLOR: #990000; 
	BACKGROUND-COLOR: transparent; 
	TEXT-DECORATION: none
}

H1 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 160%; 
	COLOR: #9999cc; 
	FONT-FAMILY: Georgia, Garamond, "Times New Roman", Times, serif; 
	BACKGROUND-COLOR: transparent
}

H2 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 150%; 
	COLOR: #999966; 
	FONT-FAMILY: Garamond, "Times New Roman", Times, serif; 
	BACKGROUND-COLOR: transparent
}

H3 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 125%; 
	COLOR: #9999cc; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: transparent
}

H4 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 100%; 
	COLOR: #000066; 
	FONT-FAMILY: Georgia, Garamond, "Times New Roman", Times, serif; 
	BACKGROUND-COLOR: transparent
}

H5 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 90%; 
	COLOR: #999966; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: transparent
}

H6 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 80%; 
	COLOR: #000066; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: transparent
}

UL {
	FONT-SIZE: 95%; 
	COLOR: black; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: transparent
}

