/* TEXT STYLES */

body, html
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666;
}

a:link, a:visited
{
	color: #69a6ff;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}

a:hover, a:active
{
	color: #69a6ff;
	text-decoration: underline;
}

p a:link, p a:visited, 
li a:link, li a:visited
{
	color: #69a6ff;
	text-decoration: none;
}

p a:hover, p a:active
li a:hover, li a:active
{
	color: #333;
	text-decoration: underline;
}

h1 a:link, h1 a:visited
{
	color: #333;
	text-decoration: none;
}

h1 a:hover, h1 a:active
{
	color: #666;
	text-decoration: underline;
}

#home a
{
	font-size:20px;	
	color: #b0b0b0;
 	background:none;
}
	#home a:link, #home a:visited
			{
			color: #b0b0b0;
			font-weight: normal;
			}

	#home a:hover, #home a:active
			{
			color: #69a6ff;
			text-decoration: underline;
			}


#subnav a, #subnav a:link, #subnav a:visited 
{
	color: #69a6ff;
	text-decoration: none; 
}	

	#subnav a:hover, #subnav a:active
			{
			color: #333;
			text-decoration: underline; 
			}	

#subnav #active a, #subnav #active a:link, #subnav #active a:visited 
			{
			border-bottom: 1px solid #ddd;
			text-decoration: none; 
			color: #000;
			}

strong, b
{
	font-weight: bold;
}

p
{
	margin: 0 0 10px 10px;
}

#footer p 
{
	text-align: left;
	padding: 10px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #999;
}

ul
{
	list-style-type: none;
	border-top: 	1px solid #eee;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	}

	#list #item {
		display: block;
		border-bottom: 	1px solid #eee;
		padding: 10px 0px 10px 15px;
		color: #666;
		text-decoration: none;
		width: 100%;
		}

	html>body #list #item {
		width: auto;
		}

	#list li a {
		display: block;
		border-bottom: 	1px solid #eee;
		padding: 10px 5px 10px 15px;
		color: #69a6ff;
		text-decoration: none;
		width: 100%;
		}

	html>body #list li a {
		width: auto;
		}

	#list li a:hover {
		color: #333;
		text-decoration: underline;
		background-color: #f9f9f9;
		}

	#list img {
		display: block;
		padding: 0px 0px 12px 7px ;
		background-color: none;
		text-decoration: none;
		width: 100%;
		}

	html>body #list img a {
		width: auto;
		}

	#list img:hover {
		text-decoration: none;
		}




#sublist li a {
		display: block;
		border-bottom: 	1px solid #eee;
		padding: 10px 5px 10px 10px;
		background-color: none;
		color: #69a6ff;
		text-decoration: none;
		width: 100%;
		}
		
	html>body #sublist li a {
		width: auto;
		}

	#sublist li a:hover {
		color: #333;
		text-decoration: underline;
		background-color: #f9f9f9;
	
		
}


#link1 li a, #link2 li a {
		display: block;
		font-size: 11px;
		color: #69a6ff;
		font-weight: normal;
		border-bottom: 	1px solid #eee;
		padding: 10px 5px 10px 10px;
		text-decoration: none;
		width: 100%;
		}

	html>body #list li a {
		width: auto;
		}

	#link1 li a:hover,	#link2 li a:hover {
		color: #333;
		text-decoration: underline;
		background-color: #f9f9f9;
		
		}

#recent1 li a, #recent2 li a {
		display: block;
		border-bottom: 	1px solid #eee;
		padding: 10px 5px 10px 10px;
		color: #69a6ff;
		text-decoration: none;
		width: 100%;
		}

	html>body #list li a {
		width: auto;
		}

	#recent1 li a:hover,	#recent2 li a:hover {
		color: #333;
		text-decoration: underline;
		background-color: #f9f9f9;
		}

#controller {
		background-color: #fcfcfc;
		border-bottom: 1px solid #eee;
		}

h1, h2, h3, h4
{
	font-family: Helvetica, Arial, serif;
	padding: 0;
	margin: 0 0 0 10px;
}


#home h1, #home h2, #home h3, #home h4
{
	margin: 0;
}

#home ul
{
	border-top: none;
}


#controller h4
{
	margin-top: 10;
}


#controller h1
{
	margin-top: 24px;
}

h1
{
	font-size: 18px;
	color: #222;
	line-height: 18px;
	font-weight: normal;
	margin: 24px 0 5px 10px;
}

h2
{
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

h3
{
	font-size: 12px;
	color: #666;
	font-weight: normal;

}

#controller h3, #subnav h1 
{
	padding-right: 12px;
}

h4
{
	font-size: 10px;
	color: #222;
	font-weight: normal;
}

img { border: 0; }


hr
{
	border: 0px;
	width: 100%;
	color: #6ccbff;
	background-color: #eee;
	height: 1px;
}

#footer hr, #subnav hr
{
	border: 0px;
	width: 100%;
	color: #eee;
	background-color: #eee;
	height: 1px;
}

.nowrap
{
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	/* must be combined with nobr in html for ie5win */
}
