/* CSS Document */

html, body {
	margin:0px;
	font-family:"Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	color:#4f4f4f;
	height:100%;
	}

h1 {
	color:#000E7A;
	}	

h2 {
	color:#000E7A;
	}	

h3 {
	color:#000E7A;
	}

img {
	border:0;
	}

/* ------------------- links ---------------------*/	

a, a:active {
	color:#000E7A;
	}

a:visited {
	color:#990099;
	}

a:hover {
	color:#0055CC;
	}

a.arrows {
	font-size:1.2em;
	}
	

/* --------------------- divs -----------------------*/

div.container-index {
	margin:64px 160px 10px 30px;
	}
	
div.container {
	margin:40px 160px 10px 30px;
	width:500px;
	}

#footer {
	text-align:center;
	font-size:0.7em;
	}

#left-col {
	text-align:center;
	font-size:0.7em;
	width:158px;
	}
	
div.search {
	text-align:right;
	margin:0px 0px 20px 200px;
	width:200px;
	}
	
div.image {
	float:left; 
	text-align:center;
	margin:5px;
	}
div.image-sign {
	float:left; 
	text-align:center;
	font-size:0.9em;
	clear:left;
	margin:0px 5px 5px 5px;
	}
	
/*--------------------- table -----------------------*/

table.main {
	height:100%;
	}
	
table.menu-index {
	margin-right:20px;
	}
	
/*---------------------- form -----------------------*/

input {
	border:1px solid;
	color:#4f4f4f;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
button {
    background: red;
    border: 0;
    height: 21px;
    margin: 0;
    padding: 0;
    overflow: visible;
    width: auto;
    white-space: nowrap;
	cursor:pointer;
}
button::-moz-focus-inner{padding:0;border:none}

button div {
    background: white;
    border: 0;
    color: gray;
    height: 21px;
    margin: 0;
    padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
</style>


