/* Layout Styles */
.Borders 
{
    background-color:#cccccc;
}
body 
{
    font-family:arial,verdana;
    background-color:#EEEEEE;
}
	
.Header, .Header TD
{
    background-image:url('images/gpp_graphic.gif');
    background-repeat: no-repeat;
    background-color:white;
}

/* Footer Styles */
.Footer
{
    font-size:8px;
    color:#222222;
    background-color:#EEEEEE;
}	

/* Layout Styles */
/* Link styles */
a:link
{ 
    color:#009900; 
    text-decoration:underline;
    font-size:12px;
}
a:visited
{ 
    color:#009900; 
    text-decoration:none;
    font-size:12px;
}
a:active
{ 
    color:#009900; 
    text-decoration:none;
    font-size:12px;
}
a:hover
{ 
    color:#6600CC; 
    text-decoration:none;
    font-size:12px;
}

/* TEXT styles */
h1
{ 
    font-size: 1.6em;
    color:#009900;
}
h2 
{
    font-size: 1.4em; 
    color:#009900;
}
h3 
{
    font-size: 1.4em; 
    color:#6600CC;
}
h4
{
    font-size: 1.2em; 
    color:#6600CC; 
}
h5
{
    font-size: 0.8em; 
    color:#6600CC;
}

p
{
    font-size:12px;
    color:#222222;
}

#AdminTable table 
{
    border-collapse: collapse;
}
#AdminTable td 
{
    font-size:12px;
    padding: 0.2cm;
}

#ResultsTable table 
{
    border-collapse: collapse;
}
#ResultsTable td 
{
    font-size:12px;
    padding: 0.2cm;
}
.ResultsStatus0
{
    color:black;
}
.ResultsStatus1
{
    color:green;
}
.ResultsStatus2
{
    color:blue;
}
	
#SafetyTable table 
{
    border-collapse: collapse;
}
#SafetyTable td 
{
    font-size:12px;
    padding: 0.2cm;
}
.SafetyStatus0
{
    color:red;
}
.SafetyStatus1
{
    color:green;
}
.SafetyStatus2
{
    color:blue;
}
