@import url("screen.css");

table#Content td
	{
		font-size:				.8em;
		width:					230px;
		padding-left:			37px;
		vertical-align:			top;
	}

table#Content h3
	{
		font-size:				1.4em;
	}

table#Content a
	{
		font-weight:			bold;
		color:					#8BA6AF;
	}

table#Content a:hover
	{
		text-decoration:		none;
	}

.Intro
	{
		background-image:		url('/images/Dotted-Border.jpg');
		background-repeat:		repeat-x;
		background-position:	bottom left;
		font-size:				.8em;
		padding-left:			37px;
		padding-bottom:			18px;
	}

#Content-Area-Cell h2
	{
		color:					#8BA6AF;
		font-size:				1.1em;
		padding-left:			37px;
		margin-top:				20px;
	}
