@import url('layout.css');
@import url('menu.css');

body{ border:0px;margin: 0px; height:100%; color: #535971;}!important /* for specifying body bg*/
/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

html								{ color:#2A3050; }
table, tr, td						{ font-family: Arial, Helvetica, Verdana, Sans; font-size: 12px; font-weight: normal; color: #535971 line-height: 140%; }
p, div, ul, li						{ font-family: Arial, Helvetica, Verdana, Sans; font-size: 12px; font-weight: normal; color: #535971; line-height: 140%; }
p									{ display: block; margin:0; padding: 0 0 0 0; }
label 								{ color:#2A3050;}
.icon                               { line-height:0; }

li									{  }
ol li								{ list-style: decimal; }
ul li								{  }
li				

/* class for user links LOGIN and USER Tokens*/
.user,a.user:link,a.user:active,a.user:visited
{
	font-weight: normal;
	color:#000000;
	font-family:"tahoma",Arial,Verdana,Helvetica;
	font-size:8pt;
	text-decoration:none;
	padding:0px;
	text-align:center;
}
a.user:hover
{
	text-decoration:underline; color:#000000;
}
/* general footer style used to style, LINKS, LOGIN*/
TD.links 
{
	font-weight: normal;
	color:#000000;
	font-family:"tahoma",Arial,Verdana,Helvetica;
	font-size:7pt;
	text-decoration:none;
	padding:6px 4PX;
	text-align:center;
	background:#9ABAE1;
}
a.links:link,a.links:active,a.links:visited
{
	font-weight: normal;
	color:#000000;
	font-family:"tahoma",Arial,Verdana,Helvetica;
	font-size:8pt;
	text-decoration:none;
	padding:0px;
	text-align:center;
}
a.links:hover
{
	text-decoration:underline; color:#000000;
}










