body, td {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	vertical-align:top;
}

a {
	font-family: Georgia;
	color: #ff0000;
/*	border-bottom: solid 1px; */
	text-decoration: none;
}

a:hover {
	font-family: Georgia;
	color: #0000ff;
/*	border-bottom: solid 1px #0000ff; */
	text-decoration: underline;
}

a.ImageLink {
	border: 0px;
}
a:hover.ImageLink {
	border: 0px;
}
.Verdana { font-family:Verdana, Arial, Helvetica, sans-serif }
.HeaderFont {	font-size: 24pt;	}
.LargeFont {	font-size: 15pt;	}
.LargerFont {	font-size: 18pt;	}
.NormalFont {	font-size: 10pt;	}
.SmallFont {	font-size: 9pt;	}
.SmallerFont {	font-size: 8pt;	}
.SmallestFont {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;	
}
:hover.smallest {
	font-size: 7pt;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Lighter {	color: #aaaaaa;	}
.RedText {	color: #ff0000;	}
.BoldText { font-weight:bold; }
.Italics { font-style: italic; }
.Normal { font-style: normal; }
.ContentTable {
	background-image: url(Graphics/ContentTableBackground.gif);
}

.GreyBG {
	background-color: #EEEEEE;
}

.CornerGreyBG {
	background-color: #EEEEEE;
	width:20 px;
}



/*
a:active {
	font-family: Georgia;
	color: #000000;
	border-bottom: solid 1px #ff0000;
	text-decoration: none;
}
*/


/* Top Links Navigation Styles */

.TopLinkTD {
	text-align:center;
	height:36px;
}


a.TopLinks {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ff0000;
	border:1px solid #EEEEEE;
	display:block;
	padding-top: 10px;
	padding-bottom: 9px;
	font-weight:bold;
}

a:Hover.TopLinks {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
/*	background-color: #FFFFFF; */
	color: #FFFFFF;
	display:block;
	padding-top: 10px;
	padding-bottom: 9px;
	font-weight:bold;
	border:1px solid ridge #FF0000;
	background-color:#000000;
	background-image: url(Graphics/ButtonBG2x.gif);

}

.OutlineTable {
	border: solid 1px #AAAAAA;
}

.LightOutLineTable {
	border: solid 1px #EEEEEE;
}

.aboutInnerTD {
	border-right: solid 1px #AAAAAA;
	background-color: #EEEEEE;
}

.ContactForm {
	font-family: verdana;
	font-size: 8pt;
}

/* Fix for IE Whitespace Before/After <form> */
form {
	margin: 0;
}

input, select, textarea {
	color: #000000;
	border: solid 1px #CCCCCC;
	background-color: #FDFDFD;

}

input.Convert {
	font-size:16pt;
	width:140px;
	text-align:right;
}

input.Search {
	color: #999999;
	border: solid 1px #CCCCCC;
	background-color: #FDFDFD;
	background-image:url(Graphics/Mag.jpg);
	background-repeat:no-repeat;
	padding-left: 25px;
}

button {
	height:20px;
	font-size:11px;
}

.LyricsHeaderText {
	background-color: #DDCCCC;
	color: #000000;
	padding: 4px;
	font-weight: bold;
	font-size: 12pt;
}

.LyricsAlbumTD {
	background-color: #EEEEEE;
	border-top: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	padding: 3px;
}

.LyricsNavTD1 {
	background-color: #FFFAFA;
	padding: 3px;
	border-left: 1px solid #AAAAAA;
}

.LyricsNavTD2 {
	background-color: #FFFAFA;
	padding: 3px;
	border-right: 1px solid #AAAAAA;
}

a.LyricsTrackLinks {
	font-family: Georgia;
	text-decoration: none;
	color: #AA0000;
	border: none;
}

a:Hover.LyricsTrackLinks {
	font-family: Georgia;
	text-decoration: underline;
	color: #0000FF;
	border: none;
}

.TrackTitle {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	padding:0px;
	background:#EEEEEE;
	margin:0px;
	font-weight:bold;
	vertical-align:middle;
}

.ClickVis {
	cursor: pointer;
}

 A.QuoteAlphaLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AA0000;
	border: none;
	text-decoration: none;
	font-weight:bold;
}

 A:hover.QuoteAlphaLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0000AA;
	border-bottom: solid 1px #0000FF;
	border-top: solid 1px #0000FF;
	text-decoration: none;
}

.QuoteAlphaList {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AAAAAA;
	line-height: 20px;
}

.ListTableHeader {
	font-size: 12pt;
	background-color: #113355;
	color: #8888FF;
	line-height: 18pt;
}

.AboutHeader {
	width:100%;
	border-bottom: 1px solid #1B2A55;
	background-color: #CCCCDD;
	text-align:right;
	padding:5px;
	font-size:medium;
}

hr {
	width: 75%;
	height: 1px;
	color: #DDDDDD;
	border: 0px none;
	border-top: 1px solid #DDDDDD;
}

.Centered {
	text-align:center;
	margin: 0 auto 0 auto;
}
.aLeft {
	text-align:left;
}
.aRight {
	text-align:right;
}

.vTop {
	vertical-align:top;
}

.vMid {
	vertical-align:middle;
}

.vBot {
	vertical-align:bottom;
}

TD:Hover.Highlight {
	background-color:#FFDDDD;
}

.20px {
	width:20px;
}

/* Tic-Tac-Toe Styles */

.big {
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	font-size:80px;
	cursor:pointer;
}
.debug {
	font-size:12px;
}
.bbot {
	border-bottom:2px solid #0000FF;
}
.brgt {
	border-right:2px solid #0000FF;
}
