A:link {
	color: #19004E;
	text-decoration: underline;
}

A:visited {
	color: #3871A9;
	text-decoration: underline;
}

A:active {
	text-decoration: none;
}

A:hover {
	text-decoration: none;
	color: #8E1487;

}

A.dark:link {
	color: #28005A;
	text-decoration: none;
}

A.dark:visited {
	text-decoration: none;
	color: #3366CC;

}

A.dark:active {
	color: #F8A400;
	text-decoration: none;
}

A.dark:hover {

	color: #FF6600;

}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.dark {
	font-size: 10px;
	font-family : Verdana;
	color : #CCCCCC;
}

TD.light {
	font-size: 10px;
	font-family : Verdana;
	color : #000000;
}

P.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #666666;
}

TD.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #D2D2CA;
	height : 1px;
}

h1 {
	font-size: 14px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
}

h2 {
	font-size: 12px;
	font-family : Verdana;
	color : #000000;
	font-weight: normal;
}	
	
li {
	font-size: 12px;
	font-family : Verdana;
	color : #000000;
	font-weight: normal;
	
}

.menutitle {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	background-color: #3871A9;
	color: #FFFFFF;
}
.up {
	top: auto;
}

select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    background-color: #eeeeee;
    height: 15px;
    width: 135px;
}

.whitelink:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.whitelink:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.whitelink:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.whitelink:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
	
}
    div.dashed {
      border-width: 1px;
      border-color: #0000ff;
      border-style: dashed;
}