/* Tag declarations */

form { 
	margin: 0px;
}

body { 
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	line-height: 1.5em;
}

a {
	color: #391089;
	text-decoration: none;
}

img {
	border: 0px;
}

td {
	font-family: Arial;
	font-size: 9pt;
	line-height: 1.5em;
}

/* Id declarations */

/* Class declarations */
.Header {
	color: #000000;
	font-size: 13pt;
	font-weight: bold;
}

.DropDown {
	visibility: hidden; 
	position: absolute; 
	background-color: #E9E9E9; 
	width: 150px; 
	padding: 2px;
}

.LinkHover:hover {
	padding: 2px;
	background-color: white;
	color: #CA000E;
	width: 100%;
}

.LinkHover {	
	padding: 2px;
	color: #CA000E;
	width: 100%;

}

.THeader {
	font-family: Arial;
	font-size: 9pt;
	line-height: 1.5em;
	font-weight: bold;
}

.Linklist {
	color: #CA000E;
}
