/* hughmacmillan.ca style sheet */
BODY { 
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:16px;
color:  #284042;
background: #F7F7F7;
margin-top: 10px;
}

P, TD { 
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:16px;
color:  #284042;
}
H2 {
font-size: 16px;
margin-top:10px;
margin-bottom:0px;
}

H3 {
color:  #6B6629;
font-size: 14px;
margin-top:6px;
}

SMALL {
font-size: 11px;
 }

a, a:link, a:active {
color:  #6B6629;
}
a:hover {
text-decoration:none;
border-bottom:1px #6B6629 dotted;
}
a:visited {
color:  #80AFB2;
}
a.noshow:hover {
text-decoration:none;
border-bottom:0px #6B6629 dotted;
}

.masterTableTop {
background: #FFFFFF;
border-top: 1px #000000 solid;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
}
.masterTableBottom { 
background: #FFFFFF;
border-bottom: 1px #000000 solid;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
}
.leftColumn {
background: url(/images/leftback.jpg) ;
background-repeat: repeat-x;
}
.centerColumn {
padding-left:20px;
padding-right:20px;
}
.rightColumn {
background: url(/images/rightback.jpg) ;
background-repeat: repeat-x;
 }
ul {
list-style:square;
}
ul.arrow {
font-size:11px;
margin-left:0px;
white-space:nowrap;
list-style-position:inside;
list-style-image: url("/images/arrow.gif");
}	
.error {
color:#ff0000;
line-height:normal;
}
.formfield {
border-bottom:1px #CCCCCC solid;
border-top:1px #000000 solid;
border-left:1px #000000 solid;
border-right:1px #CCCCCC solid;
font-size:10px;
width:180px;
}
.textfield {
border-bottom:1px #CCCCCC solid;
border-top:1px #000000 solid;
border-left:1px #000000 solid;
border-right:1px #CCCCCC solid;
font-size:12px;
width:385px;
}
.formbutton {
border-top:1px #CCCCCC solid;
border-bottom:1px #000000 solid;
border-right:1px #000000 solid;
border-left:1px #CCCCCC solid;
background:#E9ECD1;
font-size:10px;
width:60px;
}
blockquote {
margin-left:10px;
padding:10px;
border:1px #000000 solid;
}