body, html					{
	margin: 5px;
	padding: 0px;
							}
				
.main 						{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 14px;
							}
.main a:link 			{
	text-decoration: none;
	color: #666666;
							}
.main a:visited 		{
	text-decoration: none;
	color: #666666;
							}
.main a:hover 			{
	text-decoration: none;
	color: #333333;
							}

.nav 						{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 14px;
							}
.nav a:link 			{
	text-decoration: none;
	color: #666666;
							}
.nav a:visited 		{
	text-decoration: none;
	color: #666666;
							}
.nav a:hover 			{
	text-decoration: none;
	color: #333333;
							}
.light 						{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 14px;
							}
.light a:link 			{
	text-decoration: none;
	color: #999999;
							}
.light a:visited 		{
	text-decoration: none;
	color: #999999;
							}
.light a:hover 			{
	text-decoration: none;
	color: #666666;
							}
							
.dark 						{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 14px;
							}
.dark a:link 			{
	text-decoration: none;
	color: #333333;
							}
.dark a:visited 		{
	text-decoration: none;
	color: #333333;
							}
.dark a:hover 			{
	text-decoration: none;
	color: #000000;
							}
							
.border		 			{
	border: 1px solid #E5E5E5;
							}