@charset "windows-1251";
/* CSS Document */

A
{
	color: Black;
	font-family: Arial;
	font-weight:bold;
	text-decoration:none;	
}

A:hover
{
	color: navy;
	font-style: italic;
	font-family: Arial;
	font-weight:bold;
	text-decoration:none;
}

body
{
	color: navy;	
	background-color: #0066cc;
	font-family:"Times New Roman";
	margin:0;
    padding:0;
    height:100%;
    border:none
}

html
{
	  margin:0;
      padding:0;
      height:100%;
      border:none      
}

.title1
{
font-family:Arial;
font-size:36px;
font-style:italic;

}

.menuInner
{
	border-right: white 1px;
	border-top: white 1px;
	border-left: white 1px;
	border-bottom: white 1px;
	color: white;	
	font-family: Arial;
	background-color: #bfd3e6;
}

.menuInner2
{
	border-right: white 1px;
	border-top: white 1px;
	border-left: white 1px;
	border-bottom: white 1px;
	color: white;	
	font-family: Arial;
	background-color: #0066cc;
}

.menuInner3
{
	border-right: white 1px;
	border-top: white 1px;
	border-left: white 1px;
	border-bottom: white 1px;
	color: white;	
	font-family: Arial;
	background-color: #bfd3e6;
}

.font1
{
	font:"Times New Roman", Times, serif;
	font-size:18px;
	color: navy;
	
}

.tableConcertList
{
	/*border-right: blue 1px;
	border-top: blue 1px;
	border-left: blue 1px;
	border-bottom: blue 1px;
	border-width:thin;*/
	font-family: Arial;	
	border-style:solid;
	text-align:center;
	background-color:#FFFFFF;					
}



