.IdagContent{
	font-family: Arial;
	font-size: 14px;
	color : Green;
	line-height : 15px;
}

.IdagContentA{
	font-family: Arial;
	font-size: 14px;
	color : Green;
	line-height : 15px;
	text-decoration : underline;
}

.IdagContentB{
	font-family: Arial;
	font-size: 14px;
	color : Green;
	line-height : 15px;
	text-decoration : underline;
	text-transform : uppercase;
	font-weight : bold;
}
.IdagFooter{
	font-family: Arial;
	font-size: 11px;
	color : Green;
	line-height : 15px;
}

.IdagTitle{
	font-family: Arial;
	font-size: 25px;
	color : Green;
	line-height : 15px;
	font-variant : small-caps;
	font-weight : bold;
	background : #EEE8AA;
}

.NavigationFont{
	font-family: Arial;
	font-size: 16px;
	color : Green;
	line-height : 15px;
	font-variant : small-caps;
	font-weight : bold;
	text-decoration : none;
}

.NavigationVisitedFont{
	font-family: Arial;
	font-size: 16px;
	color : Green;
	line-height : 15px;
	font-variant : small-caps;
	font-weight : bold;
	text-decoration : none;
	background : #C0FEC5;
}

A.IdagNavigation.link{
	font-family: Arial;
	font-size: 16px;
	color : Green;
	line-height : 15px;
	font-variant : small-caps;
	font-weight : bold;
}

A.IdagNavigation.visited{
	font-family: Arial;
	font-size: 16px;
	color : Green;
	line-height : 15px;
	font-variant : small-caps;
	font-weight : bold;
	text-decoration : none;
}

A.IdagNavigation:hover{
	font-family: Arial;
	font-size: 16px;
	color : Green;
	line-height : 15px;
	font-variant : small-caps;
	font-weight : bold;
	text-decoration : none;
	background : #C0FEC5;
}