/* CSS Document */
ul#menu_horizontal { 
width : 100%; 
height : 30px;
margin : 2em 0 0 0;
padding : 0;
background-color : #ffffff;
border : 0;
list-style-type : none; 
text-align: center;
}
 
ul#menu_horizontal li {	display: inline ;
padding : 0 0.5em;  
line-height : 30px;

}
 
ul#menu_horizontal a {
color : #8F2941;
text-decoration : none;
padding : 0 0.5em; 
 font-weight: bold;
font-family: "Poor Richard","Comic Sans MS", "Trebuchet MS", Georgia, serif;
font : 1.2em ;
}
 
ul#menu_horizontal a:hover { 
color : #FFAE01;
text-decoration : underline; }
 
ul#menu_horizontal a img { 
border : none;
padding :  0 0.3em;
}

.fl {
	font-family: "Poor Richard", "Book Antiqua", Arial, "Times New Roman";
	font-weight: bold;
	color: #993333;
	background-position: left;

}
.mod {
	font-family: "Poor Richard", "Book Antiqua", Arial, "Times New Roman";
	text-align:left;
	height :30px;
	width : 110px;
	letter-spacing: normal;
	vertical-align: middle;
	white-space: nowrap;
}
.mer {
	font-family: "Poor Richard", "Book Antiqua", Arial, "Times New Roman";
	font-size: x-large;
	font-weight: bold;
}
.flu {
	color: #8F2941;
}
.std {
	font-family: "Poor Richard", "Book Antiqua", Arial, "Times New Roman";
}
.stdb {
	font-family: "Poor Richard", "Book Antiqua", Arial, "Times New Roman";
	font-weight: bold;

}
.stdp {
	font-family: "Poor Richard", "Book Antiqua", Arial, "Times New Roman";
	font-size: xx-small;

}
.stdb2 {
	font-family: "Poor Richard", "Book Antiqua", Arial, "Times New Roman";
	font-weight: bold;
	font-size: x-large;
	color: #990033;

}

a:link {color: #8F2941; text-decoration: underline; }
a:active {color: #FFCC66; text-decoration: underline; } 
a:visited {color: #8F2941; text-decoration: underline; }
a:hover {color: #FFCC66; text-decoration: none; } 
