﻿/* MPTLL CSS Document */

body {
   background: #dddddd;
}
a
{
	color: #ff6600;
	text-decoration: none;
}
a:hover
{
	color: #0C2544;
	text-decoration: underline;
	}
h2
{
	font-family: Tahoma;
	font-size: 24px;
	color: #18884a;
	font-weight: lighter;
	vertical-align: top;
	line-height:24px;
}
h3
{
	font-family: Tahoma;
	font-size: 18px;
	color: #0C2544;
	font-weight: lighter;
	text-decoration:underline;
	line-height:20px;
}
.highlightedText
{
	color: #BEBF95;
	color: #18884a;
	font-weight: lighter;
	font-size:1.1em;
	margin-bottom: 5px;
}

.required
{
	color:#dd0000;
}
.smallText
{
	font-size:8px;
}
.title
{
    font: 12px Tahoma;
    font-weight:bold;
    color:#808B9A;
    color:#CCCCCC;
}
.title2
{
    font: 12px Tahoma;
    font-weight:bold;
    color:#0C2544;
}
