﻿	html {
		margin:0;
		padding:0;
		font-size: small;
		font-family: Tahoma;
		overflow-y: scroll;
	}
	#wrap {
		width:900px;
		margin:0 auto;
	}
	#header {
	    padding: 20px;
	}
	#main {
		float:left;
		width:300px;
		padding:10px;
	}
	#sidebar {
		float:right;
		width:560px;
		padding:10px;
	}
	#footer {
		clear:both;
		padding:5px 10px;
	}
	#highlighted 
	{
	    color: Black;
	    font-weight: bold;
	    text-decoration: none;
	}
	#unhighlighted
	{
	    color: Gray;
	    font-weight: normal;
	    text-decoration: none;
	}
	.stealth
    {
        color : #000000;
        font-weight: 100;
        background : transparent;
        border-color : #022442;
        border-top : 0px solid;
        border-bottom : 0px solid;
        border-left : 0px solid;
        border-right : 0px solid;
        font-family : verdana,tahoma,Arial;
        font-size : 10px;
    }
    .inputbox
    {
    color : #000000;
    font-weight: 900;
    background : white;
    border-color : #022442;
    border-top : 1px solid;
    border-bottom : 1px solid;
    border-left : 1px solid;
    border-right : 1px solid;
    font-family : verdana,tahoma,Arial;
    font-size : 10px;
    }
*.GrayCopyrightText
{
	font-family:Verdana;
	font-size:9px;
	color: #787878;
	text-decoration:none;
}
	a.song:link {color:black; font-weight: bold; font-size: 7pt; font-style: normal; text-decoration: none;}
    a.song:visited {color:black; font-weight: bold; font-size: 7pt; font-style: normal; text-decoration: none;}
    a.song:hover {color:gray; font-style: normal; font-size: 7pt; text-decoration: none;}
    a.song:active {color:black; font-weight: bold; font-size: 7pt; font-style: normal; text-decoration: none;}
	
	a.unhighlighted:link {color:gray; font-style: normal; text-decoration: none;}
    a.unhighlighted:visited {color:gray; font-style: normal; text-decoration: none;}
    a.unhighlighted:hover {color:black; font-style: normal; text-decoration: none;}
    a.unhighlighted:active {color:gray; font-style: normal; text-decoration: none;}
    
	a.highlighted:link {color:Black; font-style: normal; text-decoration: none;}
    a.highlighted:visited {color:Black; font-style: normal; text-decoration: none;}
    a.highlighted:hover {color:gray; font-style: normal; text-decoration: none;}
    a.highlighted:active {color:Black; font-style: normal; text-decoration: none;}
    
    a:link {color:black; font-style: normal; text-decoration: none;}
    a:visited {color:black; font-style: normal; text-decoration: none;}
    a:hover {color:gray; font-style: normal; text-decoration: none;}
    a:active {color:black; font-style: normal; text-decoration: none;}
    
    #newsitem a:link {color:black; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none;}
    #newsitem a:visited {color:black; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none;}
    #newsitem a:hover {color:gray; font-style: normal; text-decoration: none;}
    #newsitem a:active {color:black; font-size: 8pt; font-style: normal; font-weight: bold; text-decoration: none;}