/* GENERAL */
body, td
{
	font : 12px Arial;
	color : gray;
	margin : 0px 0px 0px 0px;
}
h1
{
	font : 17px Arial;
	color : seagreen;
	font-weight : bold;
	margin : 0px;
}
h2 {font-size: 14px;}
.index-green
{
	font : 14px Arial;
	color : #55A434;
	font-weight : 400;
}
.news-grey
{
	font : 12px Arial;
	color : gray;
	font-weight : 400;
}
.news-grey02
{
	font : 14px Arial;
	color : #414141;
	font-weight : 600;
}
.news-green
{
	font : 12px Arial;
	color : #55A434;
	font-weight : 400;
}
.con-green
{
	font : 12px Arial;
	color : #55A434;
	font-weight : 500;
}
.body
{
	font : 12px Arial;
	color : black;
	font-weight : 500;
}
.line-break
{
	height : 1px;
	color : #E3E3E3;
}
a:link { text-decoration : none; color : gray; }
a:active { text-decoration : none; color : gray; }
a:visited { text-decoration : none; color : gray; }
a:hover { text-decoration : underline; color : gray; }

#link a {text-decoration : underline; color : #0a4078;}

#subnav a { text-decoration : none; color : gray; }
#subnav a:link { text-decoration : none; color : gray; }
#subnav a:active { text-decoration : none; color : gray; }
#subnav a:visited { text-decoration : none; color : gray; }
#subnav a:hover { text-decoration : underline; color : gray; }

/* NAVIGATION */
.navigation
{
	font : 12px Arial;
	padding : 0px 10px 0px 10px;
}
a.navigation:link
{
	text-decoration : none;
	color : white;
}
a.navigation:active
{
	text-decoration : none;
	color : white;
}
a.navigation:visited
{
	text-decoration : none;
	color : white;
}
a.navigation:hover
{
	text-decoration : underline;
	color : white;
}

/* POP UP */
.imgPop
{
	margin : 0px;
}
#imgClose
{
	font : 12px Arial; 
	color : black;
	border : 2px solid gray;
	background-color : white;
	padding : 5px;
}

#imgClose:link
{
	text-decoration : none;
	color : black;
}
#imgClose:active
{
	text-decoration : none;
	color : black;
}
#imgClose:visited
{
	text-decoration : none;
	color : black;
}
#imgClose:hover
{
	text-decoration : none;
	background-color : lightgrey;
	color : black;
}
.over {padding-left: 10px;}

a.book:link { padding: 10px; background-color: black; border: 3px solid #ccc; cursor: pointer; text-decoration: none; width: 180px; text-align: center; display: block;}
a.book:visited {padding: 10px; background-color: black; border: 3px solid #ccc; cursor: pointer; text-decoration: none; width: 180px; text-align: center; display: block;}
a.book:hover {padding: 10px; background-color: #ccc; border: 3px solid black; cursor: pointer; text-decoration: none; width: 180px; text-align: center; display: block;}

.sayWhat { padding: 10px; background-color: #ccc; border: 3px solid black; width: 280px; text-align: center; display: block; color: black;}
