html {
background-color: #000000;
background-image: url(graybackground3.png);
background-attachment: fixed;
}

body {
	background-color: #000000;
        background-image: url(graybackground3.png);
        background-attachment: fixed;
        color: #A9A9A9;
        width:  800px;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-right: 15px;
        padding-left: 25px;
}

.title {
        background-color: #242424;
        background-image: url(.png);
        color: #000000;
        font-family: "Arial Bold", sans-serif;
        font-variant: small-caps;
        font-size:  22px;
        font-weight: bolder;
        letter-spacing: 1px;
        text-align: right;
        text-shadow: 1px 1px 0px #616161;
        padding-top: 4px;
        padding-bottom: 4px;
        margin-top: 0px;
        margin-bottom: 15px;
}

h1 { 	
	font-family: Arial, sans serif;
        font-size: 14px;
	font-weight: bold;
        color: #454545;
        text-decoration: underline;
}

p {
        font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
}

.jwhite { 
         font-family: Arial, sans-serif;
         font-size: 11px;
         font-weight: bold;
         text-align: right;
         color: #454545;
         padding-top: 0px;
         padding-right: 0px
         padding-bottom: 25px;
         margin-top: 2px;
         margin-bottom: 15px;
}

a:link {
	color: #636363;
        font-weight: bold;
        text-decoration: underline;
}

a:visited {
	color: #636363;
        font-weight: bold;
        text-decoration: underline;
}

a:hover {
	color: #636363;
        font-weight: bold;
        text-decoration: underline;
}

a:active {
	color: #636363;
        font-weight: bold;
        text-decoration: underline;
}


img.record {
        border: 1px solid #454545;
}


a.button {
        background: #454545;
        color: #000000;
        font-family: Arial, sans-serif;
        font-size: 11px;
        font-weight: bold;
        border-width: 2px;
        border-style: solid;
        border-top-color: #dfdfdf;
        border-right-color: #666;
        border-bottom-color: #333;
        border-left-color: #858585;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
}
 

