/* Default CSS Stylesheet for a new Web Application project */

body
{
  background-color: white;
}
.Title
{
  font-weight: bold;
  font-size: 16pt;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}
.TitleSmall
{
  font-weight: bold;
  font-size: 10pt;
  color: #000066;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}
.TopMenuItemRed
{
  font-weight: bold;
  font-size: 0.6em;
  color: #000066;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.MenuItemRed
{
	text-decoration: none;
  font-weight: bold;
  font-size: 0.8em;
  color:black;
  font-family: sans-serif;
}
a.MenuItemRed:hover
{
	text-decoration:underline;
  font-weight: bold;
  font-size: 0.8em;
  color: #C00000;
  font-family: sans-serif;
}
.MenuItemBlue
{
	text-decoration: none;
  font-weight: bold;
  font-size: 0.8em;
  color:black;
  font-family: sans-serif;
}
a.MenuItemBlue:hover
{
	text-decoration:underline;
  font-weight: bold;
  font-size: 0.8em;
  color:Silver;
  font-family: sans-serif;
}
.MenuItemBlue2
{
	text-decoration: none;
  font-weight: bold;
  font-size: 0.8em;
  color:black;
  font-family: sans-serif;
}
a.MenuItemBlue2:hover
{
	text-decoration:underline;
  font-weight: bold;
  font-size: 0.8em;
  color:Blue;
  font-family: sans-serif;
}
.MenuItemOrange
{
	text-decoration: none;
  font-weight: bold;
  font-size: 0.8em;
  color:black;
  font-family: sans-serif;
}
a.MenuItemOrange:hover
{
	text-decoration:underline;
  font-weight: bold;
  font-size: 0.8em;
  color:#F74600;
  font-family: sans-serif;
}
.MainText
{
  font-size: 0.9em;
  color: black;
  font-family: Arial;
  
}
.MainTextTan
{
  font-size: 0.9em;
 color : #555;
font : normal .9em "Lucida Sans Unicode", sans-serif;
  
}
.ParagraphTitle
{
  font-size: 1.2em;
  font-weight:bold;
  color: #6766cc;
  font-family: 'Times New Roman' , Serif;
}
.Prompt
{
  font-weight: bold;
  font-size: 0.8em;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Input
{
  font-size: 0.8em;
  text-transform: uppercase;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Errors
{
  font-size: 0.7em;
  text-transform: capitalize;
  color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.MainTitle
{
  font-weight: bold;
  font-size: 1.2em;
  color: #000066;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.MainQuestion
{
  font-weight: normal;
  font-size: 1.0em;
  color: #CC0000;
  font-style: italic;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.NoticeTitle
{
  font-weight: bold;
  font-size: 14pt;
  color: black;
  font-family: 'Times New Roman';
}
.NoticeText
{
  font-weight: normal;
  font-size: 7pt;
  color: black;
  font-family: 'Verdana, Arial, Helvetica, sans-serif';
}
.NoticeBold
{
  font-weight: bold;
  font-size: 10pt;
  color: black;
  font-family: 'Times New Roman';
}
.NoticeLink
{
  font-weight: normal;
  font-size: 0.4em;
  color: #000066;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
.QLink
{
  font-weight: bold;
  font-size: 0.9em;
  font-family: 'Verdana' , Serif;
  color:#786B57;
}
.disclaimer
{
  font-size: 0.75em;
  margin: 1.5em 20px 2em 20px;
  font-family: Arial;
}

A
{
  color: #0000ff;
}

