/*Virtu Web 
Author: Duncan Abela
Last Modified: 2008-05-20
Remarks: 
This file is used by ALL pages on the site. It is automatically inserted by the CommonMaster and is also used by html pages*/

@import url(niftyCorners.css); /*Imports niftyCorners.css*/
@import url(Forms.css);
html, 
body 
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #ffffff;
	color: #000000;
	margin-top: 1px;
}
.header 
{
	position: relative;
	width: 992px;
	text-align: center;
	margin: 0 auto;
	font-size: 10px;
	background-color:#FFFFFF;
	display: block;
	height: 70px;
	padding-top: 1px;
}

.header a img
{
	border: none;
}