/* CSS File for Electronics Today */

BODY	{
	BACKGROUND-COLOR: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000000;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 0px;
	}

/* Link Presentation */
a:link		{ color: #AD1414; text-decoration: underline; }
a:visited	{ color: #AD1414; text-decoration: underline; }
a:active	{ color: #AD1414; text-decoration: none; }
a:hover		{ color: #AD1414; text-decoration: none; }

/* Site Navigation Presentation */
.lhsNav		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	height: 40px;
	width: 180px;
	cursor:pointer;
	font-weight: bold;
	text-indent: 8px;
	line-height: 30pt;
	text-align: left;
	display: block;
	border: #FFFFFF 2px solid;
	}
a.lhsNav:link 	{
	background-image: url(resources/nav_bkgrnd.gif);
	text-decoration: none;
	background-color:#2E3256;
	color: #FFFFFF;
	}
a.lhsNav:visited 	{ 
	background-image: url(resources/nav_bkgrnd.gif);
	background-color:#2E3256;
	text-decoration: none;
	color: #FFFFFF; 
	}
a.lhsNav:active 	{ 
	background-color:#2E3256;
	text-decoration: underline;
	color: #FFFFFF; 
	}
a.lhsNav:hover 	{
	background-image: url(resources/nav_lhs_on.gif);
	text-decoration: none;
	background-color:#2E3256;
	color: #FFFFFF; 
	}

/* Text Formating */
H1 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#AD1414;
	}
H2 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#AD1414;	
	}
H3 {
	text-align:center;
	color:#2E3256;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
H4 {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
P {
	color:#000000;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
.textRight {
	text-align: right;
	}
.rhsBrandsListing {
	text-align: center;
	border: thin double #AD1414;
	}
.textCenter {
	text-align: center;
	}
.textSmallCredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2E3256;
	text-align: right;
	}
.formLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
}
.formDetail {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
}

