BODY {
	margin: 0;
	padding: 0;
	background: url('/style/header_bg.png') no-repeat;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	max-width: 1112px;
}

TABLE.page {
	max-width: 1112px;
	width: 100%;
	height: 100%;
	border-width: 0;
	text-align: left;
	position: center;
}

TD,TH {
//	text-align: left;
	vertical-align: top;
}

H1 {
	margin-top: 0;
	color: #030277;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
}

H2 {
	border-top: 1px dotted #666666;
        padding-top: 3px;
	margin: 14px 0 3px 0;
	color: #660066;
	font-weight: normal;
}

H4 {
	border-width: 1px 0;
	border-style: dotted;
	color: #030277;
	font-weight: bold:
	line-height: 20px;
	font-size: 12px;
	margin-bottom: 3px;
}

H4 A {
	text-decoration: none;
	color: #030277;
}

UL {
	margin-top: 0;
}

P.ulstart {
	margin-bottom: 0;
}

.grow1 {
	color: white;
	height: 25px;
}

.grow1col23 {
	padding: 0 15px;
	font-size: 10px;
	vertical-align: middle;
}

.grow1col23 UL LI A {
	text-decoration: none;
	color: white;
}

.grow2 {
	color: #666666;
	height: 35px;
}

.grow2col23 {
	padding: 0 15px;
	vertical-align: middle;
}

.grow2col23 UL LI {
	width: 70px;
}

.grow2col23 UL LI A {
	text-decoration: none;
	color: #666666;
}

.grow3 {
	height: 100px;
}

.gleft {
	padding: 10px 30px 20px 0;
	width: 210px;
	text-align: right;
	color: #666666;
	cursor: pointer;
}

.gleft UL {
	list-style-position: outside;
	list-style-type: none;
	padding-left: 30px;
}

.gleft UL LI {
	/*height: 20px;*/
	font-weight: bold;
}

.gleft UL LI A {
	color: #a8a8a8;
	padding: 0;
}

.gleft A {
	text-decoration: none;
}

.gleft UL LI A:hover {
	color: #030277;
}

.gcontent {
	padding: 10px 30px 20px 30px;
	border-width: 0 1px;
	border-color: #666666;
	border-style: dotted;
}

.gright {
	width: 185px;
	padding: 10px 30px 20px 30px;
}

.gright IMG.enlarge {
	width: 190px;
	cursor: pointer;
}

.grow-1 {
	font-size: 10pt;
	height: 20px;
        vertical-align: middle:
}

.grow-1col1 {
	text-align: right;
	padding: 0 30px;
}

.grow-1col1 A {
	color: #666666;
	text-decoration: none;
}
	
.grow-1col2 {
	background: #444444;
	color: white;
	text-align: center;
}

.grow-1col2 A {
	text-decoration: none;
	color: white;
}

.grow-1col2 A:visited {
	color: white;
}

.grow-1col3 {
	padding: 0 30px;
	// font-size: smaller;
	// font-style: italic;
	color: #666666;
}

.slogan {
	display: block;
	float: left;
	font-size: 16px;
}

UL.horiz {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

UL.horiz LI {
	margin: 0;
	vertical-align: middle;
	text-align: center;
	border-width: 0 0 0 1px;
}

UL.floatleft LI {
	display: block;
	float: left;
}

UL.floatright LI {
	display: block;
	float: right;
}

UL.floatcenter {
	text-align: center;
}

UL.floatcenter LI {
	display: block;
	float: none;
}

#transparent {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;

	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;

	display: none;
	text-align: center;
}

#centered_image {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	       
	display: none;
	text-align: center;
}

#transparent_image {
	border: 2px solid white;
}   

a.parent {
	font-weight: bold;
}

.myself {
	font-weight: bold;
	color: black;
}

.boxed {
	margin: 10px 20px 10px 20px;
	padding: 4px 7px 4px 7px;
	background: #EEEEEE;
	border: dashed #BBBBBB;
	border-width: 1px;
	cursor: pointer;
}

ul.section {
        margin-left: 0;
}

ul.section li {
	font-size: 100%;
  	border-style: dotted;
	border-width: 1px 0 0 0;
	color: #030277;
	font-size: 12px;
	margin: 5px 0;
  	font-variant: small-caps;
	text-align: right;
}

ul.subsection {
	padding-left: 0;
	margin-left: 0;
}

ul.subsection li {
	background-image: url('/style/arrow-grey.gif');
	background-position: right center;
	background-repeat: no-repeat;
	color: #a8a8a8;
	padding: 0 20px 0 0;
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color: #a8a8a8;
}

ul.subsection li:hover {
	background-image: url('/style/arrow-blue.gif');
	color: #030277;
	background-position: right center;
	background-repeat: no-repeat;
}

ul.subsubsection {
	display: none;
	position: absolute;
	border: 1px solid #030277;
	padding: 20px;
	background-color: #ddd;
	margin-left: 0;
}

.subopt {
	font-variant: normal;
	line-height: 60%;
	font-size: 90%;
}
