p		{
	font-family: verdana;
	font-size: 8pt;
	font-weight:bolder;
	text-decoration: none;
	color: #000000;
				}
							
a			{
	font-family:verdana;
	font-size: 8pt;
	text-decoration: underline;
	color: black;
	text-transform: capitalize;
				}
			
pre			{	font-family:verdana;
				font-size:9pt;
				}

th			{
	font-size: 8pt;
	text-align: left;
	font-family:verdana;
	color: #000000;
	font-variant: small-caps;
				}

a:hover		{	text-decoration: none;
				color: darkblue;
				}
	
body {
	background-color: #FFE6BD;
	background-attachment: scroll;
	background-repeat: no-repeat;
	scrollbar-3dlight-color:#fcc544;
	scrollbar-arrow-color:#fca52b;
	scrollbar-darkshadow-color:#fcc544;
	scrollbar-face-color:#f5deae;
	scrollbar-base-color:#cccccc;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:#fcd9a1;
	scrollbar-track-color:#fcebcd;
	font-family: verdana;
	font-size: 9pt;
	background-image: url(../images/bg.gif);
				}
li	{
				padding-bottom:9;
				}
input, select, button
	{
	font-family:verdana;
	font-size: 8pt;
	color: black;
	border: solid 2px;
	border-color: #DBDBDB;	
	background-image: url(../images/textfield1.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;

				}
textarea 	
	{
				font-family:verdana;
				font-size: 8pt;
				background-image: url(../images/textfield1.gif);
				border-color: #DBDBDB;
				background-attachment: fixed;
				background-position: top;
				background-repeat: repeat-x;
				}
	
			
td			{
	font-family:verdana;
	font-size: 9pt;
				}

table 		{
	 /*border: thin none; */
	border: none;
	

				}
			
hr			{
	/* border: groove; */
	border:thin 1px;
}
				
.date		{	color:darkgreen	}
.number		{	color:darkgreen	}

.tr {
	/*background-color: #CCCCCC;
	 border: thin inset #FFFFFF;border-bottom: dotted;border: none; */
	
	
}

div {
	font-family:verdana;
	color:black;
	font-size:9pt;

		}
.biggerlink {
		font-family:verdana;
		font-size:9pt;
	}
		
.backend {
	font-family:verdana;
	font-size: 9pt;
	font-weight: bolder;
	color: #000000;
}
.backend2 {
	font-family:verdana;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
strong {
	font-weight: bold;
}

.smalldiv {
			font-family:verdana;
			font-size: 10pt;
		  }