﻿body
{
	font-weight: bold;
	font-style: normal;
}


.Master
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 100%;
	margin-bottom: 0px;
}

.MenuItemStyle
{
	border-color: #FFFFFF;
	background-color: #ABE86F;
	color: #000066;
	font-weight: bold;
	font-style: normal;
}

.SelectMenuItemStyle
{
	background-color: #3C8FD3;
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}

.FieldLabelStyle
{
	font-size: 12px;
	font-weight: bold;
	color: #696969;
	min-width:200px;
	max-width:250px;
	
}

.CommentStyle
{
	font-size: 11px;
	color: #000000;
	font-style: italic;
}
.TextBoxStyle
{
	min-width: 150px;
	margin-bottom: 0px;
}
.RadioButtunListSelected
{
	color: #000000;
	font-weight: bold;
}
.RadioButtunListLocked
{
	color: #008000;
	font-weight: bold;
}

.MsgTextStyle
{
	color: #FF0000;
	background-color: #FFFFFF;
}
