﻿body
{
	margin: 0 0 0 0;
	 background-image: url(../Images/newtile.gif);
	  background-color: Black;
	   background-repeat: repeat-y;
	    background-position: center;
}

/* Page layout divs */
.mainFrame
{
	padding: 8px;
	background-color: Black;
	background-image: url(../Images/newtile.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
}

/* Standard tags */
a:link
{
color: White;/*COLOR: #CCCCCC;*/
font-weight: bold;
text-decoration: none;
}

a:visited
{
COLOR: White;/* #CCCCCC;*/
font-weight: bold;
text-decoration: none;
}
a:hover
{
COLOR: #990066; /* Scoundrelles Purple */
font-weight: bold;
text-decoration: none;
}
a:active
{
COLOR: #CCCCCC; /* off white */
font-weight: bold;
text-decoration: none;
}

img
{
	border-style: none;
}

.heading
{
	width: 100%;
	height: 100px;
	text-indent: 5px;
	font-size: 14pt;
	color: #990066; /* Scoundrelles Purple */
	font-weight: bold;
	font-family: Verdana;
	overflow: hidden;
}

h1
{
	COLOR: #990066; /* Scoundrelles Purple */
	font-size: 9pt;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom:8px;
}

h2
{
	COLOR: #990066; /* Scoundrelles Purple */
	font-size: 8pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom:5px;
}


/* Classes */
.defaultText
{
	font-size: 8pt;
	color: #CCCCCC; /* off white */
	font-family: Verdana
}

.textItalic
{
	font-style: italic;
}

.notificationHighlight
{
	color: #CCCCCC; /* off white */
}