/* Oregon Flute Store Cascading Style Sheet */

/* Font Strategy:
MENU - Menu items and hyperlinks:
# Verdana		IE installed font designed by Matthew Carter
# Trebuchet MS		IE installed font designed by Vincent Connare
# Times New Roman	IE installed font, Win 3.1 and 95, Win NT 3.x
# Lucida		Unix Xfree bitmap
Arial			IE installed font, Win 3.1 and 95, Win NT 3.x
Helvetica		Unix Xfree bitmap, Macintosh
# Palatino 		Macintosh
# Times 		Macintosh
TITLE - Titles and headers:
# Verdana		IE installed font designed by Matthew Carter
Trebuchet MS		IE installed font designed by Vincent Connare
# Times New Roman	IE installed font, Win 3.1 and 95, Win NT 3.x
# Lucida		Unix Xfree bitmap
Arial			IE installed font, Win 3.1 and 95, Win NT 3.x
Helvetica		Unix Xfree bitmap, Macintosh
# Palatino 		Macintosh
# Times 		Macintosh
TEXT - Text for reading:
Verdana			IE installed font designed by Matthew Carter
# Trebuchet MS		IE installed font designed by Vincent Connare
# Times New Roman	IE installed font, Win 3.1 and 95, Win NT 3.x
Lucida			Unix Xfree bitmap
Arial			IE installed font, Win 3.1 and 95, Win NT 3.x
Helvetica		Unix Xfree bitmap, Macintosh
# Palatino 		Macintosh
# Times 		Macintosh
SERIF - Text for quotes and other distinctively different uses:
# Verdana		IE installed font designed by Matthew Carter
# Trebuchet MS		IE installed font designed by Vincent Connare
Times New Roman		IE installed font, Win 3.1 and 95, Win NT 3.x
# Lucida		Unix Xfree bitmap
# Arial			IE installed font, Win 3.1 and 95, Win NT 3.x
# Helvetica		Unix Xfree bitmap, Macintosh
Palatino 		Macintosh
Times 			Macintosh
MONO - Monospace:
Courier New		IE installed font, Win 3.1 and 95, Win NT 3.x
Courier			Unix Xfree bitmap, Macintosh
*/
/* General styles */

/* Specific styles */

/* Top-of-page header text */

.ofs_page_title_black {
color:#000000;
font-family:Comic Sans MS,Arial,Helvetica,sans-serif;
font-size:28px;
font-weight:bold;
}

.ofs_page_title_red {
color:#ff0000;
font-family:Comic Sans MS,Arial,Helvetica,sans-serif;
font-size:28px;
font-weight:bold;
}

.ofs_page_title_gold {
color:#ffcc66;
font-family:Comic Sans MS,Arial,Helvetica,sans-serif;
font-size:28px;
font-weight:normal;
}

.page_sub_title_green {
color:#00cc99;
font-family:Verdana,Lucida,Arial,Helvetica,sans-serif;
font-size:20px;
font-style:italic;
}

/* Navigation panel menu items */

.menu_items_white {
color:#ffffff;
font-family:Verdana,Lucida,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
line-height:1.50;
}

/* Text on the Loomis Page */

.loomis_sold {
color:#00ffff;
font-family:Verdana,Lucida,Arial,Helvetica,sans-serif;
font-size:24px;
font-weight:bold;
font-style:italic;
line-height:1.50;
}

/* Footer text in different colors */

.footer_black {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:1.20;
}

.footer_yellow {
color:#ffffcc;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:1.20;
}

.footer_gold {
color:#ffcc66;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:1.20;
}

.footer_lime {
color:#00ff99;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:1.20;
}

.footer_maroon {
color:#993366;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:1.20;
}

.footer_rust {
color:#cc6600;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:1.20;
}

