body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.63em;
	color: rgb(51, 51, 51); 
	background-color: rgb(255, 255, 255);
}

a:active {
	color: rgb(62, 93, 61);
}

a:link {
	color: rgb(79, 118, 78);
}

a:visited {
	color: rgb(51, 77, 51);
}

a {
	text-decoration: none;
}

a.index {
	display:block; 
	width:106px;
	height: 30px;
	margin-bottom: 0px; 
	background-image: url(graphics/buttons/w_homebutton.jpg);
}

a.index:hover {
	background-image: url(graphics/buttons/g_homebutton.jpg); 
}

a.training {
	display:block; 
	width:106px;
	height: 30px;
	margin-bottom: 0px; 
	background-image: url(graphics/buttons/w_trainingbutton.jpg);
}

a.training:hover {
	background-image: url(graphics/buttons/g_trainingbutton.jpg); 
}

a.awards {
	display:block; 
	width:106px;
	height: 30px;
	margin-bottom: 0px; 
	background-image: url(graphics/buttons/w_awardsbutton.jpg);
}

a.awards:hover {
	background-image: url(graphics/buttons/g_awardsbutton.jpg); 
}

a.galleries {
	display:block; 
	width:106px;
	height: 30px;
	margin-bottom: 0px; 
	background-image: url(graphics/buttons/w_galleriesbutton.jpg);
}

a.galleries:hover {
	background-image: url(graphics/buttons/g_galleriesbutton.jpg); 
}

a.vacancies {
	display:block; 
	width:106px;
	height: 30px;
	margin-bottom: 0px; 
	background-image: url(graphics/buttons/w_vacanciesbutton.jpg);
}

a.vacancies:hover {
	background-image: url(graphics/buttons/g_vacanciesbutton.jpg); 
}

a.links {
	display:block; 
	width:106px;
	height: 30px;
	margin-bottom: 0px; 
	background-image: url(graphics/buttons/w_linksbutton.jpg);
}

a.links:hover {
	background-image: url(graphics/buttons/g_linksbutton.jpg); 
}

a.members {
	display:block; 
	width:106px;
	height: 30px;
	margin-bottom: 0px; 
	background-image: url(graphics/buttons/w_membersbutton.jpg);
}

a.members:hover {
	background-image: url(graphics/buttons/b_membersbutton.jpg); 
}

