/* CSS Document */
html, body {
    height: 100%;
}
body {
	background-image: url(file:///C|/Local/IAS/ISA/images/isa_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #eee;
	margin-top:0;
	font-family:"Verdana";
	font-size: 12px;
	color:#666666;
	line-height:20px;
}
.orgTitle {
	font-family:"Verdana";
	font-size:12px;
	color:#cc0000;
	font-weight:bold;
	line-height:20px;
}
.bluTitle {
	font-family:"Verdana";
	font-size:12px;
	color:#003399;
	font-weight:bold;
	line-height:20px;
}
.Headline {
	font-family:"Verdana";
	font-size:16px;
	color:#CC0000;
	font-weight:bold;
	line-height:20px;
}
.copyright {
	font-family:"Verdana";
	font-size:10px;
	color:#999999;
}
.content {
    min-height: 100%;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a.faq:link {
	text-decoration: none;
	font-family:"Verdana";
	font-size:10px;
	color:#999999;
	line-height:20px;
}
a.faq:hover {
	text-decoration: underline;
	font-family:"Verdana";
	font-size:10px;
	color:#CC0000;
	line-height:20px;
}
a.faq:active {
	text-decoration: none;
	font-size:10px;
	line-height:20px;
}
a.faq:visited {
	color: #000000;
	font-size:10px;
	text-decoration: none;
	line-height:20px;
}
a.LTitle:link {
	text-decoration: none;
	font-family:"Verdana";
	font-weight:normal;
	font-size:12px;
	color:#CC0000;
	line-height:20px;
}
a.LTitle:hover {
	text-decoration: underline;
	font-family:"Verdana";
	font-weight:normal;
	font-size:12px;
	color:#CC0000;
	line-height:20px;
}
a.LTitle:active {
	text-decoration: none;
	font-family:"Verdana";
	font-weight:normal;
	font-size:12px;
	color:#000000;
	line-height:20px;
}
a.LTitle:visited {
	text-ecoration: none;
	font-family:"Verdana";
	font-weight:normal;
	font-size:12px;
	color:#666666;
	line-height:20px;
}