/* Menu Bar Style */

div#menu { 
	width: 110px; 
	border: 0pt solid; 
	background-color: black;
}

div#menu a {
	text-align: center; 
	width: 110px; 
	font-size: 10pt; 
	color: silver; 
	background: #333;
	padding: 1px 10px; 
	border-width: 0px; 
	border: 0px solid; 
	margin: 0 0 1px; 
	border-left: 5px solid #505050;
}

div#menu a:hover {
	color: red;
	background:silver;
} 

div#menu a:visit {
	color: blue;
}

/* Scrollbar settings*/
body {

	scrollbar-highlight-color: silver;
	scrollbar-shadow-color: silver;
	scrollbar-darkshadow-color: silver;
	scrollbar-base-color: #1c1b1b;
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: silver;
scrollbar-track-color: #000000;
	
  


}

/* Default Font Types and Font Size */
body, form {
	font-family: times new roman;
	font-size: 10pt;
}

/* Default text and background colors */
body {
 color: red;
 background-color: #030303; 
 background-image: url(./images/backdropvoraotsady.jpg); 
 background-position: top left;
 background-repeat: no-repeat;
 background-attachment: fixed;
}

/* Table settings */


table {
	border: 0px solid ivory;
	width: 690px;
	color: silver;
	font-size: 14pt;
	text-align: center;
}

.statementtable {
	font-size: 18pt;
}

/* links styles */
a:link {
	text-decoration: none;
	color: silver;
}

a:visited {
	text-decoration: none;
	/*color:#0338b2;*/
	color: blue;
}

a:hover {
	text-decoration: none;
	background:black;
	border: 1px solid;
	border-top-color:#999999;
	border-left-color:#999999;
	border-right-color:#555555;
	border-bottom-color:#555555;
	color:red;
}

/* Button styles */
.button {
	font-family="times new roman"; 
	color:black; 
	background-color: silver; 
	border-color:black;
}
