@charset "utf-8";
/* CSS Document */

body
	{
		margin: 0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#666666;
	}
	

a:link {
	color: #f09617;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #f09617;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #f09617;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #f09617;
	font-weight: bold;
	text-decoration: underline;
}

a.black:link {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
a.black:visited {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
a.black:hover {
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
}
a.black:active {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

a.small:link {
	font-size:11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a.small:visited {
	font-size:11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a.small:hover {
	font-size:11px;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
a.small:active {
	font-size:11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

h1
	{	
		font-size: 12px;
		color: #f09617;
		font-weight: bold;
		margin: 0px;
	}
	
	
h2
	{	
		font-size: 16px;
		color: #f09617;
		font-weight: bold;
		margin: 0px;
	}
	

.grey11{font-size:11px;}
.white12{color: #FFFFFF;}
