@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, li, ul
	{
	font-family:Verdana, Arial, Helvetica, sans-serif
	}

.w_bc 
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFF;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	}

h1	{
	font-size: 24px;
	font-weight: bold;
	}
h2	{
	font-size: 18px;
	font-weight: bold;
	}
h3	{
	font-size: 16px;
	font-weight: bold;
	}
h4	{
	font-size: 12px;
	font-variant:small-caps;
	font-weight: bold;
	}
h5	{
	font-size: 14px;
	font-variant:small-caps;
	font-weight:normal;
	}
h6	{
	font-size: 12px;
	font-variant:small-caps;
	font-weight: normal;
	}
p	{
	font-size: 12px;
	}

li, ul
	{
	font-size:12px;
	}
.b 
	{
	color: #06C;
	font-weight: bold;
	}
.r 
	{
	color: #C03;
	font-weight: bold;
	
	}
.w 
	{
	color: #FFF;
	font-weight: bold;
	}

.g 
	{
	color: #999;
	font-size:10px
	font-weight: bold;
	}
.t
	{
	color: #8C7474;
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
a:link {color:#F0E87D}      /* unvisited */
a:visited {color:#F0E87D}  	/* visited  */
a:hover {color:#06C}  		/* mouse over */
a:active {color:#C03}  		/* selected  */	
