/* CSS Document */

/*LINK COLOR*/

a.blue				{color: #336699}
a.blue:hover			{color: #0066FF}

a.white			{color: #FFFFFF}
a.white:hover 	{color: #999999}

a.grey			{color: #666666}
a.grey:hover 	{color: #999999}

a.black			{color: #000000}
a.black:hover 	{color: #333333}

a.blackonwhite			{color: #000000}
a.blackonwhite:hover 	{color: #666666}

a.copyright			{color: #666666; text-decoration: none}
a.copyright:hover			{color: #666666; text-decoration: underline}

a.red			{color: #FF0000}
a.red:hover 	{color: #FF6600}


/* TXT */

.txt01{
	font-family:"Arial";
	font-size: 10px;
	line-height: 15px;
 }
 
	.txt01l{
	font-family:"Arial";
	font-size: 10px;
	line-height: 12px;
 }
	
.txt01r{
	font-family:"Arial";
	font-size: 10px;
	color:#FF0033;
	line-height: 14px;
 }
	
 .txt01w{
	font-family:"Arial";
	font-size: 10px;
	color:#FFFFFF;
 }
	
.txt01g{
	font-family:"Arial";
	font-size: 10px;
	color:#414141;
 }
	
	.txt01b{
	font-family:"Arial";
	font-size: 11px;
	color:#336699;
 }
	
.txt02{
	font-family:"Arial";
	font-size: 12px;
 }
	.txt04black{
	font-family:"Arial Black";
	font-size: 14px;
	color:#000000;
 }	
	.txt02g{
	font-family:"Arial";
	font-size: 12px;
	color:#414141;
 }
	
		.txt02lg{
	font-family:"Arial";
	font-size: 12px;
	color:#666666;
 }
	
 .txt02r{
	font-family:"Arial";
	font-size: 12px;
	color:#FF0000;
 }
	
	.txt02gr{
	font-family:"Arial";
	font-size: 12px;
	color:#33CC00;
 }

.txt02w{
	font-family:"Arial";
	font-size: 12px;
	color:#FFFFFF;
 }
	
	.txt02b{
	font-family:"Arial Black";
	font-size: 12px;
	color:#336699;
 }



	.txt03w{
	font-family:"Arial";
	font-size: 13px;
	color:#FFFFFF;
 }

	.txt03{
	font-family:"Arial";
	font-size: 13px;
 }

.txt04{
	font-family:"Arial";
	font-size: 14px;
 }
	
.txt04w{
	font-family:"Arial Black";
	font-size: 14px;
	color:#FFFFFF;
 }
		
 .txt05{
	font-family:"Arial";
	font-size: 16px;
 }	
	
	.txt05w{
	font-family:"Arial";
	font-size: 16px;
	color:#FFFFFF;
 }
	
input, select, textarea{
	font-family:"Arial";
	font-size: 16px;
 }
	
	/* Tables */
	
	
.txt06w {

	font-family:"Arial Black";
	font-size: 18px;
	color:#FFFFFF;
}
.txt06 {


	font-family:"Arial Black";
	font-size: 18px;
	color:#336699;
}

.txt07 {


	font-family:"Arial Black";
	font-size: 22px;
	color:#336699;
}

.w700 {
	width: 700px;
}
.alL {
	margin: 0px;
	padding: 0px;
	float: left;
}
.alR {
	margin: 0px;
	padding: 0px;
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0; clear: both;
visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

.mgb20{	margin-bottom: 20px;
}
