/* CSS Document */
a {
    color: #3366CC;
    text-decoration: none;
}

a:link {
    color: #0000FF;
}

a:visited {
  color: #3366FF;
}

a:active {
    color: #FF0000;
}

body {
    background-color: #99FF99;
    color: #333399;
}

td, th {
    color: #333333;
    text-align: left;
    vertical-align: top;
}

.subtitle {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #006666;
    text-align: center;
}

.foot-info {
    font-size: 10px;
    font-style: italic;
    color: #333333;

}
.foot-mail {
    font-size: 10px;
    font-style: italic;
    color: #00FF00;
}


.table-menu {
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    border: thin double;
    font-weight: bold;
    color: #FF0000;
    background-color: #000099;
}

.table-submenu {
	background-position: center center;
	text-align: center;
	color: #000000;
	border: none;
	list-style-type: none;
	display: table;
	background-color: #00FF00;
	padding-top: 8px;
	padding-bottom: 8px;
}
