/**
 * @package Joomla
 * @subpackage Norsat2
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

/* General reset */
img{border:0;}
a{color:#1b6db7;text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:0;
}
/* General settings */
html{min-width:960px;}
body{
	margin:0;
	color:#333;
	font:12px Arial,Tahoma,Verdana,sans-serif;
	background: url(../images/bg-body.gif) repeat-x 0 0;
}
.accessibility{position:absolute;top:-9999px;left:-9999px;}

