html
{
	overflow-y:scroll;
}

body
{
	background-image:url("/images/bg.jpg");
	background-color:rgb(255,255,255);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	text-align:center;
	font-family:arial, sans-serif;
	font-size:10pt;
	color:rgb(32,0,64);
}

h1
{
	background-image:url('/images/bg-main.jpg');
	float:left;
	font-family:verdana, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:rgb(128,0,0);
	margin-top:0px;
	margin-bottom:0px;
	padding-left:40px;
}

h2
{
	font-size:11.7pt;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	margin-bottom:15px;
}

div#language-group
{
	background-image:url('/images/bg-main.jpg');
	float:right;
	margin-top:2px;
	margin-bottom:0px;
	padding-right:40px;
}


*.languages,
*.languages a
{
	font-size:9pt;
	font-family:verdana, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

*.languages a:link,
*.languages a:visited
{
	color:rgb(128,0,0);
}

*.languages a:hover,
*.languages a:active
{
	color:rgb(255,32,32);
}

div#line-background
{
	background-image:url("/images/red-hor-line-10x1.jpg");
	background-position:center center;
	background-repeat:repeat-x;
	font-size:13pt;
	margin-left:40px;
	margin-right:40px;
}

*.small
{
	font-size:8pt;
}

p, form
{
	margin-top:10px;
	margin-bottom:10px;
}

table
{
	border-collapse:collapse;
	border-style:none;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

td#main-cell
{
	width:800px;
	background-color:rgb(215,219,240);
}

td#left-cell
{
	width:10px;
	background-image:url("/images/bg-left-2.jpg");
	background-color:rgb(255,255,255);
	background-repeat:repeat-y;
}

td#right-cell
{
	width:10px;
	background-image:url("/images/bg-right-2.jpg");
	background-color:rgb(255,255,255);
	background-repeat:repeat-y;
}

td#bottom-cell
{
	width:800px;
	background-image:url("/images/bg-bottom-1.jpg");
	background-color:rgb(255,255,255);
	background-repeat:repeat-y;
	text-align:center;	
}

table#menu-table
{
	text-align:center;	
	margin-bottom:0px;
	margin-left:17px;
	margin-right:17px;
}

td.menu-button-cell
{
	width:276px;
	padding-bottom:18px;
}

td#logo-cell
{
	width:244px;
}

img#logo
{
	padding-left:18px;
}

div#content
{
	font-family:arial, sans-serif;
	font-size:10pt;
	color:rgb(32,0,64);
	padding-top:5px;
	margin-left:40px;
	margin-right:40px;
	text-align:justify;
}

a:link,
a.small:link,
a.large:link
{
	color:rgb(128,0,0);
}

a:visited,
a.small:visited,
a.large:visited
{
	color:rgb(32,0,64);
}

a:hover,
a.small:hover,
a.large:hover
{
	color:rgb(255,32,32);
	text-decoration:none;
}

a:active,
a.small:active,
a.large:active
{
	color:rgb(255,32,32);
}  

img
{
	border:0px;
	margin:0px;
	padding:0px;
}

img.menu-button
{
	width:236px;
	height:26px;
}

img.title-table-line
{
	width:50%;
	height:1px;
	vertical-align:middle;
}

input,
textarea
{
	background-color:rgb(240,240,240);
	margin-bottom:2px;
}
