/*This style sheet is used for the ACL project
Layers:
  In the header of every page:
    #AppletLayer containing the Menu Applet
	#BottomBorderOfMenu between the applet and the text
  In main body of every page
    
  Only in the Home Page
     #HomePhoto on the left below the page header.
	 #HomeMessageTitle  it is placed to the right of the photo.	
	 #WelcomeMessage
	 #HomeBodyTextFrame
	 #Coordinates below the picture
	 
  Specific text styles:
     .WhiteTextHeader
*/

#TitleLayer {
	position:absolute;
	visibility:visible;
	width:100%;
	height:92px;
	background-color:#26354A;
	layer-background-color:#99FFCC;
	border:1px none #000000;
	z-index:5;
	left: 0;
	top: 0px;
	text-align: center;
}
#AppletLayer {
	position:absolute;
	visibility:visible;
	width:100%;
	height:63px;
	background-color:#081c92;
	layer-background-color:#99FFCC;
	border:1px none #000000;
	z-index:4;
	left: 0;
	top: 102px;
}
#DocumentTitle {
	position:absolute;
	visibility:visible;
	width:100%;
	height:40px;
	background-color:#26354A;
	layer-background-color:#99FFCC;
	border:1px none #000000;
	z-index:6;
	left: 0px;
	top: 203px;
}
#DocumentText {
	position:absolute;
	visibility:visible;
	width:100%;
	height:465px;
	background-color:#26354A;
	layer-background-color:#99FFCC;
	border:1px none #000000;
	z-index:7;
	left: 0px;
	top: 204px;
}
.WhiteTextHeader {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.TextOrange12 {
	color: #FF9900;
	font-weight: bold;
	font-size: 12pt;
}
.DocumentTitle {
	font-size: 28px;
	font-weight: bold;
	color: #ffba00;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
BODY {
	background-color : White;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font : 10pt Arial;
	font-size : 10pt;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #555555;
	scrollbar-highlight-color: #DDDDDD;
	scrollbar-3dlight-color: #DDDDDD;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #BBBBBB;
}

A {
	text-decoration: underline;
}

TH {
	background-color : Black;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font : bold 10pt Arial;
	font-size : 10pt;
	text-align : left;
}

TD {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font : 10pt Arial;
	font-size : 10pt;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font : 10pt Arial;
	font-size : 12pt;
	text-align : justify;
}

B {
	font : bold 10pt Arial;
}

HR {
	color : Black;
}

H2 {
	font : bold 16pt Arial;
}

H2 {
	font : bold 14pt Arial;
}

H3 {
	font : bold 13pt Arial;
}

H4 {
	font : bold 12pt Arial;
}

H5 {
	font : bold 11pt Arial;
}

.sidetext {
	font-family : Arial, Helvetica, sans-serif;
	font : 9pt Arial;
	font-size : 9pt;
	text-align : left;
}

.heading {
	font : bold italic 15pt Arial;
	text-align : left;
}

.left {
	text-align : left;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.small{
	font : 8pt Arial;
}
.quotetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000099;
	text-align: center;
}
.Link {
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
.normaltext {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.underline {
text-decoration:underline
}
