body
{
	font-family: sans-serif;
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url("../images/bg.gif");
}

body.intro
{
	background-color: #FFFFFF;
	background-image: none;
}

table.global
{
	width: 800px;
	height: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	text-align:	center;
}

table.global td
{
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: gray;
}

table.global td.header2
{
	height:60px;
	background-color: #FFFFFF;
	font-size: 16px;
	color: #666666;
}

table.global td.header
{
	height: 100px;
	background-color: #2D4051;
	font-size: 48px;
	color: #FFFFFF;
}

table.global td.menu
{
	height: 25px;
	background-image: url("../images/menu.jpg");
}

table.global td.content
{
	background-color: #FFFFFF;
}

table.global td.footer
{
	height: 14px;
	background-color: #293E59;
	font-size: 10px;
	color: #FFFFFF;
}

table.global td.menu a
{
	font-size: 12px;
	padding: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

table.global td.menu a:hover
{
	color: #293E59;
}

table.global td.menu a.SelectLink
{
	font-weight: bold;
	color: #293E59;
	text-decoration: none;
}

p.blue
{
	color: #293E59;
	font-size: 14px;
	font-weight: bold;
}

table.menutable
{
	width: 100%;
	border-width: 0px;
	border-collapse: collapse;
}

table.menutable td
{
	padding-left: 50px;
	border-width: 0px;
}

table.menutable td.lang
{
	padding-right: 20px;
	text-align: right;
}

table.contentlayout
{
	width: 100%;
	height: 100%;
	border-width: 0px;
	border-collapse: collapse;
	text-align:	center;
}

table.contentlayout td
{
	border-width: 0px;
}

table.contentlayout td.cell1
{
	height: 182px;
	width: 134px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	text-align: left;
	background-color: #666666;
	white-space: nowrap;
}

table.contentlayout td.cell2
{
	height: 182px;
	color: #FFFFFF;
	text-align: left;
	font-size: 22px;
	text-transform: uppercase;
	padding: 10px;
	vertical-align: bottom;
	background-color: #666666;
}

table.contentlayout td.cell3
{
	width: 134px;
	background-color: #FFFFFF;
}

table.contentlayout td.cell4
{
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	padding: 10px;
	padding-right: 30px;
	background-color: #FFFFFF;
}

table.contact td
{
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	padding-right: 10px;
	background-color: #FFFFFF;
}

table.contact td.left
{
	width: 80px;
	white-space: nowrap;
}

table.mini
{
	border-width: 0px;
	margin: 10px;
}

table.mini td
{
	border-width: 0px;
	padding: 5px;
	vertical-align: top;
}

.section
{
	color: #808080;
	font-size: 27px;
	margin-bottom:10px;
	margin-left: 55px;
	padding: 0px;
	text-transform: uppercase;
	white-space: nowrap;
}

input
{
	width: 290px;
}

textarea
{
	width: 290px;
	height: 75px;
}

a
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #293E59;
}