body {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image: url(../img/BodyBg.gif);
  background-repeat: repeat-y;
}

p, td, th, span, div {
	font-weight: normal;
	font-size: 12px;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td.leftTitle{
	font-size: 12px;
	font-style : italic;
}

td.GridTitle{
	font-size: 12px;
	font-style : normal;
	font-weight : bold;
	color : White;
}

td.small {
	font-weight: normal;
	font-size: 10px;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.small span {
    font-size: 10px;
}

.small input {
    font-size: 10px;
}

.small select {
    font-size: 10px;
}

.small a {
    font-size: 10px;
}

.spanText{
	font-size: 12px;
	font-weight : bold;
	font-style : normal;
}

.spanTextSmall{
	font-size: 11px;
	font-weight : normal;
	font-style : italic;
}

input, textarea, select {
  border-right: black 1pt solid;
  border-top: black 1pt solid;
  font-size: 12px;
  border-left: black 1pt solid;
  border-bottom: black 1pt solid;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.readonly{
	border-right: 0pt;
	border-top: 0pt;
	border-left: 0pt;
	border-bottom: 0pt;
	font-weight: bold;
}

.checkbox input {
  border-style:none;
}

h1 {
  font-weight: bold;
  font-size: medium;
  color: #2f2662;
  font-family: 'Century Gothic' , Verdana, Arial;
}

h2 {
	font-weight: bold;
	font-size: small;
	color: #2f2662;
	font-family: 'Century Gothic' , Verdana, Arial;
}

.h2{
	font-weight: bold;
	font-size: small;
	color: #2f2662;
	font-family: 'Century Gothic' , Verdana, Arial;
}

small {
    font-style: italic;
}

A {
	font-weight: bold;
	color: #339966;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

A.selectedMenu{
	background-color : #339966;
	color : White;
}

.error {
  color: Red;
  font-weight: bold;
}

.dgheader {
  font-weight: bold;
  font-size: 11px;
}

.dgitem {
  font-size: 11px;
}