/*************************  Links *************************/

a:link {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: #C0C0C0;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
}

a:visited {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: #C0C0C0;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: #FFFFFF;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
}

a:active {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: #FFFFFF;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
}
/***************** Stuff *********************/

.submit {
	width: 120px;
	height: 25px;
	border: none;
	}

img {
 border: none;
 vertical-align: text-bottom;
 }

a img {
 border: none;
 vertical-align: text-bottom;
 }

/**********************************************************/

html {
	height:100%
	}

body {
  width: 480px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  text-align: left;
  font-size: 12px;
  }

body,input,textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  }

/***********************************************************/

#frameContent {
  width: 480px;
  height: 350px;
  color: white;
  margin: 0px;
  border: 0px solid blue;
  padding: 0px;
  font-size: 12px;
  text-align: left;
  }

/**************** General *********************/

div.gigPanel {
background-color: red;
  }

div.jukebox {
  width: 352px;
  height: 295px;
  margin: 5px auto 0px auto;
  padding: 0px;
  }

div.horLine {
clear: both;
margin: 5px 0 5px 0;
border-top: 1px solid #1982E6;
border-right: 0;
border-bottom: 0;
border-left: 0;
padding: 0;
}

div.horLine70 {
width: 70%;
clear: both;
margin: 5px 0 5px 0;
border-top: 1px solid #1982E6;
border-right: 0;
border-bottom: 0;
border-left: 0;
padding: 0;
font-size: 1px;
}


.text10 {
  font-size: 10px;
  }

.text14 {
  font-size: 14px;
  }

.text16 {
  font-size: 16px;
  }

.text18 {
  font-size: 18px;
  }

.text24 {
  font-size: 24px;
  }

.smallText {
  font-size: 12px;
  }

.makeBold {
font-weight: bold;
}

.makeNormal {
font-weight: normal;
}

.underlineText {
text-decoration: underline;
}

.justifyText {
padding-top: 5px;
text-align: justify;
}

.makeYellow {
  color: yellow;
  }

.makeWhite {
  color: white;
  }

