﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
}

td 
{
	font-family: Arial, Helvetica, sans-serif;
}

th 
{
	font-family: Arial, Helvetica, sans-serif;
}

a:link
{
	color: #336699;
	text-decoration: none;
}

a:active
{
	color: #336699;
	text-decoration: none;
}

a:hover
{
	color: #336699;
	text-decoration: underline;
}

a:visited
{
	color: #336699;
	text-decoration: none;
}

.screen
{
	background-image: url("Images/background.png");
}

.page
{
	padding-top: 200px;
	cursor: default;
}

.body
{
	width: 700px; 
	height: 150px; 
	background-color: #FFFFFF; 
	border: 2px solid #666666; 
	text-align: left;
}

.body_logo
{
	width: 400px; 
	height: 105px; 
	float: left; 
	padding-top: 45px;
	background-image: url("Images/logo.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

.body_content
{
	float: right;
	width: 290px;
	height: 130px;
	font-size: 10pt;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
}

.body_content_title
{
	width: 250px;
	font-size: 14pt;
	color: #333333;
	position: relative;
}

.footer
{
	width: 700px; 
	padding-top: 2px; 
	text-align: right;
	font-size: 8pt;
	color: #FFFFFF;
}
