body { background-color: #ffffff }

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style:  normal;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 10px
}

li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 10px
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px; 
	font-weight: bold; 
	color: #000000; 
	margin-top: 8px; 
	margin-bottom: 10px
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px; 
	font-weight: bold; 
	color: #000000; 
	margin-top: 8px; 
	margin-bottom: 9px
}

h3 {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000000; 
	margin-top: 8px; 
	margin-bottom: 8px
}

h4 {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000000; 
	margin-top: 8px; 
	margin-bottom: 7px
}


a:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	text-decoration: none; 
	color: #346666
} 

a:visited {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #346666 
}

a:hover {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #cccc99
}

a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #346666
}

td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px; 
	font-weight: normal; 
	font-style: normal; 
	color: #000000
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	color: #000000
}

a.indexLink:link {
	font-size:14px;
	color:#000000
}
a.indexLink:visited { 
	font-size:13px; 
	color:#000000
}
a.indexLink:active { 
	font-size:14px; 
	color: #000000
}
a.indexLink:hover { 
	font-size:14px; 
	color: #000000  
}

.explain {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 14px; 
	font-weight: normal; 
	font-style: italic; 
	color: #000000
}

.warningLarge {
	font-size: 20px; 
	color: red
}

.warningSmall {
	color: red
}

.field {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px #999999 solid;
  padding: 2px
}

.form-mandatory {
	color: red
}

.error-msg {
	color: red;
	font-weight: bold
}
