body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 0px;
	padding-top: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	vertical-align: top;
}

h1 {
	font-size: large;
}

h2 {
	font-size: medium;
}

h3, h4 {
	font-size: small;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-left: 0px solid #FFFFFF;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{ 
background-color: #212C62;
font: bold 13px Verdana;
padding: 5px 4px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: white;
text-decoration: none;
border-bottom: 3px solid #FFFFFF;
}

.wireframemenu a:visited{
color: #FFFFFF;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #CDCBCE;
color: black;
}

.bottomText {
	padding-top: 4px;
	padding-bottom: 4px;
	
	color: #3059E7;
}
.bottomText a, .bottomText a:link, .bottomText a:visited, .bottomText a:active{
	font-size: x-small;
	color: #3059E7;
}

.bottomText a:hover{
	
	color: #000000;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	color: #212c62;
	font-weight: bold;
}

.style3 {color: #FFFFFF}

TABLE.boxed {
	font-size : x-small;
	border : thin solid #212C62;
	background : #FFFFFF;
}

TD.bold{
	background : #212C62;
}

TD.webpage {
	background : #212C62;
	text-align: center;
	
}

h1.webpageheading {
	color: white;
	padding-top:10px;
}

body.webpagebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 0px;
	padding-top: 0px;
	background : #F2FBFF;
}

.boldtext{
	color : #000000;
}

.colortext {
	color : #212C62;
}

.warning {
  	text-transform: none;
  	font-style: normal;
  	font-weight: bolder;
  	color: red;
  background-color: white;
}	

.paging{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
}

		
.colophon {
  	display: none;
}	

p.boxSolid_1 {

padding: 10px;
overflow:auto;
text-align: justify;
border-top: 1px solid #0066cc;
border-right: 1px solid #0066cc;
border-bottom: 1px solid #0066cc;
border-left: 1px solid #0066cc;
background-color: #ddeeff;
}

p.boxSolid_2 {

padding: 10px;
overflow:auto;
text-align: justify;
border-top: 1px solid #78D2FF;
border-right: 1px solid #78D2FF;
border-bottom: 1px solid #78D2FF;
border-left: 1px solid #78D2FF;
background-color: #F2FBFF;
}

p.boxSolid_3 {

padding: 10px;
overflow:auto;
text-align: justify;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
background-color: #FFFFFF;
}
