body	
{
	text-align:center;
	margin:0;  
	background:#f2f2f2;		 
	font:12px Georgia, Verdana, "Times New Roman", Times, serif; color:#58595b   
}	

html, body, form 
{
  margin: 0;
  padding: 0;
}

/* begin header type */	/* 6 - industrial sans */
		
h1	{	
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-size:	1.5em;
	font-weight: 350;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin:1px;
	line-height: 1.1;
	}	
		
h2
{	
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-size: 1.3em; 
	font-weight: 350;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
    margin:1px;
    line-height: 1.1;
}	
		
h3	
{	
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-size:	1.2em;
	font-weight: 350;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin:1px;
	line-height: 1.1;
}	

/* begin affordances */	/* 4 - swiss a */

address	
{	
	font-style:	normal;
	letter-spacing:	.1em;
}

.logo
{
	margin-top:41px;
	margin-left:10px;	
}

table
{
	font-size: 12px;
}

.coreTable
{	
	/*border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;*/
	
	background: url(images/main-bg.gif) repeat-y; padding:0 10px; width:1000px; margin:0 auto; padding-right: 10px;  
}

.popupWinBody
{
	padding:5px;
	text-align: left;
	background-color: white;
}

.coreTable .td1
{
	padding-right:0px;	
}

.coreTable .td2
{
	padding-left:0px;	
	padding-right:0px;
}

.coreTable .td3
{
	padding-left:0px;	
		
}

input { font-family: Georgia, "Times New Roman", Times, serif; }
select { font-family: Georgia, "Times New Roman", Times, serif; }

.loginPopup
{
	padding:10px 10px 10px 10px;position:absolute;left:40%;height:150px;width:250px;border: medium solid;
	border-color: #ADD8E6;top:10%;z-index:50;display:none;background-color:#EEEEEE;cursor: move;
}

a:link	
{
   text-decoration: none;
   font-weight: normal;
   color: #16A1DE;
}	
		
a:visited	{
   text-decoration: none;
   font-weight: normal;
   color: #16A1DE;
}	
		
a:active	{
   text-decoration: none;
   font-weight: normal;
   color: #16A1DE;
   
}	
		
a:hover	{
   text-decoration: none;
   color: #16A1DE; /*background: #FC0;*/
}	
		
a.offsite	{
   text-decoration: none;
   font-weight: normal;
   color: #16A1DE;
}