/* CSS Document */
html { height: 100%; }

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565555;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow: auto;
	
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #978F98; 
	scrollbar-shadow-color: #978F98; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color:  #978F98; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF;
}

table { border-collapse: collapse; }
td { padding: 0px; }
img { border: none; }
form { margin: 0; padding: 0; }
form input, form select, form textarea, form submit {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p, LI, .std-text {
	font-size: 11px;
	font-weight: normal;
	/*/*/line-height: 1.5em; /* */
}

.txt-bld-12 {
	font-size: 12px;
	font-weight: bold;
}

H1 {
	color:#175591; 
	font-size: 14px;
	font-weight: bold;
}

H2 {
	color:#175591; 
	font-size: 12px;
	font-weight: bold;	
}

H3 {
	color:#000000;
	font-size: 12px;
	font-weight: bold;
}

a:link, a:visited, a:active, a:hover  {
	color:#33518D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a:hover { color:#999999; }

a.nav:link, a.nav:visited, a.nav:active, a.nav:hover  {
	color:#000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.nav:hover { color:#255F96; }

table.mainTable {
	border: 1px solid #000000;
	width: 766px;
}

table.containerTable {
	width: 100%;
	height: 100%;
}

table.dispayGrid { font-size: 11px; }
table.dispayGrid td { padding: 2px; }
table.dispayGrid th { 
	padding: 2px 0px;
	text-align: left;
	color: #999999;
	font-weight: normal;
}

img.logo { border: 1px solid #000000; }

div.scrollbox { 
	width:550px; 
	height:262px;
	overflow: auto;
	text-align: left;
	margin: 2px 0px 2px 22px;
}

.xmas-text {
	padding-top: 8px;
	vertical-align: top;
	font-size: 11px;
	font-weight: normal;
}
table.takealook { border-collapse: separate; }