p,
div,
span,
body,
table,
td, 
ul,
ol,
li,
.normal		{	font-family: Trebuchet MS, Arial;
				font-size: 12px;
				font-weight: normal;
				color: white; }

.title		{	font-family: Trebuchet MS, Arial;
				font-size: 18px;
				line-height: 30px;
				color: #FA8834; }
.subtitle	{	font-family: Trebuchet MS, Arial;
				font-size: 15px;
				font-weight: bold;
				line-height: 25px;
				color: #FA8834; }
.emphasis	{	font-size: 14px; 
				font-weight: bold; }
.bold		{	font-weight: bold; }
.small		{	font-size: 10px; }
.smallbold	{	font-size: 10px;
				font-weight: bold; }
.tiny		{	font-size: 9px; }

a:link 		{	color: #B7C5D2;
				font-weight: bold;
				text-decoration: none; }
a:visited	{	color: #B7C5D2;
				font-weight: bold;
				text-decoration: none; }
a:hover		{	color: #B7C5D2;
				font-weight: bold;
				text-decoration: underline; }
hr			{	color: #FFFFFF;
				height: 1px; }
				
img			{	border-color: #FFFFFF; }

