body {
	background-color: #000000;
	font-family: Garamond, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFCC;
	margin : 0;
	/*background-image : url(../images/Texture02_IMG_BG.jpg);*/
}


table, td {
	font-family: Garamond, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff8e3;
}

p {
	font-family: Garamond, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff8e3;
}

img {border: 0px;}

.movies{
	margin-top : -18px;
	margin-bottom : -18px;
}

.red {
	font-family: Garamond, Times, serif;
	font-size: 18px;
	font-weight: bold;
	/* color: #f05264; */
	color: #FF0000;
}
	
.colhead {
	font-family: Garamond, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #DEC698;
}

.gbhead{
	background-color: #512c6e;
}

/* In Content Links */

A:link{
	text-decoration: underline;
	font-family: Garamond, Times, serif;
	font-weight: normal;
	color: #dec698;
}

A:visited {
	text-decoration: underline;
	font-family: Garamond, Times, serif;
	font-weight: normal;
	color: #ffe3ae;
}

A:hover {
	text-decoration: underline;
	font-family: Garamond, Times, serif;
	font-weight: normal;
	color: #CC66FF;
}

A:active {
	text-decoration: underline;
	font-family: Garamond, Times, serif;
	font-weight: normal;
	color: #FF0000;
}

/* Navigator Menu Bar */

table.menu{
	background-image: url(../images/TopMenuBG.gif);
	background-repeat: repeat;
}

A.menu:link{
	text-decoration: none;
	font-family: Garamond, Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	font-style : italic;
}

A.menu:visited {
	text-decoration: none;
	font-family: Garamond, Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	font-style : italic;
}

A.menu:hover {
	font-size: 18px;
	color: #ffffff;
}
	
