﻿body 
{
	font-family: Calibri;
	color: #A9A9A9;
	font-size: 14px;
}

#container
{
	margin: 100px auto 0 auto;
	width: 717px;
}

#tblHeader
{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 62px;
}

#leftBorder
{
	background-image: url('../images/border_left.jpg');
	background-repeat: repeat-y;
	width: 4px;
}

#rightBorder
{
	background-image: url('../images/border_right.jpg');
	background-repeat: repeat-y;
	width: 4px;
}

#footer
{
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	height: 9px;
}

#content
{
	text-align: center;
	vertical-align: middle;
	height: 344px;
	width: 709px;
}

#links
{
	padding-top: 15px;
	text-align: center;
	color: #A9A9A9;
	font-size: 16px;
}

a
{
	color: #A9A9A9;
	text-decoration: none;
}

.popup
{
	display: none;
	font-size: 12px;
	border: solid 1px #A9A9A9;
	padding:0px;
	margin:0px;
	background-color: #ffffff;
}