/* BODY */

body,td,th 
{
  	scrollbar-arrow-color:#FFFFFF;
  	scrollbar-track-color:#DC7515;
  	scrollbar-shadow-color:#DC7515;
  	scrollbar-face-color:#DC7515;
  	scrollbar-highlight-color:#DC7515;
  	scrollbar-darkshadow-color:#DC7515;
  	scrollbar-3dlight-color:#DC7515;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

body
{
	background-color: #ffffff;
}


/* CONTENT */

/* TABLES */

.white
{
	background-color: white;
}


.grey
{
	background-color: #D9D9D9;
}


.orange
{
	background-color: #DC7515;
}


.light_orange
{
	background-color: #ECB878;
}


.menu
{
	
}


#logo
{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 170px 10px;
	background-color: #DC7515;
	color: white;
}


#iframe
{
	filter: chroma(color=#DC7515) allowTransparency;
}


#content
{
	background: #dc7515 url(../images/bg.gif) no-repeat;
	color: white;
}


#title
{
	font-family: Helvetica;
	font-size: 16pt;
	padding-left: 40px;
}


#text
{
	padding-left: 80px;
        padding-right: 40px;
}


#pics
{
	padding-left: 80px;
}


#home_pic
{
	
}


#bottom
{
	background: transparant;
}


#name
{
	background-color: #DC7515;
	padding-left: 80px;
	color: white;
}


.thumb_border
{
	border: 1px solid white;
}


.border_black
{
	border: 1px solid black;
}



/* TEXT */




/* SHADOW */




/* THUMBS */

#thumb_01
{
	position: absolute; left: 23px; top: 23px;
	width: 81px;
	height: 54px;
	background-image: url(../images/thumb_01.jpg);
	background-repeat: no-repeat;
	border: 1px solid black;
}


#thumb_02
{
	position: absolute; left: 127px; top: 23px;
	width: 81px;
	height: 54px;
	background-image: url(../images/thumb_02.jpg);
	background-repeat: no-repeat;
	border: 1px solid black;
}


#thumb_03
{
	position: absolute; right: 53px; top: 23px;
	width: 81px;
	height: 54px;
	background-image: url(../images/thumb_01.jpg);
	background-repeat: no-repeat;
	border: 1px solid black;
}


#thumb_04
{
	position: absolute; right: 157px; top: 23px;
	width: 81px;
	height: 54px;
	background-image: url(../images/thumb_02.jpg);
	background-repeat: no-repeat;
	border: 1px solid black;
}


/* INPUT & TEXTAREA */

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background: transparant;
	border: solid #FFFFFF 1px;
	color: #000000;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background: transparant;
	border: solid #FFFFFF 1px;
	color: #000000;
}


/* BUTTONS */
.button
{
	background-color: #FFFFFF;
	border: solid #FFFFFF 1px;
	font-size: 9px;
}

.input
{
	background-color: #FFFFFF;
	border: solid #FFFFFF 1px;
	font-size: 9px;
}



/* HYPERLINKS */

A:link    {color:#FFFFFF; text-decoration:none; font-weight: ; font-size: ;}
A:active  {color:#999999; text-decoration:none; font-size: ;}
A:visited {color:#FFFFFF; text-decoration:none; font-weight: ; font-size: ;}
A:hover   {color:#999999; text-decoration:none; font-weight: ; font-size: ;}

A.menu:link    {color:#FFFFFF; text-decoration:none; font-weight: ; font-size: ;}
A.menu:active  {color:#999999; text-decoration:none; font-size: ;}
A.menu:visited {color:#FFFFFF; text-decoration:none; font-weight: ; font-size: ;}
A.menu:hover   {color:#999999; text-decoration:none; font-weight: ; font-size: ;}

A.pic_text:link    {color:#000000; text-decoration:none; font-weight: ; font-size: ;}
A.pic_text:active  {color:#FFFFFF; text-decoration:none; font-size: ;}
A.pic_text:visited {color:#000000; text-decoration:none; font-weight: ; font-size: ;}
A.pic_text:hover   {color:#FFFFFF; text-decoration:none; font-weight: ; font-size: ;}


/* HEADER */




/* OVERIG */

