﻿.AdjustSettingsListDiv, .AdjustSettingsButtonsDiv
{
	width: 100%;
	padding-top: 18px;
	margin-top: 12px;
	background: url("/Images/MOH/orange-dotted-line-horiz.gif") repeat-x 0 0;
}
.AdjustSettingsButtonsDiv .Button
{
	margin-right: 5px;
}
.BlackOnCream
{
    color: #000000;
    background: #FFFFCC;
}
.YellowOnBlack
{
    color: Yellow;
    background: #000000;
}
.WhiteOnBlue
{
    color: #FFFFFF;
    background: Blue;
}
.SmallText
{
    font-size: 12px;
}
.MediumText
{
    font-size: 16px;
}
.LargeText
{
    font-size: 22px;
}
.ExtraLargeText
{
    font-size: 26px;
}
.DefaultText
{
    font-family: Arial, Sans-Serif;
}
.ComicSansText
{
    font-family: "Comic Sans MS", Arial, Sans-Serif;
}
.TimesNewRomanText
{
    font-family: "Times New Roman", Arial, Sans-Serif;
}