@charset "UTF-8";
/* CSS Document */

body {
    margin:0; 
    padding:0px;
    font: 11px verdana;
    color: #000000;
}

a:link { 
	color: #034854; text-decoration: underline;
	}
a:visited { 
	color: #034854; text-decoration: underline;
	}
a:hover { 
	color: #000000; text-decoration:none;
	}
a:active { 
	color: #034854; text-decoration: underline;
	}


#white {
	color: #FFFFFF
	}

#side { 
	background: #c5a979 url(../_images/layout/sidebg.jpg) repeat-x top left;
}  

#envelope { 
	background: url(../_images/layout/envebg.jpg) no-repeat top left;
}  

#envelope2 { 
	background: url(../_images/layout/envebg2.jpg) no-repeat top left;
}  

#holidaycard { 
	background: url(../form/_ART/blankcard.jpg) no-repeat top center;
}  

#highlight {
    background-color:#ffcc33; 
	height:2px
}

#tablegray {
	background-color:#dfdfdf;
}