
/*@import "general.css"; Mostly just text styling. */

body
{
	margin:12px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */	
}	

#banner
{ 
	color:white;
	font-family: "Tahoma";	
	font-weight:100;
	
}

#Content
{
	width:80%;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;	
}
.footer
{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
}
.text
{
	font-family: "Tahoma";
	font-size: 14px;
	font-weight:normal;	
}
.smalltext
{
	font-family:"Tahoma";
	font-size: 12px;
	font-weight:normal;
	
}
.login
{ 	
	top:-2; left:-2; 	
	font-family:"Tahoma";
	font-size: 14px;
	font-weight:bold;
	
}
.container1
{
	background:#333366;
	color:#fff;
	margin:1 1px;	
}
.rtop1, .rbottom1
{
	display:block;
	background:#fff;
}
.rtop1 *, .rbottom1 *
{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#333366;
}
.r1
{
	margin: 0 5px;
}
.r2
{
	margin: 0 3px;
}
.r3
{
	margin: 0 2px;
}
.r4
{
	margin: 0 1px;
	height: 2px;
}
.containerfoot
{
	background:#CCCCCC;
	color:#fff;
	margin:1 1px;	
}
.rtopfoot, .rbottomfoot
{
	display:block;
	background:#fff;
}
.rtopfoot *, .rbottomfoot *
{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#CCCCCC;
}
.sub-headings
{
	color:#FF9900;
	font-family:"Tahoma";
	font-size:18px;
	font-weight:bold;	
}
.line
{
	height:100px;
	position: relative;	
	width: 100%;
}
.right
{
	position: absolute;	
	right: 0;
}
.left
{
	position: absolute;
	left: 0;
}
.menuselect
{
	font-family: "Tahoma";
	font-size: 12px;
	font-weight:normal;
	color:#66CCFF;
	text-decoration:none;
}
.headings
{
	font-family: "Tahoma";
	font-size: 14px;
	font-weight:bold;
	text-decoration:underline;
	text-align:left;
	color:#FF6600;
}
.mainmenu
{
	font-family: "Tahoma";
	font-size: 18px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	text-transform: UPPERCASE;
	margin-left: 50px;
	color:#ff9900;	
}
	
.menuselected
{
	font-family: "Tahoma";
	font-size: 12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none
}
.addressbooklink
{
	font-family: "Tahoma";
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	color:#ffffff;
}

.emboss2
{
	font-family: "Tahoma";
	font-size:16px;
	font-weight:bold;
	display:block;
	position:relative;
	top:-2px;
	left:-1px;
	color:#320DAF;
}
.viewmail
{
	text-decoration:none;
	font-family: "Tahoma";
	font-weight: normal;
	font-size: 12px;	
}
.mailtext
{
	font-family: "Tahoma";
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;		
	text-decoration:none;
}
