body, p, td, tr, input, select, textarea, table {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
}

table {
	empty-cells: show;
}

input, textarea, select {
	border: 1px solid lightgray;
}

input.login {
	border: 1px solid gray; 
	font-size:1.6em; 
	padding:0.2em;
	height:35px;
}

h1, h2, h3, h4, h5 {
  padding: 0px;
  margin: 0px;
}

h1.index_page {
	color: gray;
	font-size: 19px;
}

form {
  padding: 0px;
  margin: 0px;
}


a.NoBold:link, a.NoBold:visited, a.NoBold:hover {
	font-weight: normal;
}

a.NoUnderline:link, a.NoUnderline:visited, a.NoUnderline:hover {
	text-decoration: none;
}


a.LOGO:link, a.LOGO:visited {
	color: #cfb73e;
	font-weight: normal;
	text-decoration: none;
	font-size: 50px;
}

a.LOGO:hover {
	color: #cfb73e;
	font-weight: normal;
	text-decoration: underline;
	font-size: 50px;
}



a:link, a:visited {
	color: #505050;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}


a.Afooter:link, a.Afooter:visited {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

a.Afooter:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

a.index_page:link, a.index_page:visited {
	color: #505050;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
}

a.index_page:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
}


a.LinkMenu:link, a.LinkMenu:visited {
	color: #505050;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
}

a.LinkMenu:hover {
	color: black;
	font-weight: normal;
	text-decoration: underline;
	font-size: 13px;
}

a.LinkMenuActive:link, a.LinkMenuActive:visited {
	color: #505050;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

a.LinkMenuActive:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}