body
	{
	background-color: #000000;	/* Black */
	margin-left: 0px;
	margin-top: 0px;
	}
.textmain
	{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #CC6600;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	}
p, h1, h2, h3, h4, h5, h6, li, dl, span, div
	{
	font-family: Times New Roman, Times, serif;
	color: #999999;			/* Grey */
	}
ul
	{
	font-family: Times New Roman, Times, serif;
	color: #CC6600;			/* ??? */
	list-style-position: outside;
	list-style-type: none;
	}
	
/* Specific Tag Formating */

a.Link 
	{
	color: #FECC52;			/* Light Gold */
	text-decoration: underline;
	}
a.BigText2Link
	{
	color: #FECC52;			/* Light Gold */
	font-weight: bold;
	text-decoration: none;
	}

img.Bordered
	{
	border: thin solid #BBBBBB;	/* Light Grey */
	}
img.BorderedGold
	{
	border: thin solid #FECC52;	/* Light Gold */
	}
img.BorderedGrey
	{
	border: thin solid #BBBBBB;	/* Light Grey */
	}

/* Page Layout */

td.Header
	{
	background-image: url('UIParts/Header_03.jpg');
	background-repeat: no-repeat;
	}
/*td.TopMenu
	{
	background-image: url('UIParts/TopMenu_03.jpg');
	background-repeat: no-repeat;
	}*/
td.Body
	{
	background-image: url('UIParts/BodyBG_03.jpg');
	background-repeat: no-repeat;
	}
td.BotMenu
	{
	background-image: url('UIParts/BotMenu_03.jpg');
	background-repeat: no-repeat;
	}

/* General Formating Classes */

.bigtext1
	{
	color: #BBBBBB;		/* Light Grey */
	font-weight: bold;
	font-size: 24px;
	}
.bigtext2
	{
	color: #BBBBBB;		/* Light Grey */
	font-weight: bold;
	}
.indent1
	{
	position: relative;
	left: 40px;
	}
.navcuetext
	{
	color: #FECC52;		/* Light Gold */
	font-size: 9px;
	}
.navcuetext2
	{
	color: #BBBBBB;		/* Light Grey */
	font-size: 9px;
	}
.smallprint
	{
	font-size: 10px;
	}
.imagestats
	{
	color: #FECC52;		/* Light Gold */
	font-size: 10px;
	}
.imagestatsbold
	{
	color: #FECC52;		/* Light Gold */
	font-weight: bold;
	font-size: 10px;
	}

/* Specific Data Classes */

.GameSystem
	{
	color: #7DB61C;		/* Moss Green */
	font-weight: bold;
	}
.GameTitle
	{
	color: #FECC52;		/* Light Gold */
	/*color: #FEBEBE;	 Light Salmon */
	font-weight: bold;
	font-style: italic;
	}
.MediaTitle
	{
	color: #E49204;		/* Dark Gold */
	/*color: #FF9999;	 Salmon */
	font-weight: bold;
	font-style: italic;
	}
.LocationPlace
	{
	color: #BDE47F;		/* Light Moss Green */
	}
.Date
	{
	font-style: italic;
	}
.JobTitle
	{
	color: #BDE47F;		/* Light Moss Green */
	}
.Important
	{
	color: #BBBBBB;		/* Light Grey */
	font-weight: bold;
	}
.KindaImportant
	{
	color: #BBBBBB;		/* Light Grey */
	}
.Note
	{
	font-style: italic;
	}

