/* Doctors in Training */
/* Screen Styles       */

@import url('layout.css');
@import url('text.css');
@import url('forms.css');
@import url('video.css');
@import url('test.css');

#copyrightNotice
{
	display: none;
}

img
{
	border: none;
}

#center a.viewvideo_bt {
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width:167px;
    height: 23px;
    padding-top: 3px;
    background:url(../images/viewvideo_bt.jpg) no-repeat center left;
    text-transform:capitalize;
}
#center a.viewvideo_bt:hover {
    text-decoration: underline;
}
