@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.7em;
	color: #FFFFFF;
}
body {
	background-color: #573586;
	background-image: url(../images/bg-body.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }
* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none; /* Gets rid of Firefox's dotted borders */ text-decoration:none }
a img { border:none } /* Gets rid of IE's blue borders */
abbr { cursor: help; }



/*========== HEADING STYLES ==========*/

.h1 {
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin: 12px 0px 12px 0px;
	display: block;
}



/*========== ADVANCED STYLES ==========*/

#introCentered {
  width: 760px;
  height: 600px;
  top: 50%; 
  left: 50%;
  color: #FFFFFF;
  text-align: center;
  background-image: url(../images/bg-intro.jpg);
  background-repeat: no-repeat;
  padding: 0px 0px 0px 0px;
  margin: -320px 0px 0px -380px;
  position:absolute;
  overflow: auto;
}

#languageBox {
  width: 760px;
  height: 400px;
  top: 50%; 
  left: 50%;
  color: #FFFFFF;
  text-align: center;
  background-image: url(../images/bg-intro.jpg);
  background-repeat: no-repeat;
  padding: 200px 0px 0px 0px;
  margin: -320px 0px 0px -380px;
  position:absolute;
  overflow: auto;
}




/*========== LINK STYLES ==========*/


/* Links Normal */
a:link {
	color: #fc932d;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FC932D;
}
a:hover {
	text-decoration: none;
	color: #FC932D;
}
a:active {
	text-decoration: none;
	color: #FC932D;
}


/* Links languageBox */
#languageBox a {
	font-size: 16px;
	color: #fc932d;
	text-decoration: none;
	line-height: 2.4em;
}
#languageBox a:link {
}
#languageBox a:visited {
}
#languageBox a:hover {
}
#languageBox a:active {
}