
html, body {
width : 100%;
height : 100%;
}
body {
margin : 5;
padding : 5;
background-color : #5C63E4;
font-family : Lucida, Arial, Helvetica, Helv, sans-serif;
}
h1, h2, h3, h4 {
color : #000000;
font-style : normal;
}
h1 {
font-size : 1.5em;
text-align : center;
font-weight : bold;
}
h2 {
font-size : 1.2em;
text-decoration : underline;
text-align : center;
}
h3 {
font-size : 1em;
}
h4 {
font-size : 0.8em;
text-align : center;
}
a {
color : #000000;
text-decoration : none;
}
#intro {
width : 100%;
margin : 0 0 1em 0;
padding : 0;
text-align : center;
}
#outro {
width : 100%;
margin : 1em 0 0 0;
padding : 0;
text-align : center;
}
#container {
width : 95%;
min-height : 85%;
height : auto !important ;
height : 100%;
margin : auto;
margin-top : 0;
margin-bottom : 0;
border : none;
padding : 1em 1em 1em 1em;
background-image : url();
background-repeat : repeat;
background-color : #06014E;
color : black;
}
#bevelmenu {
float : none;
width : 98%;
height : 18px;
padding : 1em 1em 1em 1em;
margin : 1em 1em 1em 1em;
background-color : transparent;
font : 12px verdana, arial, sans-serif;
font-weight : bold;
text-align : right;
}
#bevelmenu li {
list-style : none;
display : inline;
}
#bevelmenu li a {
padding : 3px 0.5em;
text-decoration : none;
color : black;
background-color : #FFFFFF;
border : none;
}
#bevelmenu li a:hover {
color : black;
background-color : #00FFFF;
}
#bevelmenu li a:active {
border-style : inset;
}
#mainmenu {
display : block;
float : left;
position : relative;
width : 8em;
margin : 0;
padding : 0;
border : none;
font-weight : bold;
}
#mainmenu ul {
width : 8em;
margin : 0;
padding : 0;
}
#mainmenu ul li {
display : block;
width : 8em;
height : 2.6em;
margin : 0;
padding : 0;
list-style : none;
font : 12px bold verdana, arial, sans-serif;
font-weight : bold;
}
#mainmenu ul li a {
display : block;
width : 8em;
padding : 0.5em 1em 0.5em 1em;
border-bottom : 0;
background-color : #FFFFFF;
}
#mainmenu ul li a:hover {
color : black;
background-color : #00FFFF;
}
.table {
	font-size : small;
	text-align : center;
	list-style : none;
	background-color: #FFFFFF;
}
#PageContent {
margin : 0 0 1em 10em;
border : none;
padding : 1em 1em 1em 2em;
font-size : 14px;
text-align : left;
background-color : #FFFFFF;
}
#Form {
float : none;
width : 54em;
margin : 0 0 0 0;
border : none;
padding : 1em 1em 1em 1em;
background : #888888;
background-image : url();
background-position : top 0%;
background-repeat : no-repeat;
}
#Links {
text-align : center;
font-size : x-small;
}
#Links li {
list-style : none;
display : ;
}
#Links li a {
padding : 1px 1em;
text-decoration : none;
color : black;
}
#Links a:hover {
color : black;
background-color : #ddff00;
border-style : outset;
}
#Logo {
border : none;
text-align : center;
}
#PageFooter {
position : relative;
bottom : 0;
padding : 1em;
font-size : 7pt;
font-weight : normal;
text-align : center;
color : #000000;
}
.thumbnail {
position : relative;
z-index : 0;
}
.thumbnail:hover {
background-color : transparent;
z-index : 50;
}
.thumbnail span {
position : fixed;
background-color : #c0c0c0;
padding : 5px;
left : -1000px;
visibility : hidden;
color : black;
text-decoration : none;
}
.thumbnail span img {
border-width : 0;
padding : 2px;
}
.thumbnail:hover span {
visibility : visible;
top : 0;
left : 60px;
}
.rithumb {
float : right;
position : static;
}
.lethumb {
float : left;
position : static;
}
.subheader {
font-size : 80%;
font-weight : normal;
text-align : center;
}
