﻿* { margin: 0; padding: 0; }

body 
{
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: small;	
}

#a_squared a
{
    display: block;
    height: 40px;
    width: 200px;
}

#a_squared span
{
	display: none;
}

#a_squared 
{
	width: 200px;
	height: 40px;
	background: url(images/header_small_right.gif) center right no-repeat;
	position: absolute;
	top: 22px;
	right: 30px;
}

#content 
{
	padding: 2em;
	font-size: 90%;
	line-height: 1.3;
}

content td 
{
	padding: 0px 1px;
}

h2 
{
    text-align: center;
    font-size: 160%;
}

