html,body {
	height: 100%;
	width: 100%;
}
td {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #555555;
}
.img-border {
	border: 1px solid #427D94;
}
.main_text {
	padding-left:12px;
	padding-right:140px;
	font-size:11px;
}

.border-right		{ border-right:2px solid #D6DBE7; }
.border-left		{ border-left:2px solid #D6DBE7; }
.border-bottom	{ border-bottom:2px solid #D6DBE7; }
.border-top			{ border-top:2px solid #D6DBE7; }

.nonLinkLink	{ font-size:10px; color:#427D94; text-decoration:none; font-weight:bold; letter-spacing:2px; }

a { font-size:10px; color:#427D94; text-decoration:none; font-weight:bold; letter-spacing:2px; }
a:link { font-size: 10px; color: #427D94; text-decoration: none; font-weight:bold; letter-spacing:2px; }
a:visited { font-size: 10px; color: #427D94; text-decoration: none; font-weight:bold; letter-spacing:2px; }
a:active { font-size: 10px; color: #427D94; text-decoration: none; font-weight:bold; letter-spacing:2px; }
a:hover { font-size: 10px; color: #023D68; text-decoration: none; font-weight:bold; letter-spacing:2px; }

h1	{	font-family: Tahoma, Verdana, sans-serif; font-size:10px; color:#427D94; letter-spacing:2px; margin-top:5px; margin-bottom:-5px; }
p		{	font-family: Tahoma, Verdana, sans-serif; font-size:10px; color:#555555; letter-spacing:1px; text-align:justify; }

#maintext { height:230px; }
#mainText p { line-height:14px; font-family: Tahoma, Verdana, sans-serif; font-size:10px; color:#555555; letter-spacing:1px; text-align:justify; }

#breadcrumbs { font-size:9px; color:#629Db4; text-decoration:none; font-weight:bold; letter-spacing:1px; }
#breadcrumbs a { font-size:9px; color:#427D94; text-decoration:none; font-weight:bold; letter-spacing:1px; }
#breadcrumbs a:link { font-size:9px; color:#427D94; text-decoration:none; font-weight:bold; letter-spacing:1px; }
#breadcrumbs a:active { font-size:9px; color:#427D94; text-decoration:none; font-weight:bold; letter-spacing:1px; }
#breadcrumbs a:hover { font-size:9px; color:#023D68; text-decoration:none; font-weight:bold; letter-spacing:1px; }

li	{ font-family: Tahoma, Verdana, sans-serif; font-size:10px; color:#555555; letter-spacing:1px; text-align:left; margin-bottom:6px; }

#scrl	{ width:485px; height:220px; padding-right:8px; overflow:auto;
				scrollbar-3d-light-color:white;
        scrollbar-arrow-color:#555555;
        scrollbar-base-color:#white;
        scrollbar-dark-shadow-color:white;
        scrollbar-face-color:#D6DBE7;
        scrollbar-highlight-color:white;
        scrollbar-shadow-color:white; }
				
.SmlScrl {
	width:231px; height:140px;
	padding-right:6px;
	overflow:auto;
	scrollbar-3d-light-color:white;
	scrollbar-arrow-color:#555555;
	scrollbar-base-color:#white;
	scrollbar-dark-shadow-color:white;
	scrollbar-face-color:#D6DBE7;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:white;
}