/*HTML ELEMENT STYLES*/
body { margin: 0; padding: 0; }
div.padding_left20 { padding: 0px 0px 0px 20px; }
div.padding_right20 { padding: 0px 20px 0px 0px; }
p, td { color: #666666; font-family: Tahoma, Arial, sans-serif; font-size: 12px; }

/*LINK STYLES*/
a:link { color: #d41a1e; text-decoration: none; }
a:visited { color: #d41a1e; text-decoration: none; }
a:active { color: #d41a1e; text-decoration: none; }
a:hover { color: #d41a1e; text-decoration: underline; }

/*BACKGROUND STYLES*/
.home_headerrepeat { background: url(../images/homeheader_repeat.jpg) repeat-x; }
.home_header2repeat { background: url(../images/home_header2_repeat.gif) repeat-x; }
.home_header3repeat { background: url(../images/homeheader_right.jpg) no-repeat; }
.home_sidebarbkg { background: url(../images/home_sidebar_repeat.gif) repeat-x; }
.home_welcomebkg { background: url(../images/home_titlebkg.jpg) no-repeat; }

/*POSITIONING STYLES*/
.padding_leftright15 { padding: 0px 15px 0px 15px; }
.padding_topbl30 { padding: 30px 0px 30px 30px; }

/*TEXT STYLES*/
.brown { color: #734d31; }
.tah10 { font-family: Tahoma, Arial, sans-serif; font-size: 10px; }
.tah11 { font-family: Tahoma, Arial, sans-serif; font-size: 11px; }