body
{
	padding: 0;
	margin: 0;
	background-color:#FFC;
    text-align:center;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #545454;
	letter-spacing: 1px;
}

.bgline {
	background-image:url(images/vert_line.jpg)
}

#wrap {
	position: relative;
	width: 969px;
	margin: 0 auto;
	background-color:#FFF;
}

#langselection {
	position: absolute;
	top: 10px;
	left: 500px;
	width: 450px;
	text-align: right;
}

#navi {
	background-color:#FFF
}

#content {
	background-color:#FFF;
}

#footer {
	background-color: #FFF
}

td, th
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #545454;
	letter-spacing: 1px;
	text-align:justify;
}

form
{
	padding:0;
	margin:0;
}



/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #960;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #960;
  margin-bottom: 5px;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #888;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
}




input, select
{
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #960;
	border: 1px solid #960;
}

th {
	font-weight: bold;
	color: #960;
	background-color: #FEB;
	text-align: left;
}
.red {
	font-weight: bold;
	color: #900;
}

.px11 {
	font-size: 11px;
}

.px10 {
	font-size: 10px;
}

.px9 {
	font-size: 9px;
}

.outline
{
	border: solid 1px #960;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
}

.linebelow
{
	border-bottom: solid 1px #960;
}

.doublelinebelow
{
	border-bottom: solid 3px #960;
	background-color: #CCC;
}



.activerow {
	background-color:#AFA
}
	
.inactiverow {
	background-color:#FCC
}

.soonrow {
	background-color:#FFC
}
a {
	font-weight: bold;
	color: #960;
	text-decoration: none;
}
a:link {
	color: #960;
	text-decoration: none;
}
a:visited {
	color: #960;
	text-decoration: none;
}
a:hover {
	color: #960;
	text-decoration: underline;
}


