/*
// 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-image:url('../images/bg.gif');
}

td, th, body,input,select,textarea {
	font-family: arial;
	font-size: 11pt;
	color: #c1c1c1;
}
.header {
	font-weight:bold;
	font-family: arial;
	font-size: 14pt;
	color: #ffb900;
	line-height:100%;
}
a:link, a:visited, a:active
{
	color: #ed2e0c;
	text-decoration:none;
}

a:hover {
	color: #ed2e0c;
	text-decoration:underline;
}
.byLine, .byLine a {
	text-decoration:none;
	color:#111111;
	font-family:verdana;
	font-size:8pt;
}
.byLine a:hover {
	color:#111111;
	font-family:verdana;
	font-size:8pt;
	text-decoration:underline;
}
.galleryImage
{
	border:solid 3px #222222;
}

