@charset "utf-8";
/* CSS Document */

body{
margin-left: auto;
margin-right: auto;
text-align: center;
background-image: url(/_img/ginter_back.jpg); background-repeat: repeat-x;
background-color: #00407b;
font-size: 12pt;
font-family: Garamond, Serif, serif;
}

.clickable:hover{
	color: #f58220; text-decoration: underline; 
}

.clickable{
	color: #003f7a; text-decoration: none; font-size: 12pt; font-weight:bold;
}
.blue_title {
	color: #003f7a; text-decoration: none; font-size: 12pt; font-weight:bold;
}

.clickable_mini:hover{
	color: #f58220; text-decoration: underline; 
}

.clickable_mini{
	color: #003f7a; text-decoration: none;
}


