﻿body {
	text-align:center;
	margin:auto;
	background-color:#D1BC29;
	background-image: url(../images/Background_Repeat.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	font-family: Arial;
	color:Black;
	font-size: 11pt;
	line-height: 1.2em;
}
h1, h2, h3
{
	font-weight:bold;
	color:#0B3495;
}
h1
{
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2
{
	font-size: 13pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3
{
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
}	
#content
{
	width:732px;
	margin:auto;
	text-align:left;
	padding: 20px;
	background-color:White;
}
body table,
body table tbody
{
	margin:auto;
}
#footer
{
	text-align:center;
	font-size:9pt;
	padding-top: 20px;
}
a, a:link, a:active, a:visited
{
	color:#0B3495;
}
a:hover
{
	color: #990000;	
}
a.Button{
    display:inline-block;
    width: 110px;
    text-align:center;
    vertical-align:middle;
    height:30px;
    background-color: #0B3495;
    color:white;
    text-decoration:none !important;
    line-height:30px;
    border: 1px solid white;
}
a.Button:hover{
    background-color:#2965EF;
}
.modalPopup
{
	width:300px;
	border: 1px solid black;
	padding: 10px;
	position:relative;
	left: -250px;
	top: -150px;
}