@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../Backgrounds/RecordLabel.png);
	background-repeat: repeat-y;
	background-position: center top; 
	background-color:#d4f1fd;
}

h3  {
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
}
	 
h4  {font-style:italic;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:18px
}

h1 {
	font-family: "Verdana";
	font-size: 30 px;
	color: #CC0000;
}


tr, td {font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#nav{

    height : 30px;
	font-size:large;
	border-top : 1px solid #105BAC;
	border-bottom : 1px solid #105BAC;
	color: #FFFFFF;
} 

div#nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 2px 0 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


div#nav ul li {
	display: inline;
	color : #3300CC;
	font-size: 15px;
}

a.nav:active  {color: #0000FF; text-decoration: none}  /* selected link */
a.nav:link    {color: #FF0000; text-decoration: none}  /* unvisited link */
a.nav:visited {color: #00FF00; text-decoration: none}  /* visited link */
a.nav:hover   {color: #FF00FF;               
			   border-bottom : 4px solid #06D3FF; 
			   cursor: crosshair; 
			   color: #C0FFC0; background-color: lightslategray; 
			   text-decoration: none
}
                                                       /* mouse over link */
div#banner {color:#FF0000;
            font-family: "Harlow Solid Italic";
}

h2 {
	background-position: center;
	text-align: center;
}
.R1 {
	text-align: center;
}
.BoldItalic {
	font-style: italic;

}
.Orange {
	color: #FF8000;
}
.Red {
	color: #F00;
}
.BoldItalic {
	color: #000;
}
