/*
 * stylesheet for DrZarem.com
 */

BODY { color: #000000; background-color: #FFFFFF; }
BODY, TD { font-family: Arial,sans-serif; }

.bgTitleBar { background-color: #769CDB; }
.bgSidebar { background-color: #769CDB; }
.bgDivider { background-image: url('../images/sidebar_bg.gif'); background-repeat: repeat-y; }
.bgButtons { background-image: url('../images/button_bg.jpg'); background-repeat: repeat-x; }
table.bgButtons { background-image: url('../images/button_bg.jpg'); background-repeat: repeat-x; }
TD.verticalSpacer { width: 5px; }
TD.verticalSep { width: 1px; background-color: #CCCCCC; }
TD.category { font-size: 100%; font-weight: bold; background-color: #DDDDDD; }

.pageTitle { font-family: Verdana; font-size: 180%; color: #2A4166; }

a{ color:#2A4166; font-weight:bold; }
a:hover { color:#CC3333; }

A.link { color:#3333CC; }
A.link:hover { color:#CC3333; }

.buttonLinkSep { font-size: 100%; font-weight: bold; }
A.buttonLink { font-size: 80%; font-weight: bold; color: #3333CC; }
A.buttonLink:hover { color: #CC3333; }

.articles { font-size: 70%; aafont-weight: bold; font-family: Verdana; }
A.articleLink { color: #000000; }
A.articleLink:hover { color: #003366; }

.footer { font-size: 70%; color: #666666; }
A.footerLink { color:#333399; }
A.footerLink:hover { color:#CC3333; }

/*  Home page  */
.intro { }
.introMain { font-size: 80%; font-weight: bold; color: #5179BC; }
.introText { font-size: 80%; }

/*  Procedures page  */
.procedureName { font-size: 80%; font-weight: bold; color: #5179BC; }
.procedureCaption { font-size: 75%; margin-left: 20px; color: #666666; }

/*  About page  */
.resumeHeading { text-decoration: underline; font-size: 10pt; font-weight: bold; color: #000000; }
.resumeItems { font-size: 75%; margin-left: 25px; color: #666666; }

/*  Contact page  */
TABLE.contact { border: solid 2px #769CDB; }
.contactTitle { font-size: 100%; font-weight: bold; }
.contactHeading { font-size: 80%; font-weight: bold; }
.contactText { font-size: 80%; font-weight: bold; color: #666666; }

table.proc
{
font-family:verdana; font-size:10pt;
}