/* --------------------------------- GENERAL --------------------------------- */
body
{
	scrollbar-3dlight-color:#E3D7CB; 
	scrollbar-arrow-color:#761C1C;
	scrollbar-base-color:#EAEAEA;
	scrollbar-darkshadow-color:#E3D7CB;
	scrollbar-face-color:#BEBDBB;
	scrollbar-highlight-color:#EAEAEA;
	scrollbar-shadow-color:#E3D7CB;
	scrollbar-track-color:#EAEAEA;
}
.aLink
{
	text-decoration: none;
	background-color: #E3D7CB;
	color: #761C1C;
	border: 1px solid #DAC0C1;
}
.aLink:hover
{
	text-decoration: none;
	background-color: #C0C0C0;
	color: #EAEAEA;
	border: 1px solid #DAC0C1;
}
.aLinkSmall
{
	font-size: xx-small;
	color: #808080
}
.aLinkSmall:hover
{
	font-size: xx-small;
	color: #993400
}
.tableHTMLMenu
{
	font-family: Lucida Sans Unicode;
	font-size: x-small;
}
.thHTMLMenu
{
	font-family: Lucida Sans Unicode;
	font-size: x-small;
	color:#FFFFFF;
	background-color:#7C2A00;
}
/* --------------------------------- BACKGROUND --------------------------------- */
.borderLeftBackground
{
	background-image: url(../Images/imgBorderLeft.jpg);
	background-position: right;	
}
.borderRightBackground
{
	background-image: url(../Images/imgBorderRight.jpg);
	background-position: left;	
}
.bodyBackground
{
	background-color: #EAEAEA;
	/*background-image: url(../Images/imgBody.jpg); */
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	font-family: Lucida Sans Unicode;
	font-size: x-small;
	margin: 1px;	
}
.menuBackground
{
	background-image: url(../Images/imgMenu.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
/* --------------------------------- TABLE --------------------------------- */
.tableText
{
	margin-left: 65px;
	margin-right: 65px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: Lucida Sans Unicode;
	font-size: 13px;
	border-left: 1px outset #BFBFBD;
	width: 648px;
}
.tableForm
{
	font-family: Lucida Sans Unicode;
	font-size: x-small;
}
/* --------------------------------- PARAGRAPHS --------------------------------- */
.pTitle
{
	color: #761C1C; 
	font-size: 20px;
	text-align: center;
/*	font-weight: bold; */
/*	margin-bottom: 20px;*/
/*	border-bottom: 2px inset #BFBFBD;*/
	border: 1px solid #808080;
	background-color: #CFCFCF;
	font-weight:normal;
}
.pSubTitle1
{
	color: #993400;
	font-size: 14px;
	font-weight: bold;
}
.pSubTitle2
{
	font-weight: bold;
	margin-left: 13px;
}
.pSubTitle3
{
	font-size:x-small;
	color:#7C2A00;		
}
.pComment
{
	text-align: left;
	margin-left: 50px;
	margin-right: 50px;
}
.pMarginLeft50
{
	margin-left: 50px;
}
.pMarginLeft100
{
	margin-left: 100px;
}
.pBackground
{
	border: 1px solid #CFCFCF;
	background-color:#E2E2E2
}
/* --------------------------------- IMAGES --------------------------------- */
.imgSquare
{
	margin-left: 10px;
	margin-right: 10px;
}
.imgSmallSquare
{
	margin-left: 10px;
	margin-right: 10px;
}
.imgExtraSmallSquare
{
	margin-left: 10px;
	margin-right: 10px;
}
/* --------------------------------- INPUTS --------------------------------- */
.inpTextField
{
	border: 1px solid #C4A593;
	background-color: white;
	color: #761C1C;
}
.inpTextArea
{
	border: 1px solid #C4A593;
	background-color: white;
	color: #761C1C;
	width: 600px;
	font-family: Lucida Sans Unicode;
	font-size: x-small;	
}
.inpButton
{
	background-color: #761C1C;
	border: 1px solid #C0C0C0;
	color: white;
}
/* --------------------------------- FLASH --------------------------------- */
.flaProfiel
{
	border-left: 10px solid #EAEAEA;	
}
