@import url("MenuStyle.css");

body
{
  background-color: #0336FF;
  font-family: New Times Roman; 
  font-size: 14pt;
}

.pageframe
{
  background-color: white;
  border: 1px solid black
}

h1
{
  color: Black;
}

h2
{
  color: Black;
}

p
{
  text-align: justify;
}

th.header
{
BORDER-RIGHT: #FCCD01 2px solid; 
BORDER-TOP: #FCCD01 2px solid; 
BORDER-LEFT: #FCCD01 2px solid; 
BORDER-BOTTOM: #FCCD01 2px solid;
BACKGROUND-COLOR: #0336FF;
}

.normalTextBox
{
	background-color: #6AAAEC;
  border-left:  2px solid #FCCD01; border-top:    2px solid #FCCD01;
  border-right: 2px solid #FCCD01; border-bottom: 2px solid #FCCD01;
  color: White;
  font-family: New Times Roman; font-size: 14pt;
}

.focusTextBox
{
	background-color: white;
  border-left:  2px solid #FCCD01; border-top:    2px solid #FCCD01
  border-right: 2px solid #FCCD01; border-bottom: 2px solid #FCCD01;
  color: black;
  font-family: New Times Roman; font-size: 14pt;
}

.pagefooter
{
  font-size: 8pt; text-align: center; background-color: #FCCD01; border: 1px solid black
}

.Questn { font-weight: bold; color: black }
.Answer { font-weight: bold; color: teal }

DIV.sidePane {
	BORDER-RIGHT: #FCCD01 2px solid; PADDING-RIGHT: 2px; BORDER-TOP: #FCCD01 2px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 4px; BORDER-LEFT: #FCCD01 2px solid; PADDING-TOP: 4px; BORDER-BOTTOM: #FCCD01 2px solid; BACKGROUND-COLOR: #FCCD01; TEXT-ALIGN: left; font-size: 14pt;
}
.sideButton {
	background-color: #0336FF;
  border: 2px solid #0336FF; padding: 2px;
  text-decoration: none; cursor: default; color: white;
}
.sideButtonHover {
	background-color: #AFD3FB;
  border-left:  2px solid #FFCD02; border-top:    2px solid #FFCD02;
  border-right: 2px solid #FFCD02; border-bottom: 2px solid #FFCD02;
  padding: 2px;
  text-decoration: none; cursor: default; color: black;
}
.sideButtonActive {
	background-color: #FFFEF3;
  border-left:  2px solid #FFCD02; border-top:    2px solid #FFCD02;
  border-right: 2px solid #FFCD02; border-bottom: 2px solid #FFCD02;
  padding: 2px;
  text-decoration: none; cursor: default; color: black;
}

form .buttons {
  text-align: right;
}

form .buttons input {
  font-size: 150%;
  padding: 10px;
}