@charset "utf-8";
/* CSS Document */

h1 { 
	font-size: 34px;
	font-weight:bold;
	margin-bottom:25px; 
}

h2 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px; 
	color:#666;
}

#links { color:#fff; }
#links a { color:#fff;text-decoration:none;font-size:13px; }
#links a:hover { color:#333; }
#linkSelected a { color:#333; }

#footerText { color:#fff; }
#footerText a { color:#fff;text-decoration:none;font-size:13px; }
#footerText a:hover { color:#333; }

#nav a { 
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#666; 
}

.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}

.orange { color:#ff9900; }
.green { color:#009933; }
.blue { color:#0099cc; }
.lightGreen { color:#66cc33; }

a.orange { color:#ff9900;text-decoration:none; }
a.blue { color:#0099cc;text-decoration:none; }
a.green { color:#009933;text-decoration:none; }
a.lightGreen { color:#66cc33;text-decoration:none; }
a.orange:hover { color:#333; }
a.blue:hover { color:#333; }
a.green:hover { color:#333; }
a.lightGreen:hover { color:#333; }

#menu { font-size:17px; }
.orangeMenu a { color:#666;text-decoration:none; }
.orangeMenu a:hover { color:#ff9900; }
.orangeMenu li.currentPage a { color:#ff9900; }
.greenMenu a { color:#666;text-decoration:none; }
.greenMenu a:hover { color:#009933; }
.greenMenu li.currentPage a { color:#009933; }
.blueMenu a { color:#666;text-decoration:none; }
.blueMenu a:hover { color:#0099cc; }
.blueMenu li.currentPage a { color:#0099cc; }

#main { font-size:14px;line-height:20px; }
#mainInside { font-size:14px;line-height:20px; }
#featureBar { font-size:14px;line-height:20px; }

.homeNewsBody a { text-decoration:none; color:#ff9900; }
.homeNewsBody a:hover { color:#333; }
.newsListBody a { text-decoration:none; color:#fff; }
.newsListBody a:hover { color:#333; }
.headListBody a { text-decoration:none; color:#fff; }
.headListBody a:hover { color:#333; }

p.largeText {
	font-size:17px;
	line-height:25px;
	margin-bottom:20px;
}

#mainInside p {
	margin-bottom:20px;
}

a.take {
	display:block;
	width:127px;
	height:23px;
	background: url('../IMG/layout/take.gif') top left no-repeat;
	text-decoration:none;
	margin-bottom:25px;
}

a.take:hover {
	background-position:0px -23px;
}

a.zero {
	display:block;
	width:190px;
	height:24px;
	background: url('../IMG/layout/zero.gif') top left no-repeat;
	text-decoration:none;
	margin-bottom:25px;
}

a.zero:hover {
	background-position:0px -24px;
}

a.vision {
	display:block;
	width:217px;
	height:24px;
	background: url('../IMG/layout/vision.gif') top left no-repeat;
	text-decoration:none;
	margin-bottom:25px;
}

a.vision:hover {
	background-position:0px -24px;
}