﻿*
{
	margin: 0px;
	padding: 0px;
	left: 0px;
}

body
{
	font-family: Verdana;
}

h1
{
	font-size: 1.1em;	
	margin-bottom: 20px;
}

h2
{
	font-size: 0.9em;	
	margin-bottom: 10px;
}

p
{
	font-size: 0.7em;	
	text-align: justify;
	margin-bottom: 20px;
}

a
{
	font-size: 0.7em;	
	margin-bottom: 20px;
}

#popupOuter
{
	margin-left: auto;
	margin-right: auto;
}

#popupInner
{
	margin-left: 25px;
	margin-right: 25px;
}

#popupBanner
{
	width: 550px;
	height: 50px;
	background-image: url(/res/images/popupbanner.jpg);
	background-repeat: no-repeat;
	margin-top: 40px;
}

#popupContent
{
	margin-top: 20px;	
}