/* Html ---------------------------------- */
html {
     overflow: -moz-scrollbars-vertical;

}
/* Body ---------------------------------- */
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-image: url(../images/TopBgTile.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.CentreBG	{
	background-image: url(../images/CentreBgTile.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #96837C;
}
/* Paragraph ---------------------------------- */
p	{
	line-height:130%;
	text-align: justify;
	color: #FFF;
}
/* Links ---------------------------------- */
a.whitelink:link {
	text-decoration: none;
	color: White;
}
a.whitelink:active {
	text-decoration: none;
	color: #996666;
}
a.whitelink:visited {
	text-decoration: none;
	color: White;
}
a.whitelink:hover {
	text-decoration: underline;
	color: #996666;
}

a.orangelink:link {
	text-decoration: none;
	color: #FFF;
}
a.orangelink:active {
	text-decoration: none;
	color: #CCC;
}
a.orangelink:visited {
	text-decoration: none;
	color: #FFF;
}
a.orangelink:hover {
	text-decoration: underline;
	color: #CCC;
}

a:link {
	text-decoration: none;
	color: gray;
}
a:active {
	text-decoration: none;
	color: gray;
}
a:visited {
	text-decoration: none;
	color: gray;
}
a:hover {
	text-decoration: underline;
	color: gray;
}
/* Lines ---------------------------------- */

.GreyLine	{
	background-color: #E4E4E4;
}
.DottedLine	{
	background-image: url(../images/DottedLine.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.DottedLine-Centre	{
	background-image: url(../images/DottedLine.gif);
	background-position: center;
	background-repeat: repeat-x;
}

/* Footer Padding ---------------------------------- */
.FooterPadding	{
	padding-left: 10px;
}
/* Headings & Text ---------------------------------- */

.OrangeHeading	{
	font-size: 12px;
	font-weight: bold;
	color: #996666;
}
.OrangeHeading2	{
	font-size: 10px;
	color: #999;
}
.WhiteText	{
	color: White;
}
/* Gallery ---------------------------------- */
.Gallery	{

	background-color: #444444;
	padding: 10px;
	
}
/* Padding ---------------------------------- */

.Padding	{
	padding-left: 10px;
	padding-right: 10px;
}

.PaddingLeft	{
	padding-left: 10px;
	color: White;
}

.PaddingRight	{
	padding-right: 10px;
	color: White;
}

#mycustomscroll {
	width: 340px;
	height: 250px;
	overflow: auto;
	position: relative;
	margin: 0.3em auto;
	padding: 10px;
}

ul	{
	list-style-type: square;
}
li	{
	list-style-type: square;
}
.whiteheader {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.whiteheading {
	font-size: 12px;
	font-weight: bold;
	color: #46312b;
}
.ray:link {
	text-decoration: none;
	color: #46312b;
}
