A:link {
	color: #76a1c6; text-decoration:none
	
}

A:visited {
	color: #76a1c6; text-decoration:none
	
}

A:active {
	color: #76a1c6; text-decoration:none
}

A:hover {
	color: #000000; text-decoration:none
}

a:link.dark {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited.dark {
	color: #FFFFFF;
	text-decoration: none;
}

a:active.dark {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.dark {
	color: #000000;
	text-decoration: none;
}

a:link.dark1 {
	color: #FF6600;
	
}

a:visited.dark1 {
	color: #FF6600;
	
}

a:active.dark1 {
	color: #FF6600;
	
}

a:hover.dark1 {
	color: #000000;text-decoration:none

}

TD {
	font-size: 11px;
	font-family : Arial;
}

P {
	font-size: 11px;
	font-family : Arial;
}

TD.dark {
	font-size: 11px;
	font-family : Arial;
	color : #FFFFFF;
}

P.dark {
	font-size: 11px;
	font-family : Arial;
}

TD.smaller {
	font-size: 10px;
	font-family : Arial;
	color : #000000;
}

P.smaller {
	font-size: 10px;
	font-family : Arial;
	color : #000000;
}

HR {
	color : #94b6d9;
	height : 1px;
}