HTML {
	scrollbar-face-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #e5e5e5;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-shadow-color: #d9d9d9;
	scrollbar-highlight-color: #f1f1f1;
	scrollbar-track-color: white;
}

body {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/bkgrd2.gif);
	font-family: tahoma;
	line-height: 16px;
	color: #666666;
}

td, th {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
}
.table-text {
	font-family:tahoma; 
	line-height:16pt;
	padding-left:5px;
	padding-right:5px;
}

ol{
	font-size:8pt;
	letter-spacing:1px;
	line-height:16pt;
	margin-left:26px;

}

ul{ 
	list-style:none;
	margin-left:12px;
	margin-right:12px;
	font-size:8pt;
	letter-spacing:1px;
	line-height:16pt;
}

ul li
{
	background-image: url(../images/listarrow2.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left:12px;
}

ul li ul li
{
	background-image: url(../images/listarrow2.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	padding-left:12px;
}

A:link		{ color: #666666; text-decoration: none; font-weight:bold; } 
A:visited	{ color: #666666; text-decoration: none; font-weight:bold; } 
A:active	{ color: #999999; text-decoration: underline; } 
A:hover		{ color: #333333; text-decoration: underline; font-weight:bold; }

A img {border: none; } 

p { 
	font-family:tahoma; 
	font-size:8pt;
	letter-spacing:1px;
	line-height:16pt;
	color:#666666; 
	text-align:justify;
	padding-left:10px;
	padding-right:8px;
}

H1 { 
	font-family:arial; 
	font-size:16px; 
	color:#a08433; 
	padding-top:20px;
	border-bottom:1px solid #cccccc;
}

H2 { 
	font-family:tahoma; 
	font-size:12px; 
	color:#c79c1f; 
	padding-left:5px;
}
.H2b { 
	font-family:tahoma; 
	font-size:12px; 
	color:white; 
	background-color:#d2c190;
	padding-left:5px;
}


H3 { 
	font-family:tahoma; 
	font-size:12px; 
	color:#797979; 
	padding-left:10px;
}

hr { height:1px; noshade; color:#cccccc; }

sup { vertical-align: text-top; font-size: 90%; }

.bordertop {border-top:1px solid #999999;}
.borderbottom {border-bottom:1px solid #999999;}
.borderLeft {border-left:1px solid #999999;}
.borderRight {border-right:1px solid #999999;}
.borderLR {border-left:1px solid #999999; border-right:1px solid #999999;}
.borderU {border-left:1px solid #999999; border-right:1px solid #999999; border-bottom:1px solid #999999;}
.border-LBcorner {border-left:1px solid #999999; border-bottom:1px solid #999999;}
.border-RBcorner {border-right:1px solid #999999; border-bottom:1px solid #999999;}
.border-RTcorner {border-right:1px solid #999999; border-top:1px solid #999999;}
.img-border {border:1px solid #999999;}

.section-title {
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color: white;
	text-transform:uppercase;
	padding-left:2px;
}

.table-title {
	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	line-height: 16px;
	color: #898989;
	background-color:#e3e3e3;
	text-transform:uppercase;
	padding-left:2px;
}

.table-content {
	font-family:tahoma; 
	font-size:8pt;
	letter-spacing:1px;
	line-height:16pt;
	color:#666666; 
	background-color:#f4f4f4;
	padding-left:2px;
}

.LBmenu {
	font-family:tahoma; 
	font-size:11px; 
	font-weight:bold;
	text-align:right;
	border-bottom:1px solid #999999;
	padding:5px 2px 0px 8px;
}
.LBmenu-subitem {
	font-family:tahoma; 
	font-size:11px; 
	line-height:12pt;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
	padding-right:1px;
	padding-left:8px;
	background-color:#f4f4f4;
	padding:3px 2px 3px 8px;
	background-image: url(../images/leftmenu-subitem2.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
}
.LBmenu-title {
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color: #999999;
	text-transform:uppercase;
	padding-left:2px;
}

.tagline {
	font-family: tahoma;
	font-size: 18px;
	font-style:italic;
	line-height: 16px;
	color: #FF6600;
	text-transform:lowercase;
	padding-left:2px;
}

.gotoTOP {
	text-align:right;
	border-top:1px dotted #cccccc;
	padding-top:2px;
}

.breadcrumbs {
	font-family: tahoma;
	font-size: 9px;
	font-weight:bold;
	line-height: 12px;
	color: #898989;
	border-top:1px solid #999999;
	text-align:right;
}

.txtinput {
	font-family: tahoma;
	font-size: 11px;
	color:#666666; 
	background:#FFFFFF;
	border:1px solid #999999;
}

.button {
	font-family: tahoma;
	font-size: 10px;
	color:#999999; 
	text-transform:uppercase;
	background:#FFFFFF;
	border:1px solid #999999;
	padding:0px;
}

.mandatory { 
	font-family:tahoma;
	font-weight:bold;
	color:#e18b8b; 
	padding-left:5px;
}

.feedback_field{
	font-family:tahoma;
	color:#3190a4; 
	padding-left:5px;
}

.footer {
	font-family: tahoma;
	font-size: 9px;
	line-height: 12px;
	color: #c4c4c4;
}

.legal {
	font-family: tahoma;
	font-size: 9px;
	line-height: 12px;
	color: #999999;
}

.news-quote { 
	font-family:times; 
	font-size:16px; 
	color:#AD9355; 
	letter-spacing:.1em; 
	line-height:18px; 
	text-align:justify; 
	padding-left:20px; 
	padding-right:20px;
}
.news-signoff { 
	font-family:times; 
	font-size:12px; 
	color:#AD9355; 
	font-weight:bold; 
	letter-spacing:.1em; 
	line-height:18px; 
	text-align:right; 
	padding-left:20px; 
	padding-right:20px;
}
.news-title {
	font-family:times; 
	font-size:12pt; 
	font-weight:bold; 
	color:#a08433; 
	text-align:center; 
	padding-left:40px; 
	padding-right:40px;
}

.news-note {
	font-family: tahoma;
	font-size: 12px;
	font-style:italic;
	font-weight:bold; 
	line-height: 16px;
	color: #FF9900;
	padding-left:10px;
	padding-right:10px;
	border-top:1px dashed #999999;
	border-bottom:1px dashed #999999;
}

.note { font-family:tahoma; font-size:11px; color:#999999; font-style:italic; padding:10px;}

.italic-i-spacing {
	margin-right:2px;
}

.ecard-to {
	font-family:Comic Sans MS;
	font-size:28px; 
	font-weight:bold; 
	color:#ff9000; 
	text-align:left; 
	padding-left:5px;
}
.ecard-from {
	font-family:Comic Sans MS; 
	font-size:28px; 
	font-weight:bold; 
	color:#ff9000; 
	text-align:right; 
	padding-left:5px;
}
.ecard-msg {
	font-family:Comic Sans MS; 
	font-size:24px; 
	color:#ff9000; 
	text-align:center; 
	font-weight:bold; 
	font-style:italic;
	padding-left:5px;
	padding-right:5px;
	line-height:30px;
}
