A:link {
	color: #BF4D00;
	text-decoration: underline
}

A:visited {
	color: #FF6600;
	text-decoration: none;
}

A:active {
	color: #FF6600;
	text-decoration: none;
}

A:hover {
	color: #FF9966;
	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: #FF9966;
	text-decoration: none;
}

TD {
	font-size: 10pt;
	font-family : Times New Roman;
}

P {
	font-size: 10pt;
	font-family : Times New Roman;
}

TD.dark {
	font-size: 10pt;
	font-family : Times New Roman;
	color : #FFFFFF;
}

P.dark {
	font-size: 10pt;
	font-family : Times New Roman;
	color : #FFFFFF;
}

TD.smaller {
	font-size: 10pt;
	font-family : Times New Roman;
	color : #000000;
}

P.smaller {
	font-size: 10pt;
	font-family : Times New Roman;
	color : #000000;
}

Option {
	border-style: solid;
	border-color: #D1A476;
	
}
