/* CSS Document */

.content{
color: #666666; text-align: justify; font-weight: normal; font-family: Trebuchet MS, Arial, Trebuchet MS, Tahoma, Verdana; font-size: 12px; text-decoration: none;
}
a:link {
	text-decoration: none; color: #ff9900; font-weight : bold;
}
a:visited {
	text-decoration: none; color: #ff9900; font-weight : bold;
}
a:active {
	text-decoration: none; color: #ff9900; font-weight : bold;
}
a:hover {
	text-decoration: underline; color: #ff9933; font-weight : bold;
}

.smaller{
color: #666666; text-align: justify; font-weight: normal; font-family: Trebuchet MS, Arial, Trebuchet MS, Tahoma, Verdana; font-size: 10px; text-decoration: none;
}
a:link {
	text-decoration: none; color: #ff9900; font-weight : bold;
}
a:visited {
	text-decoration: none; color: #ff9900; font-weight : bold;
}
a:active {
	text-decoration: none; color: #ff9900; font-weight : bold;
}
a:hover {
	text-decoration: underline; color: #ff9933; font-weight : bold;
}