
body							{ background-color: Black; background-image: url(/image/background.png); overflow: hidden; scrollbar-base-color: #9966CC; scrollbar-arrow-color: #663399; scrollbar-DarkShadow-Color: #663399; }

.bodyContainer				{ margin-left: expression(((document.body.clientWidth - 730) / 2) + "px"); margin-top: expression(((document.body.clientHeight - 500) / 2) + "px"); position: absolute; }
.bodyCaptionLeft			{ left: 0px; top: 0px; width: 230px; height: 22px; position: absolute; background-image: url(/image/captionLeft.png); background-repeat: no-repeat; }
.bodyCaptionRight			{ left: 235px; top: 0px; width: 500px; height: 22px; position: absolute; background-image: url(/image/captionRight.png); background-repeat: no-repeat; }
.bodyBottomLeft			{ left: 0px; top: 430px; width: 230px; height: 15px; position: absolute; background-image: url(/image/bottomLeft.png); background-repeat: no-repeat; }
.bodyBottomRight			{ left: 235px; top: 430px; width: 500px; height: 15px; position: absolute; background-image: url(/image/bottomRight.png); background-repeat: no-repeat; }
.bodyMenu					{ left: 0px; top: 25px; width: 230px; height: 400px; position: absolute; }
.bodyContent				{ left: 235px; top: 27px; width: 500px; height: 397px; position: absolute; background-color: Black; overflow-x: hidden; overflow: scroll; }
.bodySkyRadio				{ left: 0px; top: 250px; width: 230px; height: 125px; position: absolute; }
.bodyCounter				{ left: 0px; top: 400px; width: 230px; height: 25px; position: absolute; }

.menuText a,
.menuText a:visited,
.menuText a:hover			{ height: 19px; font-family: Impact; font-size: 10pt; font-weight: normal; padding-left: 23px; padding-top: 2px; color: #FFCE00; background-image: url(/image/menuItemPurple.png); background-repeat: no-repeat; }
.menuTextHover a,
.menuTextHover a:visited,
.menuTextHover a:hover	{ height: 19px; font-family: Impact; font-size: 10pt; font-weight: normal; padding-left: 23px; padding-top: 2px; color: #FFFF99; background-image: url(/image/menuItemYellow.png); background-repeat: no-repeat; }
.menuTextSelected a,
.menuTextSelected a:visited,
.menuTextSelected a:hover	{ height: 19px; font-family: Impact; font-size: 10pt; font-weight: normal; padding-left: 23px; padding-top: 2px; color: #FFCE00; background-image: url(/image/menuItemPink.png); background-repeat: no-repeat; }

h1								{ font-family: arial; font-size: 16pt; color: white; }
h2								{ font-family: arial; font-size: 12pt; color: white; }
p, td, li					{ font-family: arial; font-size: 12px; color: white; }
a:link						{ color: #FFCE00 }
a:visited					{ color: #FFCE00 }
a:hover						{ color: #FFFF99; font-weight: bolder; }

.rpcTable, th					{ font-size: 12px; color: #000000; font-family: arial,helvetica; font-weight:bold; background-color:#8152CF; }

textarea						{ width: 100%; }
input							{ width: 100%; }
