html {
	margin				: 0px;
	padding				: 0px;
}

body {
	font				: 10px Geneva,Verdana,Arial,Helvetica,sans-serif;
	color				: #d1bbac;
	color				: #000000;
	margin				: 2px; 
	padding				: 0px;
	background-color	: #1F4CAB;
	background-color	: #8F929C;
}

table.main {
	align				: center;
	background-color	: #ffffff;
	border-color		: #600;
    border-width		: 1px 1px 1px 1px;
    border-style		: solid;
}

p,td { 
	font				: 11px Geneva,Verdana,Arial,Helvetica,sans-serif;
	margin-top			: 0px; 
	margin-right		: 0px;
	text-align			: justify;
}

/* LINKS */
a:link {
	text-decoration		: none; 
	color				: #d1bbac;
	color				: #000000;
}
a:visited { 
	text-decoration			: none; 
	color				: #d1bbac;
	color				: #000000;
}

a:hover, a:active { 
	text-decoration			: underline; 
	color				: #9f2400;
	color				:#999999;
}

a.headertext:link, a.headertext:visited {
	text-decoration		: none;
	color				: #000000;
}
a.headertext:hover, a.headertext:active {
	text-decoration		: underline;
	color:				: #999999;
}
a.breadcrumb:link {
	text-decoration		: underline;
	color				: #1F4CAB;
}
a.breadcrumb:visited {
	text-decoration		: underline;
	color				: #1F4CAB;
}
a.breadcrumb.hover, a.breadcrumb.active {
	text-decoration		: none;
	color				: #1F4CAB;
}

/* END LINKS */

.footer {
		font-family			: Geneva,Arial,sans-serif;
		font-size			: 11px;	
		color				: #000000;	
}

.headertext {
	font-family			: Verdana, Geneva, Arial, sans-serif;
	font-size			: 11px;
	color				: #000000;
}
.textright {
	text-align			: right;
}
#scroll {
	position			: absolute;
	top					: 0;
	bottom				: -0.1px;
	width				: 1em;
	z-index				: -1;
}
input,select,textarea {
	font-family			: Verdana, Arial, sans-serif;
	font-size			: 11px;
	color				: #000000;
}