.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.3;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #5CA3E9;
}

.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #E67A9E;
}

.text3a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #E67A9E;
}

.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #E52627;
}

.text3 A:link { color: #AECCEA; text-decoration: underline; }
.text3 A:visited { color: #AECCEA; text-decoration: underline; }
.text3 A:hover { color: #E67A9E; text-decoration: underline; }

.text3a A:link { color: #3b87d1; text-decoration: underline; }
.text3a A:visited { color: #3b87d1; text-decoration: underline; }
.text3a A:hover { color: #E67A9E; text-decoration: underline; }

.text2 A:link { color: #ffffff; text-decoration: none; }
.text2 A:visited { color: #ffffff; text-decoration: none; }
.text2 A:hover { color: #E67A9E; text-decoration: underline; }

/* Generic form button style. */
.FormLt1 {
	font-family : Arial;
	font-size : 8pt;
	cursor: hand;
	width: 140px;
}

H1 {  font-size: 14pt; color : #6666CC; font-family :Arial, Verdana, Helvetica, sans-serif; }
H2 {  font-size: 12pt; color : #000000; font-family :Arial, Verdana, Helvetica, sans-serif; }

body {
	/*we use an absolute url for NN4 followed by a relative url for modern browsers*/
	background-image:  url("images/bg2.gif");
	/*/*/background-image:   url("images/bg2.gif"); /* */
	background-repeat: repeat;
	/*css shorthand values: Top Right Bottom Left */
	margin-top: 15px;
	background-color:  #FFFFFF;
} 

a:link    { color: #3b87d1; }
a:visited { color: #3b87d1; } 
a:hover   { color: #E67A9E; } 
a:active  { color: #42AE82; } 

.border {
	font-family: Arial;
	font-size: 8pt;
	border: 1px #000000 inset;
}

.menusys {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.authorfont  {
	font: italic 11px arial; color:#E67A9E;  text-decoration: none; 
}

.titlefont  {
	font: bold 18px arial; color:#000000;  text-decoration: none; 
}

HR {   height: 1pt;  color: #990000}
