
/*==| POSITIONING |===============================================*/

/*---| menu page |---------------------------------------------------------------------------------------*/
#alt {
	position: relative;
	top:-12px;
	left: 670px;
	margin: 0;
	font: 11px "Courier New", Times, serif;
	color: #555555;
	font-weight: normal;
}
#parent {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
}
#blank {
	position: relative;
	top: 150px; 
	margin: 0; 
	width: 500px;
	border-style: solid; 
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF;
	background-color: #DFDBDB;
}
#content {
	position: relative;
	top:0px;
	left: 0px;
	margin: 0;
}
#footer {
	position: relative;
	top:0px;
	left: 20px;
	margin: 0;
	font: 11px "Courier New", Times, serif;
	color: #555555;
	font-weight: normal;
}
#hr {
	position: relative;
	top: -79px; 
	height: 24px;
	background-color: #DFDBDB;
}
#menu {
	position: relative;
	top:0px;
	left: 20px;
	margin: 0;
}
#title {
	position: relative;
	top: 15px; 
	width: auto;
	margin: 0; 
	font: 10px arial, helvetica, sans-serif;
	color: #BDB9B9;
	font-weight: bold;
	border-style: solid; 
	border-width: 1px; 
	border-color: #DFDBDB;
}


/*==| STYLES |====================================================*/

/*---| text |--------------------------------------------------------------------------------------------------*/
th, .heading {
	font-family: "Courier New", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-variant: normal;
	text-decoration: none;
	line-height: 12px;
	color: #D15F5F;
	font-weight: bold;
}
.subheading_dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	text-decoration: none;
	color: #56607B;
	font-weight: bold;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B8484;
	font-weight: bold;
}
td, .text {
	font-family: "Courier New", Times, serif;
	font-size: 11px;
	color: #555555;
	font-weight: normal;
	font-style: normal;
}
.title {
	font-family: "Courier New", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}


/*---| link |---------------------------------------------------------------------------------------------*/
A {
	font-family: "Courier New", Times, serif;
	font-size: 11px;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}
A:hover {
	font-family: "Courier New", Times, serif;
	font-size: 11px;
	color: #DD5555;
	font-weight: normal;
	text-decoration: underline;
}
A.menu {
	padding: 0px;
	background-color: transparent;
}
A.menu:hover {
	padding: 0px;
	background-color: transparent;
}

/*---| input |------------------------------------------------------------------------------------------------*/
select {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold; 
	color:#5D6780; 
}
input {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #000000; 
}
textarea {
	background-color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #5D6780; 
	width: 166px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #D15F5F; 
	/*scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #EEEEEE; 
	scrollbar-darkshadow-color: #EEEEEE; 
	scrollbar-track-color: #EEEEEE; 
	scrollbar-arrow-color: #FFFFFF;*/
}
