@charset "UTF-8";
/* CSS Document */

a:link
{
	color: #1b3a85;
	text-decoration: none;
}
a:hover
{
	color: #1b3a85;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #1b3a85;
}
a:active
{
	text-decoration: none;
	color: #1b3a85;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	background-image: url(/includes/images/background-white.png);
	background-attachment: scroll;
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
}

.container-header-logo-viabar
{
	width: 147px;
	height: 118px;
	
	margin-top: 23px;
	margin-left: 30px;
	
	background-image: url(../images/logo-via-white.png);
	background-attachment: scroll;
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
	
	float: left;
}

.container-header-logo-the1440
{
	width: 206px;
	height: 83px;
	
	margin-top: 50px;
	
	background-image: url(../images/logo-the1440-white.png);
	background-attachment: scroll;
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
	
	position: absolute;
	
	z-index: 150;
	
	margin-left: 545px;
	*margin-left: 362px;
}

.container-body-bkg
{
	width: 817px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-image: url(../images/body-bkg-white.png);
	background-repeat: repeat-y;
}

.container-body-base-bkg
{
	width: 816px;
	height: 31px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-image: url(../images/body-base-bkg-white.png);
	background-repeat: no-repeat;
}

.container-footer
{
	color: #999999;
}

.container-footer a
{
	color: #999999;
}

/* TEXT */

.text-main
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #000000;
}

.text-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
	font-weight: bold;
	
	color: #1b3a85;
}

/* Slightly smaller than main text, with higher lineheight */

.text-sub-main
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	line-height: 30px;
	
	color: #000000;
}

.text-lighter
{
	color: #999999;
}

.text-lighter a
{
	color: #999999;
}

.text-sub-main-gold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	line-height: 30px;
	
	color: #d2ad54;
}

.text-sub-main-gold a:link, .text-sub-main-gold a:hover, .text-sub-main-gold a:visited, .text-sub-main-gold a:active
{
	color: #d2ad54;
}
