﻿body, html {height: 99%;}

#outer  {position: relative; text-align: center; vertical-align: middle;}

#outer2 {height: 99%; overflow: visible;} /* or without overflow */
#outer2[id] {display: table; position: static;}

#middle2 {text-align: center; position: absolute; } /* for explorer only*/
#middle2[id] {display: table-cell; vertical-align: middle; position: static;}

#inner2 {margin-left: auto; margin-right: auto; text-align: left;}
#inner4 {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

.dg			{ font-family: Tahoma, Arial; color: #222222; font-size: 10px; line-height: 12px; text-decoration: none; font-weight: normal; text-align:left }
.dgb		{ font-family: Tahoma, Arial; color: #222222; font-size: 10px; line-height: 12px; text-decoration: none; font-weight: bold; text-align:left }
:link.dg	{ color: #222222; }
:visited.dg { color: #222222; }
:active.dg 	{ color: #222222; }
:hover.dg	{ color: #222222; }

.lg			{ font-family: Tahoma, Arial; color: #AAAAAA; font-size: 10px; line-height: 12px; text-decoration: none; font-weight: normal; text-align:left }

:link.lg	{ color: #AAAAAA; }
:visited.lg { color: #AAAAAA; }
:active.lg 	{ color: #AAAAAA; }
:hover.lg	{ color: #AAAAAA; }


.righthighlightOff	{ font-family: Tahoma; color: #AAAAAA; font-size: 11px; line-height: 12px; text-decoration: none; font-weight: normal; text-align:top;  position:relative; bottom:2px }
.righthighlightOn	{ font-family: Tahoma, Arial; color: #AAAAAA; font-size: 11px; line-height: 12px; text-decoration: none; font-weight: bold; text-align:top;  position:relative; bottom:2px  }
.heading{ font-family: Tahoma, Arial; color: #9D0A0E; font-size: 10px; line-height: 12px; text-decoration: none; font-weight: bold; text-align:left }
.link	{   font-family: Tahoma, Arial; color: #AAAAAA; font-size: 10px; line-height: 12px; text-decoration: none; font-weight: normal; text-align:left }
:hover.link	{   font-family: Tahoma, Arial; color: #AAAAAA; font-size: 10px; line-height: 12px; text-decoration: none; font-weight: bold; text-align:left }


.title 		{ font-family: Verdana, Arial, Tahoma; color: #555555; font-size: 10px; text-decoration: none; font-weight: normal; line-height:130%}
.page	{ font-family: Tahoma; color: #AAAAAA; font-size: 11px; line-height: 12px; text-decoration: none; font-weight: normal; text-align:top;  position:relative; bottom:2px }
