.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body { scrollbar-base-color: #000000; 
scrollbar-face-color: black; 
scrollbar-track-color:gray;
scrollbar-arrow-color: #ff0000;
scrollbar-highlight-color: gray; 
scrollbar-3dlight-color: #000000; 
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000; }  
.paragraph {
	margin-left: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}
.bground {
	background-attachment: fixed;
	background-image: url(../images/pg_bround.jpg);
	background-color: #000000;


}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.header {
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px ridge #999999;
	font-weight: bold;
	font-size: 12px;


}
.textboxes {
	color: #FF0000;
	background-color: #FFFFFF;
	border: thin none #FF0000;
}
.pics {
	border: medium solid #FFFFFF;
}
.broundbl {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	background-color: #000000;
	background-image: url(../images/pg_bround.jpg);

}
.border {
	border: thin solid #CCCCCC;
}
