.title_big {
        font-family: arial,helvetica,sans-serif;
        font-weight: bold;
        font-size:   200%;
}

.menu_topleft {
        font-family: arial,helvetica,sans-serif;
}

.menu_top {
        font-family: arial,helvetica,sans-serif;
        font-weight: bold;
        font-size:   200%;
}

.menu_left {
        font-family: arial,helvetica,sans-serif;
}

.menu {
	font-family: arial,helvetica,sans-serif;
        font-weight: normal;
        text-decoration: none;
	text-align: center;
	white-space: nowrap;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 200%;
	font-size: 100%;
}

a.menu:link {
	color: #000000;
	background-color: #FFFFFF;
	background-image: url("/pics/blue.jpg");
	background-repeat: repeat-x;
	border: outset;
	border-width: thin;
	border-color: #7fafdf;
}

a.menu:visited {
	color: #000000;
	background-color: #FFFFFF;
        background-image: url("/pics/blue.jpg");
	background-repeat: repeat-x;
	border: outset;
	border-width: thin;
	border-color: #7fafdf;
}

a.menu:hover {

	background-color: #FFFFFF;
        background-image: url("/pics/blue_bright.jpg");
	background-repeat: repeat-x;
	border: inset;
	border-width: thin;
	border-color: #7fafdf;
}

a:hover {
	color:red;
}

.table {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

.emptyrow {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	font-size: 1%;
}

.text {
	font-family: arial,helvetica,sans-serif;
	text-align: justify;
}

H2 {
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size:   140%;
	text-align:  center;	
}

BODY {
	background-color: #FFFFFF;
	color: #000000;
        background-image: url("/pics/left_blue.jpg");
        background-repeat: repeat-y;
}

