/* Main  */
body {
	text-align:center;
	background:url(../elements/bg-page1.jpg) top center no-repeat;
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: repeat-x;
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	font-size:"11px";
	color:gray
	margin-top: 0px;
}

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:gray
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align: left;
	background-repeat: no-repeat;
}

/* HintBox */
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0px;
margin-left: -50px;
margin-top: 15px;
background-color: #CC0000;
color: #FFFFFF;
width: 150px; /*Default width of hint.*/ 
/*height: 150px; /*Default heigth of hint.*/ 
padding: 7px;
border:1px solid #222222;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid #222222;
border-bottom: 3px solid #222222;
visibility: hidden;
text-align: left;
opacity: 0.95; /* // CSS2 (or is it 3?)-compliant browsers */
filter: alpha(Opacity=95); /*// IE*/
-moz-opacity: 0.95; /* // Older versions of Mozilla */
-khtml-opacity: 0.95; /* // Older versions of Safari/Konqueror */
}

#hintbox2{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #39393b;
color: #FFFFFF;
width: 150px; /*Default width of hint.*/ 
padding: 7px;
border:1px solid #222222;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid #222222;
border-bottom: 3px solid #222222;
visibility: hidden;
text-align: left;
opacity: 0.95; /* // CSS2 (or is it 3?)-compliant browsers */
filter: alpha(Opacity=95); /*// IE*/
-moz-opacity: 0.95; /* // Older versions of Mozilla */
-khtml-opacity: 0.95; /* // Older versions of Safari/Konqueror */
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: #205d3b;
margin: 0px 3px;
text-decoration: none;
}


/* VALIGN STYLES */
.autosize span {
	height:500px;
	background-color:Aqua;
}

.valign1 {
 line-height: 65px;
 border:0px solid #000000;
}
.valign1 p {
 line-height: 65px;
 border:0px solid #000000;
}
.valign2 {
 line-height: 65px;
 border:0px solid #000000;
}
.valign2 p {
 line-height: 65px;
 border:0px solid #000000;
}
.valign3 {
 line-height: 35px;
 border:0px solid #000000;
}
.valign3 p {
 line-height: 25px;
 border:0px solid #000000;
}

/* TEXT STYLES */
.pagetext1 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 120%;
}
.pagetext2 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 120%;
}
.pagetext3 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 120%;
}
.pagetext4 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000033;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
.pagetext5 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #6699cc;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
.pagetext6 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #111111;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 120%;
}
.pagetextheader1 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	text-decoration: none;	
	word-spacing: 1px;
	letter-spacing: 0px;
}
.pagetextheader2 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: 1px;
	letter-spacing: 0px;
	line-height: 80%;	
}
.pagetextheader3 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	text-decoration: none;	
	word-spacing: 1px;
	letter-spacing: 0px;
	line-height: 220%;
}
.pagetextnormal1 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	text-decoration: none;	
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 140%;
}


/* LINK STYLES */
a:link {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
a:visited {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
a.menu:hover {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
a.menu:active {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}


a.pagetextlink1:link {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 120%;
}
a.pagetextlink1:visited {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 120%;
}
a.pagetextlink1:hover {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 120%;
}
a.pagetextlink1:active {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 120%;
}


a.pagetextlink2:link {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000033;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
a.pagetextlink2:visited {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000033;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
a.pagetextlink2:hover {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #043c93;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
a.pagetextlink2:active {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000033;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}

a.pagetextlink3:link {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
a.pagetextlink3:visited {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
a.pagetextlink3:hover {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #78a6c7;
	text-decoration: underline;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
a.pagetextlink3:active {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}

a.pagetextlink4:link {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #b6d4ea;
	text-decoration: underline;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
a.pagetextlink4:visited {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #b6d4ea;
	text-decoration: underline;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
a.pagetextlink4:hover {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #78a6c7;
	text-decoration: underline;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
a.pagetextlink4:active {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #b6d4ea;
	text-decoration: underline;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}

a.pagetextlink5:link {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
a.pagetextlink5:visited {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
a.pagetextlink5:hover {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
a.pagetextlink5:active {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}




/* Page */
#owpage {width:1000px; text-align:center; display: table-cell; vertical-align: middle;}

/* Header */
#fgtheader {
	width:800px;
	height:105px;
	background:url(../elements/bg-header1.jpg) top center no-repeat;
	background-position: top;
	background-repeat: no-repeat;
	max-height:105px;
	/*float:center;*/
	/*text-align:left;*/
	/*display: table-cell;*/
	/*vertical-align: middle;*/
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	font-size:"11px";
	color:gray
}
#fgtrowwelcome {
	width:800px;
	min-height:100px;
	background-color: #FFFFFF;
	
	/*float:center;*/
	/*text-align:left;*/
	/*display: table-cell;*/
	/*vertical-align: middle;*/
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	font-size:"11px";
	color:gray
}
#fgtrow1 {
	width:800px;
	height:180px;
	background-color: #FFFFFF;
	max-height:180px;
	/*float:center;*/
	/*text-align:left;*/
	/*display: table-cell;*/
	/*vertical-align: middle;*/
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	font-size:"11px";
	color:gray
}
#fgtrow2 {
	width:800px;
	height:360px;
	background-color: #FFFFFF;
	max-height:360px;
	/*float:center;*/
	/*text-align:left;*/
	/*display: table-cell;*/
	/*vertical-align: middle;*/
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	font-size:"11px";
	color:gray
}
#fgtrow3 {
	width:800px;
	height:200px;
	background-color: #FFFFFF;
	max-height:200px;
	/*float:center;*/
	/*text-align:left;*/
	/*display: table-cell;*/
	/*vertical-align: middle;*/
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	font-size:"11px";
	color:gray
}
#fgtrow4 {
	width:800px;
	height:300px;
	background-color: #FFFFFF;
	max-height:300px;
	/*float:center;*/
	/*text-align:left;*/
	/*display: table-cell;*/
	/*vertical-align: middle;*/
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	font-size:"11px";
	color:gray
}
#fgtrow5 {
	width:800px;
	height:400px;
	background-color: #FFFFFF;
	max-height:400px;
	/*float:center;*/
	/*text-align:left;*/
	/*display: table-cell;*/
	/*vertical-align: middle;*/
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	font-size:"11px";
	color:gray
}


#owheadercol1 {width:10px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}
#owheadercol2 {width:150px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}
#owheadercol3 {width:100px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}
#owheadercol4 {width:48px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}
#owheadercol5 {width:10px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}
#owheadercol6 {width:70px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}
#owheadercol7 {width:10px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}
#owheadercol8 {width:70px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}
#owheadercol9 {width:10px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}
#owheadercol10 {width:150px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}
#owheadercol11 {width:10px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}
#owheadercol12 {width:150px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}
#owheadercol13 {width:10px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}
#owheadercol14 {width:60px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}
#owheadercol15 {width:10px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}
#owheadercol16 {width:120px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}
#owheadercol17 {width:10px; height:50px; float:left; text-align:left; display: table-cell; vertical-align: middle;}


/* Main */
#owmain {width:1000px; height:580px; background-color: #FFFFFF;	background-image: url(../elements/bg-main1.jpg);	background-position: center; background-repeat: repeat-x; text-align:center; display: table-cell; vertical-align: middle; font-family:"Arial, Helvetica, sans-serif"; font-size:"11px"; color:gray}


/* Footer */
#owfooter {width:1000px; height:50px; max-height:60px; float:left; text-align:left; display: table-cell; vertical-align: middle; font-family:"Verdana, Arial, sans-serif"; font-size:"10px"; color:white}
