body		{
	background-color : #FFBD0C	;
	scrollbar-base-color : #FEB4FE;
	scrollbar-arrow-color : #E4E4E4;
	margin-bottom : 5;
	margin-top : 5;
	margin-left : 0;
	margin-right : 0;
	font-family : "Verdana", Arial, Tahoma, Helvetica, sans-serif;
	font-size : 8pt;
	color : #CCCCCC;	
}
	
td			{
	font-family : "Verdana", Arial, Tahoma, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
}

a:link {
	font-family : "Verdana", Arial, Tahoma, Helvetica, sans-serif;

	color: Navy;
	text-decoration: none;
}

a:visited {
	font-family : "Verdana", Arial, Tahoma, Helvetica, sans-serif;

	color: #0E467E;
	text-decoration: none;
}

a:hover {
	font-family : "Verdana", Arial, Tahoma, Helvetica, sans-serif;

	color: #888888;
	text-decoration: underline;
}

a:active {
	font-family : "Verdana", Arial, Tahoma, Helvetica, sans-serif;

	color: #888888;
}
				
.copytext		{
	font-family : "Verdana", Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	font-size : 10px;
	line-height : 1.6em;
}
			

.main_title			{
	font-family : "Verdana", Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	font-size : 14px;
	line-height : 1.3em;
	font-weight: bold;

}

.bottom_links			{
	font-family : "Verdana", Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	font-size : 14px;
	line-height : 1.3em;
	font-weight: bold;

}

.small			{
	font-family : "Verdana", Arial, Tahoma, Helvetica, sans-serif;
	font-size : 7pt;
	color : #000000;
}

.normal			{
	font-family : "Verdana", Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 12px;
	line-height : 1.4em;
}

a.normal		{
	color : #0080FF;
	text-decoration : none;
}

a.normal:hover		{
	color : #FF6600;
	text-decoration : underline;
}

.section		{
	font-family : "Verdana", Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 18px;
	font-weight : bold;
}

a.section		{
	color : #0080FF;
	text-decoration : underline;
}

a.section:hover		{
	color : #FF6600;
	text-decoration : underline;
}

.error		{
	font-family : "Verdana", Arial, Helvetica, sans-serif;
	color : #FF0000;
	font-size : 16px;
	font-weight : bold;
}

a.error		{
	color : #FF0000;
	text-decoration : underline;
}

a.error:hover		{
	color : #FF6600;
	text-decoration : underline;
}

.copyright		{
	font-family : Arial, Helvetica, Verdana;
	font-size : 12px;
	line-height : 1.2em;
	color : #494949;
}

a.copyright		{
	text-decoration : none;
	color : #494949;
}

a:hover.copyright	{
	text-decoration : underline;
	color : #FF6600;
}

/* Form elements */
.submit-button
{
	background-color : #C0C0C0;
	border : 1px solid Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

select.flat, textarea.flat, input.flat, 
select.error, textarea.error, input.error,
textarea.code {
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-style : solid solid solid solid;
}

select.flat, textarea.flat, input.flat,
textarea.code {
	border-color : #888888;
}

select.error, textarea.error, input.error {
	border-color : #990000;
}

textarea.code {
	font-family : "Lucida Console", "Courier New", Courier, monospace;
	font-size : 12px;
	line-height : 15px;
}

textarea.code-gray {
	font-family : "Lucida Console", "Courier New", Courier, monospace;
	font-size : 12px;
	line-height : 15px;
	border-style : solid solid solid solid;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	color : #808080;
}
.picoutline {
	border: 1px solid #000000;
}

h1 {
	font-family : "Verdana", Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 18px;
	font-weight : bold;
}