﻿
/* Background colour styles */

.styleBlackBackground {
	background-color: #000000;
}
.styleWhiteBackground {
	background-color: #FFFFFF;
}

/* Text styles */

.styleBaliSoda {
	text-align: left;
	color: #BC8E16;
	font-size: xx-large;
	font-family: "Arial Unicode MS";
}
.styleBaliSodaSubtitle {
	text-align: left;
	color: #BC8E16;
}

.styleBodyHeading {
	font-size: 1.2em;
}
.styleBodyText {
}

.styleSmallText {
	font-size: 10px;
}

.styleGreenText {
	color: #00FF00;
}
.styleBlueText {
	color: #3399FF;
}

/* Table styles */

.styleTableBorder {
	border: 2px solid #3399FF;
}
.styleNoBorder {
	border-width: 0px;
}

/* Link styles */

a:active     { color: #E0C7C7 }
a:link       { color: #cccccc; }
a:visited    { color: #bbbbbb; }
a:hover      { text-decoration: underline; color: #ffffff }

/* Menu styles */

#globalNav {
    background-image: url("Images/menuback.gif");
    position: relative;
    height: 32px;
    width: 950px;
    margin: 0 0 0 0;
    padding: 0;
}

#globalLink {
	font-family: Arial;
	color: #FFFFFF;
	font-size:12pt;
    height: 22px;
    left: 14px;
    margin: 0px 0 0 0;
    min-width: 640px;
    padding: 0;
    position: absolute;
    top: 6px;
    width: 930px;
    z-index: 100;
}

#globalLink a:active     { text-decoration: none; color: #FFFFFF }
#globalLink a:link       { text-decoration: none; color: #FFFFFF }
#globalLink a:visited    { text-decoration: none; color: #FFFFFF }
#globalLink a:hover      { text-decoration: none; color: #BBBBBB }

/* Body */

body {
	font-size: 2;
	font-family: Verdana,Trebuchet MS,Geneva,Arial,Helvetica;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(Images/dkgreyback.jpg);
	background-repeat: repeat-x;
}


