BODY  {
	margin: 0;
	scrollbar-3d-light-color : 'white';
	scrollbar-arrow-color : #55A7DD;
	scrollbar-base-color : #CECEC6;
	scrollbar-dark-shadow-color : #CECEC6;
	scrollbar-face-color : gray;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : white;
	color : #000000;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	min-height: 100%;
	width: 100%;
	height: 100%;
	background-color: #2a536e;
}

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
}

TD.ln {
	border-bottom : 1px solid Black;
	background-color : #2a536e;
	height: 25px;
}
A.ln {
	display: block;
	text-align : left;
	color : white;
	font-family :  'Franklin Gothic Medium',Arial, Geneva, Helvetica, sans-serif;
	width : 100%;
	text-decoration : none;
	margin-left : 0px;
	border-left-width : 0px;
	font-weight : normal;
	font-size : 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left : 10px;
	height: 100%;
	background-color : #2a536e;
	border-right: 1px solid black;
}
a:hover.ln {
	color : White;
	background-color: #000000;
}

P  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin-left : 10px;
	margin-right : 10px;
	font-weight : 200;
	color : #666666;
}

P.label  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	margin-left : 10px;
	margin-right : 10px;
	font-weight : 200;
	color : #666666;
	margin-top : 0px;
	margin-bottom : 10px;
}

H1  {
	margin-left : 10px;
	font-family : arial;
	font-size : 20px;
	color : GRAY;
	border-top-style : none;
	margin-right : 15px;
	margin-top : 20px;
	padding-top : 5px;
	border-top-width : 0px silver;
}

header  {
	margin-left : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : Cccccc;
	margin-top : 3px;
}

H2  {
	margin-left : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : White;
	margin-top : 3px;
}

H3  {
	margin-left : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : Gray;
	margin-top : 3px;
}

H4  {
	margin-left : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : 666666;
	margin-top : 0x;
}

H5  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	margin-left : 0px;
	margin-right : 0px;
	font-weight : 200;
	color : 660099;
	margin-bottom : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	padding : 0px 0px 0px 0px;
}
h5.press {
	color: #2a536e;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
}
H6  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	margin-left : 10px;
	margin-right : 10px;
	font-weight : 200;
	color : Navy;
}

A.bn  {
	font-size : xx-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left : 0;
	padding-right : 0px;
	color : Gray;
	text-decoration : none;
}

A.bm  {
	font-size : xx-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left : 2px;
	padding-right : 2px;
	color : #ffffff;
	text-decoration : none;
}

A.bm:hover  {
	color : #ffffff;
}

A.bb  {
	font-size : 10;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left : 2px;
	padding-right : 2px;
	color : black;
	text-decoration : none;
}

A.bb:hover  {
	background-color : white;
	color : red;
}

A.bn:hover  {
	color : #6D99C6;
}

Copyright  {
	font-family : Verdana;
	font-size : x-small;
	margin-left : 10px;
	margin-right : 10px;
	font-weight : 200;
	color : Green;
}

UL  {
	font-family : Verdana;
	font-size : 13px;
	margin-top : 5px;
	margin-bottom : 0px;
}

A  {
	color : Navy;
}
DIV.footer {
	position: fixed;
	width:100%;
	left:0;
	bottom:0;
}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #ccffcc;
	width: 100%;
	text-align: center;
}