body { 
         font-family : Verdana, Arial, Helvetica, sans-serif;
         font-size : small;         
         margin-left : 5px;
		 margin-right : 0px;
         margin-top : 10px;
         margin-bottom : 0px;	 
}


 
.body { 
         font-family : Verdana, Arial, Helvetica, sans-serif;
         font-size : small;
}

.body_bold {
         font-family : Verdana, Arial, Helvetica, sans-serif;
         font-size : small;
         font-weight: bold;
}

.body_heading {
         font-family : Times New Roman, Times, serif;
         font-size : medium;
         font-weight: bold;
}

.bullet_bold {
         font-family : Verdana, Arial, Helvetica, sans-serif;
         font-size : small;
         position: relative;
         left: -25px;
}

.red {
        color: rgb(255, 0, 0);
}


input.text {
        width: 100%;
}

select.state {
        width: 75%;
}

select.title {
        width: 40%;
}

select.specialty {
        width: 100%;
}


