/*
// eTecc Communications Framework
// Version 1.0
// Copyright 2007 eTecc Communications All Rights Reserved
// Last Updated: January 23, 2007
// Created On: January 23, 2007 
*/

html {

}

body {
	margin:0;
	border:0;
	background:#999966;
}

td
{
	font-family:arial;
	font-size:12px;
}

a 
{	
	color:#000000;
}
a:hover 
{
	color:#FE8315;
}

	.main
	{
		background:url('../images/bg.jpg');
		repeat:no-repeat;
	}
	.main2
	{
		background:#dcdca6;
	}

	.byLine, .byLine a
	{
		font-family:verdana;
		font-size:10px;
		text-decoration:none;
		color:#000000;
	}
	.byLine a:hover
	{
		font-family:verdana;
		font-size:10px;
		color:#000000;
		text-decoration:underline;
	}

	.imageBorder1
	{
		border:solid 7px #d48b4c;
	}
