	
	body {
		background:#000000;
		align:center;
		
		}
	
	#nav {
		width: 115px;
		font-family: verdana;
		font-size: 11px;
		color: #000000;
		text-align: left;
		background-color: transparent;
		}

	#title {
		height:44px;
		font-family: verdana;
		padding:0px;
		font-size: 14px;
		color: #000000;
		text-align: left;
		background-color: transparent;
		}

	#main {

		font-family: verdana;
		padding:0px;
		font-size: 12px;
		color: #000000;
		text-align: left;
		background-color: transparent;
		}
	#footer {

		font-family: verdana;
		padding:0px;
		font-size: 10px;
		color: #CCCCCC;
		text-align: center;
		background-color: transparent;
		}
		
	a:link
		{
		color: #000000;
		text-decoration: none
		}

	a:visited
		{	
		color: #000000;
		text-decoration: none
		}

	a:hover
		{
		color: #ff0000;
		text-decoration: none
		}

	a:active
		{	
		color: #000000;
		text-decoration: none
		}

	a.link2:link
		{
		color: #CCCCCC;
		text-decoration: none
		}

	a.link2:visited
		{	
		color: #CCCCCC;
		text-decoration: none
		}

	a.link2:hover
		{
		color: #ff0000;
		text-decoration: none
		}

	a.link2:active
		{	
		color: #CCCCCC;
		text-decoration: none
		}

		
	h1 {
		font-size:14px;
		padding-top:10px;
		}

