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

body {
margin: 0px;
color: #012019;
background-color: #d18789;
font-size: 7pt;
font-family: Arial, Helvetica, Verdana, sans-serif;
text-align:left;
font-smooth:always;
}
.fs11{
font-size:11px;
}

a {
text-decoration: none;
color: #555555;
}

a:hover {
text-decoration: none;
color: #222222;
}

#container {
width: 692px;
height: auto;
margin: 0 auto;
text-align:left;
background-color: #eae3a9;
}

#contentContainer {
width: 670px;
height: auto;
background-color: #eae3a9;
overflow: visible;
}

.menu {
height: auto;
font-size: 12pt;
font-weight: bold;
margin-left: 14px;
color: #d8d8d8;
display: inline;
margin-bottom: 15px;
white-space: nowrap;
}

.language {
position: relative;
margin-top: 144px;
margin-left: 144px;
float: left;
width: 400;
height: auto;
z-index: 30;
}


.imgStroke {
position: relative;
left: 474px;
margin-top: 144px;
margin-left: 144px;
float: left;
}

.textbg {
position: relative;
width: 436px;
margin-top: 144px;
margin-left: 36px;
padding-top: 18px;
padding-left: 18px;
padding-right: 18px;
padding-bottom: 18px;
background-color: #dddddd;
filter:       alpha(opacity=74);
-moz-opacity: .74;
opacity:      .74;
removeAttribute;
z-index:      10;
}

.text {
position:relative;
left: 85px;
width: 436px;
margin-top: 144px;
margin-left: 36px;
padding-top: 18px;
padding-left: 18px;
padding-right: 18px;
padding-bottom: 18px;
color: #000000;
font-size: 12px;
font-weight: 500;
font-smooth:always;
float: left;
z-index:      20;
}

.alpha {
	font-size: 1.7em;
	font-weight: bold;
	filter: alpha(opacity=70); 
	zoom: 1;
	}
.corrected {background-color: white; }

strong {
color: #012019;
font-size: 13px;
font-weight: bold;
}

h1 {
color: #012019;
margin: 0;
padding: 0;
font-size: 16pt;
font-weight: bold;
text-align: left;
}

#text a {
text-decoration: none;
color: #012019;
}

#text a:hover {
text-decoration: none;
color: #718789;
}

.head {
color: #012019;
font-size: 18px;
font-weight: bold;
}

.head_white {
color: #fedfe8;
font-size: 18px;
font-weight: bold;
}

.subhead {
color: #012019;
font-size: 14px;
font-weight: bold;
}


/*-------------============Table============-------------*/
#imgContainer table{
text-align: left;
color: #012019;
border: none;
}

.tdSpace {
height:15px;
}

.tableSpace {
padding-left: 0px;
}

td.top
{
background-color:#d18789;
} 

td.body
{
background-color:#a73641;
background-image:url('artwork/bkgrnd.png');
background-repeat: no-repeat;
height: 665px;
text-align:left;
font-smooth:always;
} 

td.bottom
{
background-color:#a73641;
} 

/*-------------============Edit============-------------*/
.red {
	font-family: arial,verdana,helvetica, sans-serif; 
	font-size:   13px;
	color:       #aa0000;
	z-index:     50;
}

.green {
	font-family: arial,verdana,helvetica, sans-serif; 
	font-size:   13px;
	color:       #006600;
	z-index:     50;
}

.edit {
	font-family: arial,verdana,helvetica, sans-serif; 
	font-size:   9px;
	color:       #880000;
	z-index:     99;
}

