body {
	font-size: 14px;
	font-family: Arial;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	margin-right: 0px;
	margin-left: 0px;
}
table        { 	font-size: 14px;
 font-family: Arial; text-align: Justify; 
               vertical-align: 2; color: #000000 }


h2           { color: #008000 }
h4           { color: #996600 }
h3           {
	color: #333333
}

.redcolor    { color: #996600; font-weight: bold }
.copyright   { color: #000000; font-size: 10px }
.bullets     { color: #000000; list-style-type: disc } */



/* Font style class*/

.font1s
{
color: #000000;
}
.font4b
{
color: #000000;
}
.link9b
{
color: #000000;
font-size: 8pt;
}
.link9b:hover
{
color: #000000;
font-size: 8pt;
}
.font1b
{
color: #000000;
font-size: 9pt;
font-weight: bold;
}

.font2s
{
color: #AB3131;
}

.font2b
{
color: #AB3131;
font-size: 9pt;
font-weight: bold;
}

.font3b
{
color: #000000;
font-size: 9pt;
font-weight: bold;
}

.font3s
{
color: #663300;
font-size: 9pt;
font-weight: normal;
}
.font6s
{
color: #000000;
font-size: 8pt;
}
.font7s
{
color: #ff0000;
font-size: 9pt;
font-weight: normal;
}
.font15s
{
color: #ff0000;
font-size: 9pt;
font-weight: bold;
}
.font15a
{
color: #000000;
font-size: 13pt;
font-weight: bold;
}

.form_button1{
        color: #000000;
        background: #F7C069;
        border: 1px none #C0C0C0;
        font-size: 8pt
}
.form_button2{
        color: #000000;
        border: 0px none #C0C0C0;
        font-size: 8pt
}

.inputbox1 {
                border-top:#ffffff solid 1px;
                border-bottom:#000000 solid 1px;
                border-right:#ffffff solid 1px;
                border-left:#ffffff solid 1px;
                font-family: verdana,arial,sans-serif;
       font-size: 7pt;
                color: #000000;
       height: 16px;
	width: 150px;
             
}
.inputbox2 {
                border-top:#F3F3F3 solid thin;
                border-bottom:#F3F3F3 solid thin;
                border-right:#F3F3F3 solid thin;
                border-left:#F3F3F3 solid thin;
                font-family: verdana,arial,sans-serif;
       font-size: 7pt;
                color: #000000;
       height: 15;
                background-color: #F3F3F3;
}
.inputbox3 {
                border-top:#39637B solid thin;
                border-bottom:#39637B solid thin;
                border-right:#39637B solid thin;
                border-left:#39637B solid thin;
                font-family: verdana,arial,sans-serif;
                color: #FFFFFF;
       height: 20;
                background-color: #39637B;
}

.inputbox4 {
       border-top:#FFFFFF solid thin;
       border-bottom:#FFFFFF solid thin;
       border-right:#FFFFFF solid thin;
       border-left:#FFFFFF solid thin;
       font-family: verdana,arial,sans-serif;
       color: #000000;
       height: 20;
       background-color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;	
}
a:active {
	color: #000000;
	text-decoration: none;
}
.top a:link {
	color: #ffffff;
	text-decoration: none;
}
.top a:visited {
	color: #ffffff;
	text-decoration: none;
}
.top a:hover {
	color: #ffffff;
	text-decoration: underline;	
}
.top a:active {
	color: #ffffff;
	text-decoration: none;
}#nav{
	height:25px;
	background-color:#010066;
	width:100%;
	line-height: 25px;
	color: #FFFFFF;
} .chromestyle{
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-right: 0;
	padding-left: 0;
	height: 31px;
	color: #FFFFFF;
}

.chromestyle ul li{
	display: inline;
	color: #FFFFFF;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.chromestyle ul li a:hover{
	text-decoration: none;
	color: #df8606;
}

.chromestyle ul li a:active{
	text-decoration: none;
	color: #FFFFFF;
}
.chromestyle ul li a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #010066;
	width: 150px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}
.dropmenudiv a{
	width: 150px;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #000033;
	color: #FFFFFF;
}
.bkground {
	background-image: url(http://scottishmusicians.co.uk/images/bk.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 610px;
}
.bkground1 {
	background-image: url(http://scottishmusicians.co.uk/images/front-page1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 610px;
}#info p {margin-left:15px; margin-right:20px;}
#info img {margin:15px; float:left;}
#info h1 {margin-left:15px;}
/* the style starts here */
a.tooltip {
	color:#333333;
}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {
	display:block;
	position:absolute;
	top:20px;
	left:45px;
	padding:15px;
	font-weight:normal;
	color:#FFFFFF;
	border:1px solid #888;
	width:350px;
	background-color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.tooltip:hover b em {position:absolute; RIGHT:20px; top:-6px; width:11px; height:6px;  0 0; display:block; font-size:1px;}


.clear {clear:both;}
.newstitle {
	font-size: 16px;
	font-weight: bold;
}
.newsmainheader {
	font-size: 24px;
	color: #ffff00;
	font-weight: bold;
}
.yellowhightlights {
	color: #FFFF00;
	font-weight: bold;
}
.nmaintitle {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
}
.newsart a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}
.newsart a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}
.newsart a:hover {
	color: #FFFF00;
	text-decoration: underline;	
	font-size: 14px;
}
.newsart a:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}.whitehightlights {
	color: #ffffff;
}