

	body {	
		background-color: #dadada;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-image: url('../images/bg.gif');
	}

	td, th, body,input,select,textarea {
		font-family: arial, Times, "Times New Roman", "Trebuchet MS", Verdana, Tahoma;
		font-size: 12px;
		color: #454545;
	}

	a:link, a:visited, a:active, a:hover, a
	{
		color: #0095c6;
	}

	.byLine, .byLine a {
		text-decoration:none;
		color:#555555;
		font-family:verdana;
		font-size:7pt;
	}
	.byLine a:hover {
		color:#555555;
		font-family:verdana;
		font-size:7pt;
		text-decoration:underline;
	}

	.leftCol
	{
		width:175px;

		background-image: url('../images/leftBg.gif'); 
		background-repeat: repeat-y;
		padding-left:15px;
		padding-right:12px;

		font-size:8pt;
	}
	.leftCol b
	{
		font-size:11pt;
		color:#6f6f65;
	}
	.heading
	{
		font-size:12pt;
		font-weight:bold;
	}
	.centerCol
	{
		padding-left:60px; 
		padding-right:50px; 
		padding-top:27px; 
	}
	.welcomeTag
	{
		height:22px;
		background-image: url('../images/top2.gif'); 
		background-repeat: repeat-x;

		padding-left:30px;

		font-size:8pt;
	}

