a			{
				font-size				: 10px;
				color					: #354950;
				text-decoration			: underline;
			}
a:visited	{
				font-size				: 10px; 
				color					: #354950;
				background-color		: transparent;
				text-decoration			: underline;
			}
a:link		{
				font-size				: 10px;
				color					: #354950;
				background-color		: transparent;
				text-decoration			: underline;
			}
a:active	{
				font-size				: 10px;
				color					: #354950;
				background-color		: transparent;
				text-decoration			: underline;
			}
a:hover		{
				font-size				: 10px;
				color					: #999999;
				background-color		: transparent;
				text-decoration			: underline;
			}
body			{	background-color		: #000000;
				color					: #FFFFFF;
				font-family				: Arial, Helvetica, Sans-serif;
				font-weight				: bold;
				font-size				: 10px;
				cursor					: default;
			}
.box		{	border-left				: 1px solid #333333;
				border-top				: 1px solid #333333;
				border-right			: 3px solid #333333;
				border-bottom			: 3px solid #333333;
				background-color		: #F9F9F9;
				color					: #666666;
				font-weight				: bold;
				padding					: 5px;
				width					: 780px;
				margin-left				: auto;
				margin-right			: auto;
				margin-top				: 100px;
			}
.pages		{	border-left				: 0px solid #333333;
				border-top				: 0px solid #333333;
				border-right			: 0px solid #333333;
				border-bottom			: 0px solid #333333;
				background-color		: #F9F9F9;
				color					: #666666;
				font-weight				: bold;
				padding-right			: 5px;
				width					: 100%;
				margin-left				: 0px;
				margin-right			: 0px;
				margin-top				: 0px;
				text-align				: right;
			}
.fakelink	{
				font-size				: 10px;
				color					: #354950;
				background-color		: transparent;
				text-decoration			: underline;
			}
span.header	{	padding-left			: 3px;
				background-color		: transparent;
				color					: #666666;
				font-family				: Arial, Helvetica, Sans-serif;
				font-weight				: bold;
				font-size				: 10px;
			}
span.note	{	color					: #FF0000;
				font-family				: Arial, Helvetica, Sans-serif;
				font-weight				: bold;
				font-size				: 10px;
			}
input			{	width					: 317px;
				height					: 14px;
				background-color		: #CCCCCC;
				color					: #000000;
				border					: 1px solid #333333;
				font-family				: Arial, Helvetica, Sans-serif;
				font-weight				: bold;
				font-size				: 10px;
				padding-left			: 2px;
			}
textarea		{	width					: 700px;
				height					: 100px;
				background-color		: #CCCCCC;
				color					: #000000;
				border					: 1px solid #333333;
				font-family				: Arial, Helvetica, Sans-serif;
				font-weight				: bold;
				font-size				: 10px;
			}
.button		{	width					: 150px;
				height					: 20px;
				background-color		: #FFFFFF;
				color					: #000000;
				border					: 1px solid #333333;
			}
.submit		{	width					: 150px;
				height					: 20px;
				background-color		: #CCCCCC;
				color					: #000000;
				border					: 1px solid #333333;
			}
form, img	{	margin					: 0px;
				padding					: 0px;
				border					: 0px;
			}
.imgc		{
				border					: 1px solid #000000;
				margin					: 5px;
				padding					: 10px;
				width					: 150px;
				float					: left;
			}
.imgc img	{
				width					: 145px;
			}
table			{	width					: 100%;
			}
.error		{	color					: #FF0000;
			}
.item		{	margin					: 0px;
				border					: 0px;
				padding-top				: 3px;
				padding-bottom			: 3px;
				padding-left			: 10px;
				padding-right			: 0px;
			}
#showorhide , #showorhide2 {	cursor		: pointer;
}