/* Default CSS file for Flash */

h1 {
   font-size:22px; 
   font-family:"_sans"; 
   color:#ffffff;
   font-weight:bold;
   text-align:center; 
}

h2 {
   font-size:18px; 
   font-family:"_sans"; 
   color:#bfbfbf;
   font-weight:bold;
   text-indent:40px;
}

h3 {
   font-size:16px; 
   font-family:"_sans"; 
   color:#e0e0e0;
   font-weight:bold;
}

h4 {
   font-size:14px; 
   font-family:"_sans"; 
   color:#ffffff;
   font-weight:bold;
   text-align:center; 
}

p {
   font-size:12px; 
   font-family:"_sans"; 
   color:#e0e0e0;
}

.bold {
   font-weight:bold;
   color:#000000;
}

pre {
   font-size:11px; 
   font-family:"_sans"; 
   color:#c6e7de;
   font-weight:bold;
   margin-left:15px;
}

.italic {
   color:#ffffc6;
   font-style:italic;
}

.undl{
	text-decoration:underline; 
}

ul {
	font-size:12px; 
   	font-family:"_sans"; 
	color:#ced07b;
}

li {
	list-style:circle;
}

.center {
	text-align:center;
	font-weight:bold;
}

.bold {
	font-size:12px; 
   	font-family:"_sans";
   	color:#ffffff;
	font-weight:bold;
}

.body {
	font-size:12px; 
   	font-family:"_sans"; 
   	color:#e0e0e0;
}

.red {
	font-size:12px; 
   	font-family:"_sans"; 
	color:#ffc6a5;
	font-weight:normal;
}

.green {
	font-size:12px; 
   	font-family:"_sans"; 
	color:#94d6ce;
	font-weight:normal;
}

.blue {
	font-size:12px; 
   	font-family:"_sans"; 
	color:#bdc6de;
	font-weight:normal;
}

a:visited {
   color:#ffffff; 
}

a:link {
   color:#bdc6de; 
}

a:hover {
   color:#f7bdde; 
   font-style:italic;
}
