﻿body 
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: black;	
}

.adminPageHeader
{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	color: black;	
	font-weight:bold;
}

.titlesettings
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color:black;
	font-weight:bold;
}

.subheadings
{
	font-family: Arial, Sans-Serif;
	font-size: 18px;
	color:white;	
}

.bodywhite 
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: White;	
}

a.bodywhiteLink:link
{
			font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: White;
	font-weight:bold;	
	text-decoration: none;	
}
a.bodywhiteLink:visited
{	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: White;
	font-weight:bold;
	 text-decoration: none;	
}

a.bodywhiteLink:hover
{
			font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: White;
	font-weight:bold;
    text-decoration: underline;
}

.invalidBox
{
		background: #FFDDDD;	
}
