/* CSS Document */

body, td, .default	{font-family: Arial, Tahoma, sans-serif; font-size: 11px; color:#FFFFFF;}
			
.bg1		{background-repeat: repeat-y;}
			
.bg2		{background-repeat: repeat-x}

/*style for non-repeating background table elements and images*/
.bgnorpt	{background-repeat: no-repeat;}

/*form input style*/
input, select	{
				font-family: Arial, Tahoma, sans-serif;
				font-size: 11px;
				background-color: #666666;
				color:#FFFFFF;
				border-color: #777777;
				}

/************************************************/

/*text styles for layout on page*/

.join		{
			font-family: Arial, Tahoma, sans-serif;
			font-size: 13px;
			font-weight: bold;
			color: #9F6DFB;
			}
			
.txtwhite	{
			font-family: Arial, Tahoma, sans-serif;
			font-size: 10px;
			font-weight: normal;
			color: #FFFFFF;
			}


.white		{
			font-family: Arial, Tahoma, sans-serif;
			font-size: 13px;
			font-weight: bold;
			color: #FFFFFF;
			}

/************************************************/


a:link		{text-decoration: underline; color: #D9C6A6;}
a:active	{text-decoration: none; color: #D9C6A6;}
a:visited	{color: #C5B396; text-decoration: underline;}
a:hover		{text-decoration: none;	color: #C5B396;}
a.default:link		{text-decoration: underline; color: #D9C6A6;}
a.default:active	{text-decoration: none; color: #D9C6A6;}
a.default:visited	{color: #C5B396; text-decoration: underline;}
a.default:hover		{text-decoration: none;	color: #C5B396;}

a.join:link		{text-decoration: underline; color: #9F6DFB;}
a.join:active	{text-decoration: none; color: #9F6DFB;}
a.join:visited	{color: #9B6AF4; text-decoration: underline;}
a.join:hover		{text-decoration: none;	color: #9B6AF4;}