/* 
	Style sheet for "mentorisc.com" web template
*/

/* general tags */
html { font-family: Geneva, Arial, Helvetica, sans-serif }
body { background-color: #6F6F6F; background: url(images/background.gif); }
p,td,th,li { font: 13px font-family: Geneva, Arial, Helvetica, sans-serif }

/* links */
a:link { font: 13px; text-decoration: none; color: #1B3491; }
a:visited { font: 13px; text-decoration: none; color: #301366; }
a:hover { text-decoration: underline; }
a.menu:link { font: bold; color: #355B90; }
a.menu:visited { font: bold; color: #163258; }

/* header */
td.header { background-color: #5582B6; }
td.bar { background-color: #3D618B; }

/* menu */
td.menu { background-color: #F0F0F0; background: url(images/menu-background.gif); }
td.menuborder { background-color: #C2C2C2; background: url(images/menu-border.gif); }

/* content */
td.content { background-color: #C2C2C2; }

/* border */
td.border { background-color: #000000; }

/* footer */
td.footer { font: 10px; color: #B1C0D1; background-color: #3D618B; background: url(images/footer-background.gif); }

