﻿body
{
	color:Silver;
	background-color:Black;	
	font-family:Papyrus, Lucida Sans, Arial;
}
a 
{
	color:#CC0000;
	text-decoration:none;
}

a.photoLink:hover
{
	text-decoration: none;
	color: #000080;
}

a:hover 
{
	text-decoration: none; 
	color:#DBDB70;
}

.menuItem
{
	font-size:x-large;
}

.title
{
	font-size:xx-large;
	font-weight:bold;
	color:#CC0000;
}
.RepeaterStyle
{
    border-top: 1px solid #800000;
    border-bottom:1px solid #800000;
}
        
.subheader
{
	font-weight:bold;
	color:#CC0000;
	margin-top:40px;
}

.subheader2
{
	font-size:x-large;
	font-weight:bold;
	color:#CC0000;
	margin-top:60px;
	margin-bottom:20px;
}

.footnote
{
	font-size:medium;
	color:#CC0000;
}

.requiredField
{
	background-color:#DBDB70;
}
.error
{
	color:#CC0000;
}

.SMS-Date
{
	font-family:Arial;
	color: #990000;
	font-size:small;
}

.SMS-From
{
	font-family:Arial;
	color: #008000;
	font-size:small;
}

.SMS-Msg
{
	color:#999999;
}

