H1{
	font-size: 29px;
}

BODY{
	scrollbar-dark-shadow-color: #003366;
	scrollbar-face-color: #29425A;
	scrollbar-highlight-color: #7B88A9;
	scrollbar-shadow-color: #D0DAE3;
	}

A:link {
	color: #0099FF;
	text-decoration: none;
}

A:visited {
	color: #0066FF;
	text-decoration: none;
}

A:active {
	color: #0033FF;
	text-decoration: none;
}

A:hover {
	color: #0066FF;
	text-decoration: none;
}

A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:active {
	color: #FFCC00;
	text-decoration: none;
}

A.dark:hover {
	color: #FFFF00;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Arial;
}

P {
	font-size: 12px;
	font-family : Arial;
}

TD.dark {
	font-size: 12px;
	font-family : Arial;
	color : #FFFFFF;
}

P.dark {
	font-size: 12px;
	font-family : Arial;
    color: #FFFFFF
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #000000;
}

HR {
	color : #003366;
	height : 1px;
}

site {
	border: 0px;
}

a.text:hover {
	color: #0066FF;
	text-decoration: underline;
}

a.text:link {
	color: #000000;
	text-decoration: none;
}	

a.read:hover {
	color: #0066FF;
	text-decoration: underline;
}

a.read:link {
	color: ##0099FF;
	text-decoration: underline;
}	


.line-top { border-top:1px dotted #aaa; }
.line-right { border-right:1px dotted #ccc; }
.line-dot { border-bottom:1px dotted #aaa; }
.feature { width:360px; height:245px; margin-bottom:2px; }


.ind { vertical-align:top; width:150px; font-size:8pt; padding:15px; color:#000; text-align:center;  }
.ind .title { height:55px; font-size:10pt; font-weight:bold; color:#999; margin:0px; }
.ind .img { height:110px; text-align:center; margin:0px 0px 5px 0px;   }
.ind .description { text-align:left; }
.ind a { color:#06f; text-decoration:none; }