/* buv.org stylesheet
   Last revised December 1, 2004 */

a {
	color: #FFF000;
}

a:visited {
	color: #87CEEB;
}

body {
   background-color: black;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   /* For IE 5.5 and higher only */
   scrollbar-3dlight-color: #FFFFFF;
   scrollbar-arrow-color: #FFCC66;
   scrollbar-base-color: black;
   scrollbar-darkshadow-color: dark gray;
   scrollbar-face-color: black;
   scrollbar-highlight-color: dark gray;
   scrollbar-shadow-color: dark gray;
}

body, p, ol, ul {
	color: #FFFFFF;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
}

button {
	background-color: #FFF000;
	color: #0080FF;
font-weight: bold}

h1, h2, h3, h4, h5, h6 {
	color: #FFF000;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
   text-indent: 4px;
}

h3 {
	font-size: 18px;
   text-indent: 7px;
}

h4 {
	font-size: 16px;
   text-indent: 11px;
}

h5 {
	font-size: 15px;
   text-indent: 13px;
}

h6 {
	font-size: 13px;
   text-indent: 15px;
}

hr {
   color: #6495ED;
   width: 95%;
}

img {
   border: 0px;
}

p {
   margin-left: 20px;
}

table {
	border: none;
	border-bottom-style: none;
	border-collapse: collapse;
	border-width: 0px;
	padding: 0;
}

/*td {
	vertical-align: baseline;
}*/

ul {
   list-style-image: url(/images/common/ani_bullet.gif);
}

ul ul {
   list-style-image: url(/images/common/ani_bulletsq.gif);
}


/* .backlink {
	text-align: right;
	font-size: x-small;
}

.footercell {
	color: White;
	font-size: xx-small;
	text-align: center;
}

.header a, .header a:visited, 
.navleft a, .navleft a:visited {
	color: Black; 
}

.header a:active,
.navleft a:active, {
	color: #007CFF;
}

.header {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
   font-weight: bold;
	vertical-align: middle;
}

.hilight {
     color: white;
	 background-color: #007CFF;
}

.navleft {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
   font-weight: bold;
	vertical-align: middle;
}

.pageborder {
	background: url(/images/common/bluetile80px.jpg);
}

.pageborderright {
	vertical-align: top;
}

.registrywarn {
   background-color: #666699;
   text-align: center;
}

.standouttext {
	color: Yellow;
}

.tiny {
	font-size: xx-small;
}

#content {
	height: 100%;
	vertical-align: top;
	width: 95%;
} 

#contentcell {
	vertical-align: top;
}

#mainbody {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

*/