BODY	{
	font-family : Times New Roman;
	font-size : small;
	font-weight:	bold;
	background-color : Black;
	}
	
P  {
	font-family : Times New Roman;
	font-size : x-small;
}


H1  {
	font-size : large;
	font-family : Times New Roman;
	font-weight : bold;
}

H2  {
	font-size : large;
	font-family : Times New Roman;
	font-weight : normal;
}

H3  {
	font-family : Times New Roman;
	font-size : small;
	font-weight : bold;
}

H4  {
	font-family : Times New Roman;
	font-size : x-small;
	font-weight : bold;
}

A  {
	font-family : Times New Roman;
	color : Blue;
	font-weight : bold;
	text-decoration	:	none;
}

A:Active  {
	color : Red;
}

A:Hover  {
	background : transparent;
	color : Red;
	font-weight	:	bold;
}

A.onRed:Hover {color: white;}
A.onRed:Active {color: white;}

UL  {
	font-family : Times New Roman;
	font-size : x-small;
}

OL  {
	font-family : Times New Roman;
	font-size : x-small;
}

LI  {
	font-family : Times New Roman;
	font-size : x-small;
}

TD  {
	font-family : Times New Roman;
	font-size : small;
	font-weight: bold;
	color:white;
}

TH  {
	font-family : Times New Roman;
	font-size : x-small;
	font-weight : bold;
	background-color : navy;
	color : white;
}

PRE  {
	font-family : Courier;
	font-size : x-small;
}

.noindent  {
	margin-left : 16px;  // Used to unindent unordered lists
}

.circle  {
  list-style : circle;  // Used within <li class="circle">
}

.nocircle  {
	list-style : none;  //Used within <li class="nothing">
}


.tblheader {
	background-color : silver;
	color : black;
}

/*	tblheaderlink: class used to denote a link within a column header
 *		in a table (used typically in conjunction with class tblheader
 *		above.
 */
.tblheaderlink {
	color: White;
}


.xxsmall {
	font-size: xx-small;
}



.logo	{
	color: red;
	font-weight: bold;
	font-size: Large;
	font-family: Arial Black;
	font-style: italic;
}

.part	{
	font-family : Arial;
	color: Black;
	font-weight: bold;
	font-size: Large;
}

.divider	{
	background-color: red;
}

.details	{
	font-size:	small;
	font-weight:	Bold;
}

.data	{
	font-size:	small;

}

.PageTitle {
	font-weight: bold;
	font-size: medium;
	text-decoration:underline;
}

.friends	{
	color:purple;
	font-size:small;
}
