/* 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;
 }
	
.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;
 }
.txt03r{
	font-family:"Arial";
	font-size: 13px;
	color:#FF0000;
 }

.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;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

