
body { background-color: #00103B; background-image: url("img_large/doctor-a.jpg"); background-repeat: no-repeat; background-position: right top;}
p { font-family: Arial Narrow, sans-serif; font-size: 14pt; color: #696969} 
blockquote { font-family: Arial Narrow, sans-serif; font-size: 14pt; color: #696969} 
li { font-family: Arial Narrow, sans-serif; font-size: 14pt; color: #696969} 
ul { font-family: Arial, Narrow, sans-serif; font-size: 14pt; color: #696969} 
a { font-family: Arial, Narrow, sans-serif; font-size: 14pt; font-weight: bold; color: #696969; text-decoration: none} 
td { font-family: Arial, Narrow, sans-serif; font-size: 14pt; color: #696969; vertical-align: top} 
th { font-family: Arial, Narrow, sans-serif; font-size: 14pt; color: #696969; } 
h2 { font-family: Arial, Narrow, sans-serif; font-size: 14pt; font-weight: bold; color: #839ddf; text-transform: uppercase} 
h1 { font-family: Arial, Narrow, sans-serif; font-size: 18pt; color: #839ddf; font-weight: bold; text-transform: uppercase}
blockquote { font-family: Arial, Narrow, sans-serif; font-size: 14pt; color: #525252} 
strong { color: #ffc600; font-weight: strong;}
.a_blank { font-family: Arial, Narrow, sans-serif; font-size: 14pt; color: #696969; text-decoration: none; font-weight: normal}
.show { font-family: Arial Narrow, sans-serif; font-size: 14pt; font-weight: bold; color: #ffc600; text-decoration: none}
.text { font-family: Arial Narrow, sans-serif; font-size: 14pt; color: #696969} 
.oppositeButton {
            background-color: white;
            color: #00103B;
            padding: 5px;
            border: white solid;
            border-radius: 10px;
            border-thickness: 2px;
            transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
		display: inline-block;
		margin-bottom: 7px;
        }

.oppositeButton:hover {
            background-color: #00103B;
            color: white;
            padding: 5px;
            border: white solid;
            border-thickness: 2px;
            border-radius: 10px;
		display: inline-block;
		margin-bottom: 7px;
	}

.standardButton {
            background-color: #00103B;
            color: white;
            padding: 5px;
            border: white solid;
            border-radius: 10px;
            transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
        }

        .standardButton:hover {
            background-color: white;
            color: #00103B;
            padding: 5px;
            border: white solid;
            border-radius: 10px;
            border-thickness: 2px;
        }


        .oppositeDestructiveButton {
            background-color: transparent;
            color: white;
            padding: 5px;
            border: red solid;
            border-radius: 10px;
            transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
        }

        .oppositeDestructiveButton:hover {
            background-color: red;
            color: white;
            padding: 5px;
            border: transparent solid;
            border-radius: 10px;
            border-thickness: 2px;
        }


.destructiveButton {
            background-color: red;
            color: white;
            padding: 5px;
            border: transparent solid;
            border-radius: 10px;
            border-thickness: 2px;
            transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
        }

        .destructiveButton:hover {
            background-color: transparent;
            color: white;
            padding: 5px;
            border: red solid;
            border-radius: 10px;
        }
