/* YiaYias Flames CSS Stylesheet */

.AlignLeft
        {
        margin:0.0pt 0.0pt 0.0pt 0.0pt; text-align:left; 
        }
.AlignRight
        {
        margin:0.0pt 0.0pt 0.0pt 0.0pt; text-align:right; 
        }
.AlignCenter
        {
        margin:0.0pt 0.0pt 0.0pt 0.0pt; text-align:center; 
        }
.TitleSecondHeading
        {
		font-family:Hank BT, cursive; font-style:italic; font-weight:700; 
        font-size:18.0pt; color:#2d2a2a;
        }
.PageMainHeading
        {
        font-family:Missy BT, cursive; font-weight:700; font-size:24.0pt; 
        text-decoration: none; color:#ffffff
        }
.PageSecondHeading
        {
        font-family:Missy BT, cursive; font-weight:700; font-size:14.0pt; 
        }
.PageMainText
        {
        font-family:Hank BT, cursive; font-style:italic; font-weight:700; 
        font-size:18.0pt; color:#2d2a2a; 
        }
.PageSecondText
        {
        font-family:Missy BT, cursive; font-weight:700; font-size:14.0pt; 
        }
.LinkMainHeading
        {
        font-family:Hobo BT, serif; font-weight:700; font-size:12.0pt; 
        color:#ffffff; text-decoration: underline; 
        }
.LinkMainHeading_Visited
        {
        font-family:Hobo BT, serif; font-weight:700; font-size:12.0pt; 
        color:#c232e8; text-decoration: underline; 
        }
.PageGeneralText_Bold
        {
        font-family:Times New Roman, serif; font-weight:700; 
        font-size:12.0pt; 
        }
.PageGeneralText
        {
        font-family:Times New Roman, serif; font-size:12.0pt; 
        }
.Hobo_12_Serif_700W_U_Black
        {
        font-family:Hobo BT, serif; font-weight:700; font-size:12.0pt; 
        color:#ffffff; text-decoration: underline; 
        }
.Missy_16_Cursive
        {
        font-family:Missy BT, cursive; font-size:16.0pt; 
        }
.Missy_16_Cursive_U
        {
        font-family:Missy BT, cursive; font-size:16.0pt; text-decoration: underline; 
        }
.Missy_24_Cursive_700W
        {
        font-family:Missy BT, cursive; font-weight:700; font-size:24.0pt; 
        }

A:link { color: #000000 }       /* unvisited link */
A:visited { color: #c232e8 }   /* visited links */
A:active { color: #ffffff }    /* active links */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	}	
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu {
	width: 170px;
	border-style: none none none none;
	border-color: #94AA74;
	border-width: 1px;
	margin: 4px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link {
	color: #000000;
	display: block;
	background: url(Support Graphics/Menubar2.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:visited {
	color: #ffffff;
	display: block;
	background: url(Support Graphics/Menubar2.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #ffffff;
	background: url(Support Graphics/Menubar2.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #ffffff;
	background: url(Support Graphics/Menubar2.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}
