﻿.Landmark
{
    font-family: 'Arial Black' , Arial;
    font-size: larger;
    color: #003366;
    font-style: normal;
    font-weight: bolder;
    text-decoration: none;
}

.headlineMajor
{
    font-family: 'Arial Black' , Arial;
    font-size: larger;
    color: #ff6600;
    font-style: normal;
    font-weight: bolder;
    text-decoration: none;
}

.headlineMinor
{
    font-family: Arial;
    font-size: small;
    color: #ff4400;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

body 
{
    font-family: Arial;
    font-size: small;
    color: Black; 
    font-style: normal;
    font-weight:normal;
}
H1
{
    font-family: 'Arial Black' , Arial;
    font-size: larger;
    color: #ff6600;
    font-style: normal;
    font-weight: bolder;
    text-decoration: none;
}
H2
{
    font-family: Arial;
    font-size: small;
    color: #ff6600;
    font-style: normal;
    font-weight:bold;
    text-decoration: none;
}
.RowTableHead
{
	text-transform: capitalize;
	color: black;
	font-family: 'Arial Black' , Arial;
	background-color: #ff6600;
}

.RowPause
{
	color: black;
	font-family: Arial;
	background-color: #ffdb78;
}

.RowSession
{
	color: black;
	font-family: Arial;
	background-color: #ffffcc;
}
.RowEvent
{
	color: black;
	font-family: Arial;
	background-color: #99cc99;
}
