﻿.blue2 {
	color:Blue
}
.fdcBody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 10;
}
.gridhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002868;
}
.fdcBody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 10;
}

.fdcBodyBold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height:10;
}
.fdcError100{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
	width: 100;
}
.gridbody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.head {
	font-family: Tahoma;
	font-size:12pt;
	text-decoration: none;
	font-weight:bold;
	color:#002868;
}

.tblCenter
{
    text-align: center;
    width: 100%;
}
.instructionsFilter
{
    text-align: center;
    font-weight: bold;
    color: Blue;
    padding: 5px 5px 5px 5px;
}

.dcmspagehead
{
    font-family: Tahoma;
    font-size: 22px;
    text-align: center;
    font-weight:bold;
    color: #002868;
}

.welcome
{
    /*background-color: #D3DEEF;*/
    text-align: center;
    vertical-align: middle;
    font-style: italic;
    font-weight: bold;
    color: Green;
    padding: 5px 5px 5px 5px;
}


.requiredfield
{
   color: #FF0000; 
   padding-right: 5px;
   vertical-align: top;
   visibility: visible;
}

.requiredfieldhidden
{
   color: #FF0000; 
   padding-right: 5px;
   vertical-align: top;
   visibility: hidden;
}