@charset "UTF-8";
/* CSS Document */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.gContent {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}

.gContentBlack {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

.gContentBlackBold {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}


.gContentBold {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}

.gContentItalic {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-style:italic;
}

.gContentBoldItalic {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-style:italic;
	font-weight:bold;
}

.gHeader {
	font-family: Tahoma;
	font-size: 15px;
	font-weight:bold;
	color: #FFFFFF;
}
.gSubHeader {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}

.txtFooter {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.txtPages {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-align:center;
}

.txtCentered {
	font-family: Tahoma;
	font-size: 25px;
	color: #FFFFFF;
	text-align:center;
}

.txtPrice {
	font-family: Tahoma;
	font-size: 30px;
	color: #FFFFFF;
	text-align:center;
}

.txtDetailTitle {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	text-align:left;
	padding-left:16px;
	padding-top:3px;
}

.colouredscrollbars{
      scrollbar-arrow-color :#666666;
      background-color: #000000;
      color: #FFFFFF;
	  background-image:url(../../images/blackbk.gif);
	  border: 1px solid black;

}
