body 
{
    background-image:  url(images/background.gif);	
	background-color: #ffffff; 
	width: 			  100%; 
	border: 		  0px; 
	position: 		  center
}

a { color:Black }

a.menu {
	font-family: 	 Arial; 
	font-size: 	 	 12px; 
	color: 			 #000000; 
	font-weight:	 bold
}

td {
	font-family: 	 Arial; 
	font-size: 	 	 10px; 
	color: 			 #000000; 
	font-weight:	 normal;
	valign:			 middle
}

p {
	font-family: 	 Arial; 
	font-size: 	 	 12px; 
	color: 			 #000000; 
	font-weight:	 normal
}

p.sm {
	font-family: 	 Arial; 
	font-size: 	 	 10px; 
	color: 			 #000000; 
	font-weight:	 normal
}

p.bld {
	font-family: 	 Arial; 
	font-size: 	 	 12px; 
	color: 			 #000000; 
	font-weight:	 bold
}

p.bldred {
	font-family: 	 Arial; 
	font-size: 	 	 12px; 
	color: 			 #ff2200; 
	font-weight:	 bold
}

p.smred {
	font-family: 	 Arial; 
	font-size: 	 	 10px; 
	color: 			 #ff2200; 
	font-weight:	 bold
}

h1 {
	font-family: 	Arial;
	font-size:   	16px;
	color:       	#000000;
	font-weight: 	bold;
	font-style: 	normal;
	text-transform: none;
}

h2 {
	font-family: 	Arial;
	font-size:   	16px;
	color:       	#9f00ff;
	font-variant: 	small-caps;
	font-weight: 	bold
}

h3 {
	font-family: 	Arial;
	font-size:   	16px;
	color:       	red;
	font-variant: 	small-caps;
	font-weight: 	bold
}

button {
	color:  	  #000000;
	background:   #cccccc;
	border: 	  1px solid #000000
}

input {
	color:  	  #000000;
	background:   #ffffff;
	border: 	  1px solid #000000
}
input.chk {
	color:  	  #000000;
	background:   #ffffff;
	border: 	  0px solid #000000
}

.iframe {
	background:   #ffffff;
	heigth:		  100%;
	font-family: 	 Arial; 
	font-size: 	 	 12px; 
	color: 			 #000000; 
	font-weight:	 normal;
}

fieldset {
	border: 	  1px solid #000000;
	background-color: #ffffff
}

legend {
	font-family: 	Arial;
	font-size:   	12px;
	color: 		  #000000;
	border: 	  2px solid #000000;
	padding: 	  2px 4px;
	background-color: #ffffff 
}